Upcoming improved loplugin:staticanonymous -> redundantstatic: basctl

Change-Id: I316331cee15bbb87ecfbda84f3195759e521df6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97520
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-06-30 15:21:28 +02:00
parent 65269c2717
commit 81bfb3c727
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ namespace basctl
namespace
{
// the thickness of the splitting lines
static long const nSplitThickness = 3;
long const nSplitThickness = 3;
} // namespace
// ctor for derived classes

View file

@ -57,8 +57,8 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::io;
static const char aResourceResolverPropName[] = "ResourceResolver";
static const char aDecorationPropName[] = "Decoration";
const char aResourceResolverPropName[] = "ResourceResolver";
const char aDecorationPropName[] = "Decoration";
// DlgEdHint