summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-06-15 12:28:19 +0000
committerth <th@openoffice.org>2001-06-15 12:28:19 +0000
commit06a51ab010d628103ce1bcf52a1b0c9c41bf1f67 (patch)
tree2254c221a3e7214c2c65663824b2a213610b034c /vcl/source/window/window2.cxx
parent165004844768ff226cf58efcd6fbc5b066ef59d8 (diff)
#87257# - Loacle/UILocale/Language/UILanguage
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r--vcl/source/window/window2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 5df0288cfbf0..4bb13ea941b9 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: window2.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: th $ $Date: 2001-04-06 12:48:42 $
+ * last change: $Author: th $ $Date: 2001-06-15 13:27:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1014,7 +1014,7 @@ void Window::SetZoomedPointFont( const Font& rFont )
nType = FONT_DEFAULT_FIXED;
else
nType = FONT_DEFAULT_UI_SANS;
- Font aTempFont = GetDefaultFont( nType, GetSettings().GetInternational().GetLanguage(), FALSE );
+ Font aTempFont = GetDefaultFont( nType, GetSettings().GetLanguage(), FALSE );
aFont.SetName( aTempFont.GetName() );
SetPointFont( aFont );
}