summaryrefslogtreecommitdiff
path: root/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/unointerfacetouniqueidentifiermapper.hxx')
-rw-r--r--include/xmloff/unointerfacetouniqueidentifiermapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
index 28156d0570d7..50b70eee5346 100644
--- a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
+++ b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
@@ -74,7 +74,7 @@ private:
bool findIdentifier( const OUString& rIdentifier, IdMap_t::const_iterator& rIter ) const;
void insertReference( const OUString& rIdentifier, const css::uno::Reference< css::uno::XInterface >& rInterface );
- IdMap_t maEntries;
+ IdMap_t maEntries;
sal_Int32 mnNextId;
};