summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-29 23:30:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-02 11:06:46 +0100
commit5ac26d88a5b6e5757bdb0613d7e9ba2b114c2a7e (patch)
tree445a2e3cbc94a398167dd43a7695220fd9222bc9
parentce03635b49b973ff1af4d6e4392994ce2032abf6 (diff)
ditch this
-rw-r--r--binfilter/bf_sw/source/core/bastyp/sw_swcache.cxx37
-rw-r--r--binfilter/bf_xmloff/source/style/xmloff_xmlnumfe.cxx12
2 files changed, 0 insertions, 49 deletions
diff --git a/binfilter/bf_sw/source/core/bastyp/sw_swcache.cxx b/binfilter/bf_sw/source/core/bastyp/sw_swcache.cxx
index 02cf70cb3..f151eb9dd 100644
--- a/binfilter/bf_sw/source/core/bastyp/sw_swcache.cxx
+++ b/binfilter/bf_sw/source/core/bastyp/sw_swcache.cxx
@@ -132,46 +132,9 @@ namespace binfilter {
/*N*/ }
#ifdef DBG_UTIL
-
-
/*N*/ SwCache::~SwCache()
/*N*/ {
-/*N*/ #if OSL_DEBUG_LEVEL > 1
-/*N*/ #ifndef MAC
-/*N*/ {
-/*N*/ ByteString sOut( aName ); sOut += '\n';
-/*N*/ (( sOut += "Anzahl neuer Eintraege: " )
-/*N*/ += ByteString::CreateFromInt32( nAppend ))+= '\n';
-/*N*/ (( sOut += "Anzahl Insert auf freie Plaetze: " )
-/*N*/ += ByteString::CreateFromInt32( nInsertFree ))+= '\n';
-/*N*/ (( sOut += "Anzahl Ersetzungen: " )
-/*N*/ += ByteString::CreateFromInt32( nReplace ))+= '\n';
-/*N*/ (( sOut += "Anzahl Erfolgreicher Get's: " )
-/*N*/ += ByteString::CreateFromInt32( nGetSuccess ))+= '\n';
-/*N*/ (( sOut += "Anzahl Fehlgeschlagener Get's: " )
-/*N*/ += ByteString::CreateFromInt32( nGetFail ))+= '\n';
-/*N*/ (( sOut += "Anzahl Umsortierungen (LRU): " )
-/*N*/ += ByteString::CreateFromInt32( nToTop ))+= '\n';
-/*N*/ (( sOut += "Anzahl Loeschungen: " )
-/*N*/ += ByteString::CreateFromInt32( nDelete ))+= '\n';
-/*N*/ (( sOut += "Anzahl Get's ohne Index: " )
-/*N*/ += ByteString::CreateFromInt32( nGetSeek ))+= '\n';
-/*N*/ (( sOut += "Anzahl Seek fuer Get ohne Index: " )
-/*N*/ += ByteString::CreateFromInt32( nAverageSeekCnt ))+= '\n';
-/*N*/ (( sOut += "Anzahl Flush-Aufrufe: " )
-/*N*/ += ByteString::CreateFromInt32( nFlushCnt ))+= '\n';
-/*N*/ (( sOut += "Anzahl geflush'ter Objekte: " )
-/*N*/ += ByteString::CreateFromInt32( nFlushedObjects ))+= '\n';
-/*N*/ (( sOut += "Anzahl Cache-Erweiterungen: " )
-/*N*/ += ByteString::CreateFromInt32( nIncreaseMax ))+= '\n';
-/*N*/ (( sOut += "Anzahl Cache-Verkleinerungen: " )
-/*N*/ += ByteString::CreateFromInt32( nDecreaseMax ))+= '\n';
-/*N*/
-/*N*/ OSL_FAIL( sOut.GetBuffer() );
-/*N*/ }
/*N*/ Check();
-/*N*/ #endif
-/*N*/ #endif
/*N*/ }
#endif
diff --git a/binfilter/bf_xmloff/source/style/xmloff_xmlnumfe.cxx b/binfilter/bf_xmloff/source/style/xmloff_xmlnumfe.cxx
index 345520194..1ed7023ff 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_xmlnumfe.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_xmlnumfe.cxx
@@ -1543,18 +1543,6 @@ void SvXMLNumFmtExport::ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt
bAnyContent = sal_True;
break;
default:
-#ifdef DBG_UTIL
- // NF_SYMBOLTYPE_PERCENT is the last known value newly
- // introduced, alert on newer values, decreasing <0, which
- // most certainly means having to synchronize with module
- // 'xmloff'.
- if (nElemType < NF_SYMBOLTYPE_PERCENT)
- {
- ByteString aMsg( "SvXMLNumFmtExport::ExportPart_Impl: unhandled symbol type: ");
- aMsg += ByteString::CreateFromInt32( nElemType);
- DBG_ERRORFILE( aMsg.GetBuffer());
- }
-#endif
break;
}
nPrevType = nElemType;