diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-05-15 11:31:11 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-05-15 11:31:35 +0200 |
commit | 12dea20c2834d923cd51eeb032489e74b5f9982d (patch) | |
tree | 4f396420285575544991e8b105ac100026bba41d /xmloff/source | |
parent | 826f28e64dfe496a211b03a2419cb71e33ed788b (diff) |
Fix build.
Change-Id: I5b2de61407924cdde5d74a7ea639365a876de74e
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx index 317ad07301df..5ef2156acc60 100644 --- a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx +++ b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx @@ -31,14 +31,6 @@ UnoInterfaceToUniqueIdentifierMapper::UnoInterfaceToUniqueIdentifierMapper() { } -UnoInterfaceToUniqueIdentifierMapper::~UnoInterfaceToUniqueIdentifierMapper() -{ - SAL_WARN_IF( !maReserved.empty(), "xmloff", - "there are " << maReserved.size() - << " ids left. This means a data loss: some connection(s) to shape(s) are missing." - ); -} - const OUString& UnoInterfaceToUniqueIdentifierMapper::registerReference( const Reference< XInterface >& rInterface ) { // Be certain that the references we store in our table are to the |