summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fontcfg.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-20 16:47:44 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2011-10-20 16:53:51 +0200
commit21352f88caba9dee73d5a87c8e3724d17ac6b428 (patch)
treef5e1c1201426526ad159ee5a85cc492c1a755518 /sw/source/ui/inc/fontcfg.hxx
parentlet Qt call XInitThreads(), so that it knows it's been called (fdo#40298) (diff)
downloadcore-21352f88caba9dee73d5a87c8e3724d17ac6b428.tar.gz
core-21352f88caba9dee73d5a87c8e3724d17ac6b428.zip
Sw styles cleanup: removed now unused methods
Diffstat (limited to 'sw/source/ui/inc/fontcfg.hxx')
-rw-r--r--sw/source/ui/inc/fontcfg.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/inc/fontcfg.hxx b/sw/source/ui/inc/fontcfg.hxx
index 5acd526bd16e..357013021940 100644
--- a/sw/source/ui/inc/fontcfg.hxx
+++ b/sw/source/ui/inc/fontcfg.hxx
@@ -79,8 +79,6 @@ class SW_DLLPUBLIC SwStdFontConfig : public utl::ConfigItem
}
}
- void ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight );
-
public:
SwStdFontConfig();
~SwStdFontConfig();
@@ -109,9 +107,6 @@ public:
void SetFontIndex (const String& rSet, sal_uInt8 nFontGroup)
{ ChangeString(FONT_INDEX + FONT_PER_GROUP * nFontGroup, rSet);}
- void SetFontHeight( sal_Int32 nHeight, sal_uInt8 nFont, sal_uInt8 nScriptType )
- { ChangeInt(nFont + FONT_PER_GROUP * nScriptType, nHeight);}
-
sal_Int32 GetFontHeight( sal_uInt8 nFont, sal_uInt8 nScriptType, LanguageType eLang );
static String GetDefaultFor(sal_uInt16 nFontType, LanguageType eLang);