summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLLineNumberingExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLLineNumberingExport.hxx')
-rw-r--r--xmloff/source/text/XMLLineNumberingExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLLineNumberingExport.hxx b/xmloff/source/text/XMLLineNumberingExport.hxx
index ffc383d8e47f..5236f14a03d6 100644
--- a/xmloff/source/text/XMLLineNumberingExport.hxx
+++ b/xmloff/source/text/XMLLineNumberingExport.hxx
@@ -44,7 +44,7 @@ class XMLLineNumberingExport
SvXMLExport& rExport;
public:
- XMLLineNumberingExport(SvXMLExport& rExp);
+ explicit XMLLineNumberingExport(SvXMLExport& rExp);
void Export();
};