tools/Config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 409be28c8b57fe1eaa64c974428a1752f52feb51
Author: Miklos Vajna <[email protected]>
Date: Tue Oct 17 09:04:04 2017 +0200
Config: avoid redundant string initialization
Change-Id: Ia90aae804c3656f54e8f36ca5ef1fd52a99e05c9
diff --git a/tools/Config.cpp b/tools/Config.cpp
index dcf3d07a..143cde02 100644
--- a/tools/Config.cpp
+++ b/tools/Config.cpp
@@ -73,7 +73,7 @@ protected:
};
std::string Config::ConfigFile = LOOLWSD_CONFIGDIR "/loolwsd.xml";
-std::string Config::SupportKeyString = "";
+std::string Config::SupportKeyString;
bool Config::SupportKeyStringProvided = false;
void Config::displayHelp()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits