From 070e69788dd42e69c6ec97f5b6e2b40e565d05fe Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 24 Nov 2008 12:09:53 +0000
Subject: #i10000# remove not needed DBG() macro which broke Solaris non-pro
builds
---
svtools/inc/svtools/filerec.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'svtools/inc')
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();
--
cgit