summaryrefslogtreecommitdiffstats
path: root/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 09:21:53 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:11:34 +0000
commit538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch)
treeefbfb952f3236a6f56540ddae6a896c8c73774a0 /include/xmloff/unointerfacetouniqueidentifiermapper.hxx
parentFix tdf#97500 Reinstate missing file error dialog on WebDAV (diff)
downloadcore-538f276ae0414ea34ede6090b5f56e8fecd6fc65.tar.gz
core-538f276ae0414ea34ede6090b5f56e8fecd6fc65.zip
Formatting changes across all modules
+ Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
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;
};