summaryrefslogtreecommitdiff
path: root/include/svx/fntctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 10:29:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-18 15:22:40 +0200
commitd7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 (patch)
tree46516895aefcb6e8f54dd286c6af9d89fbecb44d /include/svx/fntctrl.hxx
parent5d86154f49d713dada4aaa541755076cfeefa2c6 (diff)
loplugin:unusedmethods
Change-Id: I5f63ac44654ed3fc658e72e0d1148a5a22decc47 Reviewed-on: https://gerrit.libreoffice.org/60662 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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index a3d00a3d9a01..c122c98943d6 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -80,9 +80,6 @@ public:
void SetFontWidthScale( const SfxItemSet& rSet );
void SetFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
- void SetFromItemSet( const SfxItemSet &rSet,
- bool bPreviewBackgroundToCharacter );
-
virtual Size GetOptimalSize() const override;
};