diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2014-01-09 08:52:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 13:50:26 +0000 |
commit | db27efd29761a87fe3ab946c99c18530e828e58a (patch) | |
tree | d1476c1f319839d114d8b0b1108e66ec89d9a74a /svx | |
parent | 0ee948fe59d4a2d1e00c16718cbfb18260847dc4 (diff) |
removed some unused code (svx, svtools, unotest)
Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e
Reviewed-on: https://gerrit.libreoffice.org/7329
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/dialcontrol.cxx | 5 | ||||
-rw-r--r-- | svx/source/sidebar/line/LineWidthControl.cxx | 8 | ||||
-rw-r--r-- | svx/source/sidebar/line/LineWidthControl.hxx | 1 |
3 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/dialog/dialcontrol.cxx b/svx/source/dialog/dialcontrol.cxx index 4a780a6cf411..2e21ec99e7ac 100644 --- a/svx/source/dialog/dialcontrol.cxx +++ b/svx/source/dialog/dialcontrol.cxx @@ -432,11 +432,6 @@ void DialControl::SetModifyHdl( const Link& rLink ) mpImpl->maModifyHdl = rLink; } -const Link& DialControl::GetModifyHdl() const -{ - return mpImpl->maModifyHdl; -} - // private -------------------------------------------------------------------- void DialControl::Init( const Size& rWinSize, const Font& rWinFont ) diff --git a/svx/source/sidebar/line/LineWidthControl.cxx b/svx/source/sidebar/line/LineWidthControl.cxx index 816f34e68e39..7db6d4cf4932 100644 --- a/svx/source/sidebar/line/LineWidthControl.cxx +++ b/svx/source/sidebar/line/LineWidthControl.cxx @@ -192,14 +192,6 @@ void LineWidthControl::GetFocus() -ValueSet& LineWidthControl::GetValueSet() -{ - return maVSWidth; -} - - - - void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit) { mbVSFocus = true; diff --git a/svx/source/sidebar/line/LineWidthControl.hxx b/svx/source/sidebar/line/LineWidthControl.hxx index e4060f9de3cd..b9808f1b2126 100644 --- a/svx/source/sidebar/line/LineWidthControl.hxx +++ b/svx/source/sidebar/line/LineWidthControl.hxx @@ -38,7 +38,6 @@ public: virtual void Paint(const Rectangle& rect); void SetWidthSelect( long lValue, bool bValuable, SfxMapUnit eMapUnit); - ValueSet& GetValueSet(); bool IsCloseByEdit(); long GetTmpCustomWidth(); |