diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-10-31 11:53:53 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-10-31 11:53:53 +0000 |
commit | d9345d9d2114be5e4139d65f9a51197d7bf5d6a8 (patch) | |
tree | 149222297edb3748cb9a74311b3ff2c1b077c0f7 /svtools/source/config | |
parent | 8060ab91d723551fb8c620fb65baea3a76dc0779 (diff) |
#94060# disable debug logging of call frequency
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/viewoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/viewoptions.cxx b/svtools/source/config/viewoptions.cxx index 8c87fd13f3fb..2cb76026ae49 100644 --- a/svtools/source/config/viewoptions.cxx +++ b/svtools/source/config/viewoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewoptions.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: as $ $Date: 2001-10-19 08:16:30 $ + * last change: $Author: as $ $Date: 2001-10-31 12:53:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ namespace css = ::com::sun::star; #define DEFAULT_PAGEID 0 #define DEFAULT_VISIBLE sal_False -#define DEBUG_VIEWOPTIONS +//#define DEBUG_VIEWOPTIONS #ifdef DEBUG_VIEWOPTIONS #define _LOG_COUNTER_( _SVIEW_, _NREAD_, _NWRITE_ ) \ |