diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-24 12:09:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-11-24 12:09:53 +0000 |
commit | 070e69788dd42e69c6ec97f5b6e2b40e565d05fe (patch) | |
tree | b3712366afd43e2c546574f92c4b27671dfc1151 /svtools | |
parent | ff14a32ba6ee21beab0ce8e6013bd4e2d30a18c9 (diff) |
#i10000# remove not needed DBG() macro which broke Solaris non-pro builds
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/filerec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/filerec.hxx b/svtools/inc/svtools/filerec.hxx index 242f49bba855..77ba6c1b5c52 100644 --- a/svtools/inc/svtools/filerec.hxx +++ b/svtools/inc/svtools/filerec.hxx @@ -978,7 +978,7 @@ inline void SfxMultiFixRecordWriter::NewContent() #ifdef DBG_UTIL ULONG nOldStartPos; // Startposition des aktuellen Contents merken - Achtung Subklassen! - DBG(nOldStartPos = _nContentStartPos;) + nOldStartPos = _nContentStartPos; #endif _nContentStartPos = _pStream->Tell(); |