summaryrefslogtreecommitdiffstats
path: root/include/xmloff/nmspmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 12:47:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-20 07:55:30 +0000
commit8a2149c1059c70d67b4897e8a7751cf028a5136b (patch)
tree10d01599b5b5b2ea1d361c32d438cf47371f21ae /include/xmloff/nmspmap.hxx
parentwriterfilter: use '= default;' (diff)
downloadcore-8a2149c1059c70d67b4897e8a7751cf028a5136b.tar.gz
core-8a2149c1059c70d67b4897e8a7751cf028a5136b.zip
clang-tidy misc-assign-operator-signature
Change-Id: I2953a88d9e2f5923732865ef17615d5928ac5f5f Reviewed-on: https://gerrit.libreoffice.org/25154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/xmloff/nmspmap.hxx')
-rw-r--r--include/xmloff/nmspmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/nmspmap.hxx b/include/xmloff/nmspmap.hxx
index d182967229c6..82e1b8627b96 100644
--- a/include/xmloff/nmspmap.hxx
+++ b/include/xmloff/nmspmap.hxx
@@ -89,7 +89,7 @@ public:
SvXMLNamespaceMap( const SvXMLNamespaceMap& );
- void operator =( const SvXMLNamespaceMap& rCmp );
+ SvXMLNamespaceMap& operator =( const SvXMLNamespaceMap& rCmp );
bool operator ==( const SvXMLNamespaceMap& rCmp ) const;
sal_uInt16 Add( const OUString& rPrefix,