[Libreoffice-commits] .: xmloff/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed May 16 07:18:49 PDT 2012


 xmloff/source/draw/sdxmlimp.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cc92cb54e246e48dc62ef149aeaa550e14ec3a9e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 16 15:16:53 2012 +0100

    completely nutso merge bustage since 2004
    
    useless unused fat global objects since
    146f73bcfa48ddddd18a1eb449aaa5ddd43d2dd2
    
    Change-Id: I2a5f54d34b498a64b658f158f98269f16e2e71f8

diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx
index d1f960c..2687a18 100644
--- a/xmloff/source/draw/sdxmlimp.cxx
+++ b/xmloff/source/draw/sdxmlimp.cxx
@@ -1029,10 +1029,6 @@ OUString SAL_CALL SdXMLImport::getImplementationName() throw( uno::RuntimeExcept
     }
 }
 
-    HeaderFooterDeclMap         maHeaderDeclsMap;
-    HeaderFooterDeclMap         maFooterDeclsMap;
-    DateTimeDeclMap             maDateTimeDeclsMap;
-
 void SdXMLImport::AddHeaderDecl( const ::rtl::OUString& rName, const ::rtl::OUString& rText )
 {
     if( !rName.isEmpty() && !rText.isEmpty() )


More information about the Libreoffice-commits mailing list