From 9559cef61d0ca9159ef095fe28fc68121a8d30d3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Mar 2015 10:44:16 +0200 Subject: loplugin:constantfunction: cui Change-Id: I4bbfbd526f78c4806d6fc85a4011cbc4ef3a25fa --- cui/source/tabpages/textattr.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cui/source/tabpages/textattr.cxx') diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx index 3237928499eb..eae53cb16219 100644 --- a/cui/source/tabpages/textattr.cxx +++ b/cui/source/tabpages/textattr.cxx @@ -39,7 +39,7 @@ #include #include -static const sal_uInt16 pRanges[] = +const sal_uInt16 SvxTextAttrPage::pRanges[] = { SDRATTR_MISC_FIRST , SDRATTR_TEXT_HORZADJUST @@ -526,11 +526,6 @@ SfxTabPage* SvxTextAttrPage::Create( vcl::Window* pWindow, return new SvxTextAttrPage( pWindow, *rAttrs ); } -const sal_uInt16* SvxTextAttrPage::GetRanges() -{ - return pRanges; -} - /** Check whether we have to uncheck the "Full width" check box. */ void SvxTextAttrPage::PointChanged( vcl::Window*, RECT_POINT eRP ) -- cgit