summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 10:06:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-19 13:53:36 +0100
commit2c2d0c07b2120c5fe4333e7fed12bd59996c2972 (patch)
treeaa71e3df5e52ef2710b40535f8692a98f9925f9f /sw/source/core/inc/frame.hxx
parent8960ecc689ce41cfaa40b65d75830d7491b06463 (diff)
loplugin:unusedmethods
Change-Id: I3ffd9142fed98e4df75c2c28f8a025be3e8eb803 Reviewed-on: https://gerrit.libreoffice.org/46687 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 684a9e13a3d0..9d3ca61708de 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -849,7 +849,6 @@ public:
long GetLeftMargin() const;
long GetRightMargin() const;
void SetTopBottomMargins( long, long );
- void SetBottomTopMargins( long, long );
void SetLeftRightMargins( long, long );
void SetRightLeftMargins( long, long );
long GetPrtLeft() const;
@@ -859,9 +858,7 @@ public:
bool SetMinLeft( long );
bool SetMaxBottom( long );
bool SetMaxRight( long );
- bool SetMinTop( long );
void MakeBelowPos( const SwFrame*, const SwFrame*, bool );
- void MakeUpperPos( const SwFrame*, const SwFrame*, bool );
void MakeLeftPos( const SwFrame*, const SwFrame*, bool );
void MakeRightPos( const SwFrame*, const SwFrame*, bool );
bool IsNeighbourFrame() const