Kaydet (Commit) b808785b authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbgmacros1 (1.4.38); FILE MERGED

2003/04/09 10:21:09 kso 1.4.38.1: #108413# - debug macro unification.
üst 99e105b4
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: basicparser.cxx,v $ * $RCSfile: basicparser.cxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jb $ $Date: 2002-10-01 16:10:50 $ * last change: $Author: vg $ $Date: 2003-04-15 17:19:20 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -164,13 +164,13 @@ BasicParser::~BasicParser() ...@@ -164,13 +164,13 @@ BasicParser::~BasicParser()
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#ifdef _DEBUG #if OSL_DEBUG_LEVEL > 0
void BasicParser::dbgUpdateLocation() void BasicParser::dbgUpdateLocation()
{ {
#ifndef DBG_UTIL #ifndef DBG_UTIL
OUString dbgPublicId, dbgSystemId; OUString dbgPublicId, dbgSystemId;
sal_Int32 dbgLineNo, dbgColumnNo; sal_Int32 dbgLineNo, dbgColumnNo;
#endif // DBG_UTIL #endif // OSL_DEBUG_LEVEL
if (m_xLocator.is()) if (m_xLocator.is())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment