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:
parent
65269c2717
commit
81bfb3c727
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue