summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:56:56 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:56:56 +0000
commitabc883ccafd846b6a73bb0baf1a53b96c9191588 (patch)
tree736085e17f6c4ee5d0ef40861fe4e91ba266e9c3 /svx/source/editeng/impedit5.cxx
parentINTEGRATION: CWS os98 (1.69.76); FILE MERGED (diff)
downloadcore-abc883ccafd846b6a73bb0baf1a53b96c9191588.tar.gz
core-abc883ccafd846b6a73bb0baf1a53b96c9191588.zip
INTEGRATION: CWS os98 (1.31.154); FILE MERGED
2007/06/18 14:24:09 os 1.31.154.1: #i78461# MAC code removed
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx23
1 files changed, 2 insertions, 21 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 35c5b3419ce4..3881237dd0ef 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:00:01 $
+ * last change: $Author: ihi $ $Date: 2007-07-12 10:56:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -444,25 +444,6 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, BOOL bOnlyHardAttrib )
}
}
}
-
-#ifdef EDITDEBUG
-/*
-#ifdef MAC
- FILE* fp = fopen( "debug.log", "a" );
-#elif defined UNX
- FILE* fp = fopen( "/tmp/debug.log", "a" );
-#else
- FILE* fp = fopen( "d:\\debug.log", "a" );
-#endif
- if ( fp )
- {
- fprintf( fp, "\n \n<= Attribute: Absatz %i\n", nNode );
- DbgOutItemSet( fp, aCurSet, TRUE, FALSE );
- fclose( fp );
- }
-*/
-#endif
-
return aCurSet;
}