diff options
author | Dieter Loeschky <dl@openoffice.org> | 2001-06-29 10:35:33 +0000 |
---|---|---|
committer | Dieter Loeschky <dl@openoffice.org> | 2001-06-29 10:35:33 +0000 |
commit | 47f9ffb5ea76768dce4cec52a8d173a483c06b11 (patch) | |
tree | d360929923e2afeb969d52b7187b750ab186e735 /svx/source/svdraw/svdetc.cxx | |
parent | ae5fe1e8b06f08423cf3860a844ec52934e9be87 (diff) |
#81329# GetDefaultFont()
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r-- | svx/source/svdraw/svdetc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx index a69d174ce20f..257f881ccf19 100644 --- a/svx/source/svdraw/svdetc.cxx +++ b/svx/source/svdraw/svdetc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdetc.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cl $ $Date: 2001-06-25 15:51:26 $ + * last change: $Author: dl $ $Date: 2001-06-29 11:34:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -642,7 +642,7 @@ FASTBOOL GetDraftFillColor(const SfxItemSet& rSet, Color& rCol) //////////////////////////////////////////////////////////////////////////////////////////////////// SdrEngineDefaults::SdrEngineDefaults(): - aFontName(System::GetStandardFont(STDFONT_ROMAN).GetName()), + aFontName( OutputDevice::GetDefaultFont( DEFAULTFONT_SERIF, LANGUAGE_SYSTEM, DEFAULTFONT_FLAGS_ONLYONE ).GetName() ), eFontFamily(FAMILY_ROMAN), aFontColor(COL_BLACK), nFontHeight(847), // 847/100mm = ca. 24 Point |