diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-20 10:44:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-23 09:42:23 +0200 |
commit | 9559cef61d0ca9159ef095fe28fc68121a8d30d3 (patch) | |
tree | eb7d1b00941f9d6b9e53b00ac8eabdf3aa10dcc1 /cui/source/tabpages/backgrnd.cxx | |
parent | a46096884f5ab09d221694d40517628d85d25fc9 (diff) |
loplugin:constantfunction: cui
Change-Id: I4bbfbd526f78c4806d6fc85a4011cbc4ef3a25fa
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index bf58de0fc544..95a820f46f24 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -61,7 +61,7 @@ using namespace ::com::sun::star; // static ---------------------------------------------------------------- -static const sal_uInt16 pRanges[] = +const sal_uInt16 SvxBackgroundTabPage::pPageRanges[] = { SID_VIEW_FLD_PIC, SID_VIEW_FLD_PIC, SID_ATTR_BRUSH, SID_ATTR_BRUSH, @@ -444,19 +444,6 @@ SvxBackgroundTabPage::~SvxBackgroundTabPage() -const sal_uInt16* SvxBackgroundTabPage::GetRanges() - -/* [Description] - - returns the area of the which-values -*/ - -{ - return pRanges; -} - - - SfxTabPage* SvxBackgroundTabPage::Create( vcl::Window* pParent, const SfxItemSet* rAttrSet ) |