summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/servicemanager.cxx')
-rw-r--r--cppuhelper/source/servicemanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/servicemanager.cxx b/cppuhelper/source/servicemanager.cxx
index 6c64911a5270..3fac957ebc3a 100644
--- a/cppuhelper/source/servicemanager.cxx
+++ b/cppuhelper/source/servicemanager.cxx
@@ -1993,7 +1993,7 @@ void cppuhelper::ServiceManager::preloadImplementations() {
std::cerr << std::endl;
// Various rather important uno mappings.
- struct {
+ static struct {
const char *mpFrom;
const char *mpTo;
const char *mpPurpose;