summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-14 12:26:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-14 15:32:25 +0200
commite23363f51e5d24710b032b795e715ad91adee8c9 (patch)
tree5a45c8b882f883f2fc55549906e52958ec2811a9 /cui
parentcfe2e4eb835c06b24adabd60c7a3fddbd3f4dbc9 (diff)
loplugin:unusedmethods
Change-Id: Ibd9f4757ec26da7acc645f33573ace3280e84834 Reviewed-on: https://gerrit.libreoffice.org/55788 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/chardlg.hxx1
-rw-r--r--cui/source/tabpages/chardlg.cxx8
2 files changed, 0 insertions, 9 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index 489ea991b5a4..25235e19d880 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -46,7 +46,6 @@ protected:
SvxCharBasePage(vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemset);
void SetPrevFontWidthScale( const SfxItemSet& rSet );
- void SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
inline SvxFont& GetPreviewFont();
inline SvxFont& GetPreviewCJKFont();
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index c2b7a78eda83..612cb2fc4b3b 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -208,14 +208,6 @@ namespace
}
-void SvxCharBasePage::SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc )
-{
- setPrevFontEscapement(GetPreviewFont(),nProp,nEscProp,nEsc);
- setPrevFontEscapement(GetPreviewCJKFont(),nProp,nEscProp,nEsc);
- setPrevFontEscapement(GetPreviewCTLFont(),nProp,nEscProp,nEsc);
- m_pPreviewWin->Invalidate();
-}
-
inline SvxFont& CharBasePage::GetPreviewFont()
{
return m_aPreviewWin.GetFont();