summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarController.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 22:39:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 23:48:44 +0200
commit69861703cb40a27ed0427313a2ab0237140d54a8 (patch)
tree28eec82e8deca3a4756f0113b1e3409ef0e0a156 /sfx2/source/sidebar/SidebarController.cxx
parent72fcc08ea042f660dba802f20714a7fe8e86e1a8 (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2
Change-Id: I67ac4f4ed5ddd488c3fd5bae83d1fce18d6213d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97662 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2/source/sidebar/SidebarController.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index c9526248f755..489d1dff034e 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -67,9 +67,9 @@ using namespace css::uno;
namespace
{
- const static char gsReadOnlyCommandName[] = ".uno:EditDoc";
- const static sal_Int32 gnWidthCloseThreshold (70);
- const static sal_Int32 gnWidthOpenThreshold (40);
+ const char gsReadOnlyCommandName[] = ".uno:EditDoc";
+ const sal_Int32 gnWidthCloseThreshold (70);
+ const sal_Int32 gnWidthOpenThreshold (40);
std::string UnoNameFromDeckId(const OUString& rsDeckId, bool isImpress = false)
{
@@ -114,7 +114,7 @@ namespace {
/** When in doubt, show this deck.
*/
- static const char gsDefaultDeckId[] = "PropertyDeck";
+ const char gsDefaultDeckId[] = "PropertyDeck";
}
SidebarController::SidebarController (