summaryrefslogtreecommitdiff
path: root/include/vcl/split.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-13 09:55:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-13 09:56:16 +0000
commita6fed7a19befa5673403ec5fe3ab69a91475da3a (patch)
treec692d0ca693a2acfb7da3d1a2e915c79d5e0ebcd /include/vcl/split.hxx
parent5a247505a36ccdb911e48f0d859572f56ec4b171 (diff)
loplugin:unusedmethods vcl
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589 Reviewed-on: https://gerrit.libreoffice.org/16975 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/split.hxx')
-rw-r--r--include/vcl/split.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/vcl/split.hxx b/include/vcl/split.hxx
index a9a185bb67eb..b12abdda5131 100644
--- a/include/vcl/split.hxx
+++ b/include/vcl/split.hxx
@@ -86,13 +86,11 @@ public:
void SetDragRectPixel( const Rectangle& rDragRect,
vcl::Window* pRefWin = NULL );
- const Rectangle& GetDragRectPixel() const { return maDragRect; }
- vcl::Window* GetDragWindow() const { return mpRefWin; }
void SetSplitPosPixel( long nPos );
long GetSplitPosPixel() const { return mnSplitPos; }
- bool IsHorizontal() const { return mbHorzSplit; }
+ bool IsHorizontal() const { return mbHorzSplit; }
void SetHorizontal(bool bNew);
// set the stepsize of the splitter for cursor movement
@@ -100,11 +98,8 @@ public:
void SetKeyboardStepSize( long nStepSize );
void SetStartSplitHdl( const Link<>& rLink ) { maStartSplitHdl = rLink; }
- const Link<>& GetStartSplitHdl() const { return maStartSplitHdl; }
void SetSplitHdl( const Link<>& rLink ) { maSplitHdl = rLink; }
void SetEndSplitHdl( const Link<>& rLink ) { maEndSplitHdl = rLink; }
- const Link<>& GetEndSplitHdl() const { return maEndSplitHdl; }
- const Link<>& GetSplitHdl() const { return maSplitHdl; }
};
#endif // INCLUDED_VCL_SPLIT_HXX