summaryrefslogtreecommitdiff
path: root/include/svx/fntctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-30 08:13:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-02 08:48:10 +0200
commitf54143088a867c59be144f1d4d7cd6d9fe1c18f5 (patch)
treee9bc8ff4e94f8fe95e62ed6f0ede84371f449f9d /include/svx/fntctrl.hxx
parent50c63e5c2f7962e8893e2d04b0e958209432f4c9 (diff)
loplugin:unusedmethods
Change-Id: I92665f577bfe39497905063da517a05b8008c3cc Reviewed-on: https://gerrit.libreoffice.org/56743 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/fntctrl.hxx')
-rw-r--r--include/svx/fntctrl.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index e3c6b47276f5..0cdfe25a9216 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -125,11 +125,6 @@ public:
void SetPreviewText( const OUString& rString );
void SetFontNameAsPreviewText();
- static void SetFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
- static void SetFontStyle( const SfxItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 nSlotWeight, SvxFont& rFont ); // posture/weight
- void SetFontWidthScale( const SfxItemSet& rSet );
- void SetFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
-
void SetFromItemSet( const SfxItemSet &rSet,
bool bPreviewBackgroundToCharacter );
};