[Libreoffice-commits] .: binfilter/bf_sw
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jun 7 04:13:22 PDT 2011
binfilter/bf_sw/source/core/swg/sw_rdflds.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 8b8e7d52876b47c138ea67cb2daaaceb2335f773
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 7 12:13:03 2011 +0100
WaE: can throw out some more junk according to MacOsX gcc
diff --git a/binfilter/bf_sw/source/core/swg/sw_rdflds.cxx b/binfilter/bf_sw/source/core/swg/sw_rdflds.cxx
index 373f469..ee42600 100644
--- a/binfilter/bf_sw/source/core/swg/sw_rdflds.cxx
+++ b/binfilter/bf_sw/source/core/swg/sw_rdflds.cxx
@@ -221,10 +221,6 @@ static SwField* In_SwUserField( SwSwgReader& rPar, SwUserFieldType* pType,
return 0;
return new SwUserField( pType, nSub ); // MS: Hier kann auch das Format mit
- // uebergeben werden
- if( UF_STRING & pType->GetType() )
- nNewFldFmt = 0; // Warum auch immer!
-
}
static SwField* In_SwFileNameField( SwSwgReader&, SwFileNameFieldType* pType )
More information about the Libreoffice-commits
mailing list