summaryrefslogtreecommitdiff
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-12-18 10:27:45 +0000
committerMalte Timmermann <mt@openoffice.org>2001-12-18 10:27:45 +0000
commit0aefc2e3cbf914eb6be65da9e0d2b02221757b9f (patch)
tree555b8fdccc41df3c4e9204bb3cf9ae2522608846 /svx/source/editeng/impedit5.cxx
parentc5c5529b6c3ba5d11def93f54bd61cc4fbfa1f6b (diff)
dummy comment (ask HR)
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 0d11787cb4..75bc17e231 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: mt $ $Date: 2001-11-14 11:13:38 $
+ * last change: $Author: mt $ $Date: 2001-12-18 11:27:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -656,13 +656,13 @@ void ImpEditEngine::SetAttribs( EditSelection aSel, const SfxItemSet& rSet, BYTE
// ueber die Items iterieren...
#ifdef EDITDEBUG
- FILE* fp = fopen( "d:\\debug.log", "a" );
- if ( fp )
- {
- fprintf( fp, "\n \n=> Zeichen-Attribute: Absatz %i, %i-%i\n", nNode, nStartPos, nEndPos );
- DbgOutItemSet( fp, rSet, TRUE, FALSE );
- fclose( fp );
- }
+// FILE* fp = fopen( "d:\\debug.log", "a" );
+// if ( fp )
+// {
+// fprintf( fp, "\n \n=> Zeichen-Attribute: Absatz %i, %i-%i\n", nNode, nStartPos, nEndPos );
+// DbgOutItemSet( fp, rSet, TRUE, FALSE );
+// fclose( fp );
+// }
#endif
for ( USHORT nWhich = EE_ITEMS_START; nWhich <= EE_CHAR_END; nWhich++)
@@ -816,13 +816,13 @@ void ImpEditEngine::SetParaAttribs( USHORT nPara, const SfxItemSet& rSet )
return;
#ifdef EDITDEBUG
- FILE* fp = fopen( "d:\\debug.log", "a" );
- if ( fp )
- {
- fprintf( fp, "\n \n=> Absatz-Attribute: Absatz %i\n", nPara );
- DbgOutItemSet( fp, rSet, TRUE, FALSE );
- fclose( fp );
- }
+// FILE* fp = fopen( "d:\\debug.log", "a" );
+// if ( fp )
+// {
+// fprintf( fp, "\n \n=> Absatz-Attribute: Absatz %i\n", nPara );
+// DbgOutItemSet( fp, rSet, TRUE, FALSE );
+// fclose( fp );
+// }
#endif
if ( !( pNode->GetContentAttribs().GetItems() == rSet ) )