You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/09/14 14:23:28 UTC

svn commit: r1384737 - /incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx

Author: paveljanik
Date: Fri Sep 14 12:23:28 2012
New Revision: 1384737

URL: http://svn.apache.org/viewvc?rev=1384737&view=rev
Log:
Remove unused variable rTableManager to prevent WaE issue.

Modified:
    incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx

Modified: incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx?rev=1384737&r1=1384736&r2=1384737&view=diff
==============================================================================
--- incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx (original)
+++ incubator/ooo/trunk/main/writerfilter/source/dmapper/DomainMapper.cxx Fri Sep 14 12:23:28 2012
@@ -4356,7 +4356,6 @@ void DomainMapper::PopListProperties()
 void DomainMapper::lcl_startCharacterGroup()
 {
     m_pImpl->PushProperties(CONTEXT_CHARACTER);
-    DomainMapperTableManager& rTableManager = m_pImpl->getTableManager();
 }
 /*-- 09.06.2006 09:52:14---------------------------------------------------