summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlprmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlprmap.cxx')
-rw-r--r--xmloff/source/style/xmlprmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx
index 046fd3de8862..c340d2cef54b 100644
--- a/xmloff/source/style/xmlprmap.cxx
+++ b/xmloff/source/style/xmlprmap.cxx
@@ -110,7 +110,7 @@ struct XMLPropertySetMapper::Impl
bool mbOnlyExportMappings;
- Impl( bool bForExport ) : mbOnlyExportMappings(bForExport) {}
+ explicit Impl( bool bForExport ) : mbOnlyExportMappings(bForExport) {}
};
// Ctor