summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab/LDebug.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab/LDebug.hxx')
-rw-r--r--connectivity/source/drivers/evoab/LDebug.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab/LDebug.hxx b/connectivity/source/drivers/evoab/LDebug.hxx
index eeb9eed1860f..8b9e2b11ab77 100644
--- a/connectivity/source/drivers/evoab/LDebug.hxx
+++ b/connectivity/source/drivers/evoab/LDebug.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,9 +34,9 @@
#ifdef _DEBUG
void evo_traceStringMessage( const sal_Char* _pFormat, const ::rtl::OUString& _rAsciiString );
- #define EVO_TRACE_STRING( pFormat, rAsciiString ) evo_traceStringMessage( pFormat, rAsciiString )
+ #define EVO_TRACE_STRING( pFormat, rAsciiString ) evo_traceStringMessage( pFormat, rAsciiString )
#else
- #define EVO_TRACE_STRING( pFormat, rAsciiString ) (void)(0)
+ #define EVO_TRACE_STRING( pFormat, rAsciiString ) (void)(0)
#endif