summaryrefslogtreecommitdiff
path: root/desktop/source/migration
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-06-30 23:20:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 07:09:09 +0200
commit5b3edd4bc3dfa2736abfc3074033cb25d7d264ed (patch)
treeb9b57cb1503ff9dda57a340b1b11d5406e51f68b /desktop/source/migration
parent4dfa47b25c82899028f439394ce63843ea60f5dc (diff)
Upcoming improved loplugin:staticanonymous -> redundantstatic: desktop
Change-Id: I1fadfc0fb62df56a890c6cd789435135671349a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97554 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/source/migration')
-rw-r--r--desktop/source/migration/migration.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx
index 40729d7d9ffd..85ce844db1ab 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -70,9 +70,9 @@ using namespace com::sun::star;
namespace desktop
{
-static const char ITEM_DESCRIPTOR_COMMANDURL[] = "CommandURL";
-static const char ITEM_DESCRIPTOR_CONTAINER[] = "ItemDescriptorContainer";
-static const char ITEM_DESCRIPTOR_LABEL[] = "Label";
+const char ITEM_DESCRIPTOR_COMMANDURL[] = "CommandURL";
+const char ITEM_DESCRIPTOR_CONTAINER[] = "ItemDescriptorContainer";
+const char ITEM_DESCRIPTOR_LABEL[] = "Label";
static OUString mapModuleShortNameToIdentifier(const OUString& sShortName)
{
@@ -397,7 +397,7 @@ static FileBase::RC _checkAndCreateDirectory(INetURLObject const & dirURL)
#if defined UNX && ! defined MACOSX
-static const char XDG_CONFIG_PART[] = "/.config/";
+const char XDG_CONFIG_PART[] = "/.config/";
OUString MigrationImpl::preXDGConfigDir(const OUString& rConfigDir)
{