summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-01 21:04:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-02 08:57:56 +0100
commit8e22cd40ec9f7d97bde49dd4c8593fc5bfb52e29 (patch)
tree9ba83232a259a1e895fc0ed5d2820d260ab38bd2 /xmloff
parent29177c9e05717fca77be6877843945f6e4d9633a (diff)
cppcheck: noExplicitConstructor
Change-Id: I8ae8623252546ca94f65fc04b331dd9cafa4fc92
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLRedlineExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.hxx b/xmloff/source/text/XMLRedlineExport.hxx
index f0a43958fe65..eccbff1b8c6e 100644
--- a/xmloff/source/text/XMLRedlineExport.hxx
+++ b/xmloff/source/text/XMLRedlineExport.hxx
@@ -95,7 +95,7 @@ class XMLRedlineExport
public:
- XMLRedlineExport(SvXMLExport& rExp);
+ explicit XMLRedlineExport(SvXMLExport& rExp);
~XMLRedlineExport();