diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:56:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:56:56 +0000 |
commit | abc883ccafd846b6a73bb0baf1a53b96c9191588 (patch) | |
tree | 736085e17f6c4ee5d0ef40861fe4e91ba266e9c3 /svx/source/editeng/impedit5.cxx | |
parent | 4715aa98830289d39ef7c06ef4b5290762154bb6 (diff) |
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.cxx | 23 |
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; } |