summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-04 09:41:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-04 11:52:53 +0200
commit1e0d5d0c98dd1128c4ab7a9dcc4e9ae2d2878390 (patch)
treeb8e086843ebd746aa281b08045b710e58fbfa884 /sw
parent89d26a4018626f43af9d3e15d3b9c49abdfde889 (diff)
loplugin:unusedmethods
Change-Id: If88b11419fc6d483ef689d2199a347c00622e01c Reviewed-on: https://gerrit.libreoffice.org/52358 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 273ee9b48f65..a7718498f69b 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -1913,9 +1913,6 @@ bool RTLGraphicsHack(SwTwips &rLeft, SwTwips nWidth,
SwTwips nPageRight, SwTwips nPageSize);
void MatchEscherMirrorIntoFlySet(const SvxMSDffImportRec &rRecord,
SfxItemSet &rFlySet);
-bool RTLDrawingsHack(long &rLeft,
- sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft,
- SwTwips nPageRight, SwTwips nPageSize);
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */