diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:27:57 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:48 +0200 |
commit | 6c8f8b0283345ab74b28e99bad3ea0028406e88f (patch) | |
tree | efb5bc56749bfd4a53c6518e85d4214101abbb37 /cui | |
parent | fd6a568ada08d0be7ce3881beb9bd664f6843cd7 (diff) |
remove unused code SvxDistributePage::GetRanges()
Change-Id: I5f53ad2cac374463991ad0e576297a07ca30ea5f
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/dstribut.hxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/dstribut.cxx | 12 |
2 files changed, 0 insertions, 13 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*/) { } |