summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docshini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/docshini.cxx')
-rw-r--r--sw/source/uibase/app/docshini.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/app/docshini.cxx b/sw/source/uibase/app/docshini.cxx
index a04d1ff949c0..04013c7ac4a2 100644
--- a/sw/source/uibase/app/docshini.cxx
+++ b/sw/source/uibase/app/docshini.cxx
@@ -182,7 +182,7 @@ bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
{
sEntry = pStdFont->GetFontFor(nFontId);
- Font aFont( sEntry, Size( 0, 10 ) );
+ vcl::Font aFont( sEntry, Size( 0, 10 ) );
if( pPrt )
{
aFont = pPrt->GetFontMetric( aFont );
@@ -201,7 +201,7 @@ bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
eLanguage = eUiLanguage;
}
- Font aLangDefFont = OutputDevice::GetDefaultFont(
+ vcl::Font aLangDefFont = OutputDevice::GetDefaultFont(
nFontTypes[i],
eLanguage,
DEFAULTFONT_FLAGS_ONLYONE );
@@ -264,7 +264,7 @@ bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
{
sEntry = pStdFont->GetFontFor(aFontIdPoolId[nIdx]);
- Font aFont( sEntry, Size( 0, 10 ) );
+ vcl::Font aFont( sEntry, Size( 0, 10 ) );
if( pPrt )
aFont = pPrt->GetFontMetric( aFont );