include/xmloff/unointerfacetouniqueidentifiermapper.hxx | 1 - xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 8 -------- 2 files changed, 9 deletions(-)
New commits: commit 12dea20c2834d923cd51eeb032489e74b5f9982d Author: Thorsten Behrens <[email protected]> Date: Wed May 15 11:31:11 2013 +0200 Fix build. Change-Id: I5b2de61407924cdde5d74a7ea639365a876de74e diff --git a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx index 6ec3700..d78fbfb 100644 --- a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx +++ b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx @@ -37,7 +37,6 @@ class XMLOFF_DLLPUBLIC UnoInterfaceToUniqueIdentifierMapper { public: UnoInterfaceToUniqueIdentifierMapper(); - ~UnoInterfaceToUniqueIdentifierMapper(); /** returns a unique identifier for the given uno object. IF a uno object is registered more than once, the returned identifier is always the same. diff --git a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx index 317ad07..5ef2156 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
