diff options
-rw-r--r-- | cui/source/inc/dstribut.hxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/dstribut.cxx | 12 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 14 deletions
diff --git a/cui/source/inc/dstribut.hxx b/cui/source/inc/dstribut.hxx index 122284117714..d8288ebf99fb 100644 --- a/cui/source/inc/dstribut.hxx +++ b/cui/source/inc/dstribut.hxx @@ -47,7 +47,6 @@ public: static SfxTabPage* Create(Window*, const SfxItemSet&, SvxDistributeHorizontal eHor, SvxDistributeVertical eVer); - static sal_uInt16* GetRanges(); virtual sal_Bool FillItemSet(SfxItemSet&); virtual void Reset(const SfxItemSet&); virtual void PointChanged(Window* pWindow, RECT_POINT eRP); diff --git a/cui/source/tabpages/dstribut.cxx b/cui/source/tabpages/dstribut.cxx index 44b39213d688..11a546e1b238 100644 --- a/cui/source/tabpages/dstribut.cxx +++ b/cui/source/tabpages/dstribut.cxx @@ -25,13 +25,6 @@ #include <dialmgr.hxx> #include <tools/shl.hxx> -static sal_uInt16 pRanges[] = -{ - SDRATTR_MEASURE_FIRST, - SDRATTR_MEASURE_LAST, - 0 -}; - /************************************************************************* |* |* Dialog @@ -88,11 +81,6 @@ SfxTabPage* SvxDistributePage::Create(Window* pWindow, const SfxItemSet& rAttrs, return new SvxDistributePage(pWindow, rAttrs, eHor, eVer); } -sal_uInt16* SvxDistributePage::GetRanges() -{ - return pRanges; -} - void SvxDistributePage::PointChanged(Window* /*pWindow*/, RECT_POINT /*eRP*/) { } diff --git a/unusedcode.easy b/unusedcode.easy index bd30d0e1e0dc..88ace10a0db4 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -70,7 +70,6 @@ SvtAccessibilityOptions::SetListBoxMaximumLineCount(short) SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char) SvtIconChoiceCtrl::SetEntryTextMode(SvxIconChoiceCtrlTextMode, SvxIconChoiceCtrlEntry*) SvtListener::IsListening(SvtBroadcaster&) const -SvxDistributePage::GetRanges() SvxNumberFormatShell::IsAdded_Impl(unsigned long) SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short) TextDoc::IsValidPaM(TextPaM const&) |