diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-07-15 14:57:48 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2010-07-15 14:57:48 +0200 |
commit | 8c7f1e56dce9a2c08cf34dde1a88591adb78aead (patch) | |
tree | 11af2c0a7080e769d0a50b42d7ef8e500b383f33 /cui/source/inc/zoom.hxx | |
parent | 72b6551726a28f5f4daed12d8fc86170c78e7105 (diff) |
vcl113: #i90023# remove unused code (thanks cmc!)
Diffstat (limited to 'cui/source/inc/zoom.hxx')
-rw-r--r-- | cui/source/inc/zoom.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/zoom.hxx b/cui/source/inc/zoom.hxx index 5b494a0448b3..9a8c9b03da1c 100644 --- a/cui/source/inc/zoom.hxx +++ b/cui/source/inc/zoom.hxx @@ -99,16 +99,13 @@ public: SvxZoomDialog( Window* pParent, const SfxItemSet& rCoreSet ); ~SvxZoomDialog(); - static USHORT* GetRanges(); const SfxItemSet* GetOutputItemSet() const { return pOutSet; } USHORT GetFactor() const; void SetFactor( USHORT nNewFactor, USHORT nBtnId = 0 ); - void SetButtonText( USHORT nBtnId, const String& aNewTxt ); void HideButton( USHORT nBtnId ); void SetLimits( USHORT nMin, USHORT nMax ); - void SetSpinSize( USHORT nNewSpin ); }; #include <layout/layout-post.hxx> |