diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:36:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-19 16:36:34 +0000 |
commit | 5ca67f35bbca860d7e8113a6090c2200b07d8df9 (patch) | |
tree | a6a1e787bca90e78f0f95718ac386f51d5ec4d7f /psprint | |
parent | 0cb4562ffcaad9239272e46750ccab5c3d81ff46 (diff) |
INTEGRATION: CWS gcc41 (1.26.16); FILE MERGED
2006/01/06 13:19:25 pmladek 1.26.16.2: RESYNC: (1.26-1.27); FILE MERGED
2005/12/07 13:28:19 pmladek 1.26.16.1: #i58967#
Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/fontmanager.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx index f36d5672624b..09ae736d8e18 100644 --- a/psprint/inc/psprint/fontmanager.hxx +++ b/psprint/inc/psprint/fontmanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fontmanager.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2005-12-28 17:06:44 $ + * last change: $Author: obo $ $Date: 2006-01-19 17:36:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -480,10 +480,10 @@ public: const rtl::OUString& getPSName( fontID nFontID ) const; // get a specific fonts style family - family::type PrintFontManager::getFontFamilyType( fontID nFontID ) const; + family::type getFontFamilyType( fontID nFontID ) const; // get a specific fonts family name aliases - void PrintFontManager::getFontFamilyAliases( fontID nFontID ) const; + void getFontFamilyAliases( fontID nFontID ) const; // get a specific fonts type fonttype::type getFontType( fontID nFontID ) const |