summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:32:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:32:03 +0000
commit5be4a2d2c0788c95d7e196fefc7477f55ffe84d6 (patch)
treee753930eaf28b49962004a4d27b5f5827351d1b6 /svx
parent6889fbf7059da71160a5b0e4cb350eedabc2ff60 (diff)
INTEGRATION: CWS dbgmacros1 (1.42.2.1.68); FILE MERGED
2003/04/10 16:48:23 kso 1.42.2.1.68.2: RESYNC: (1.42.2.1-1.44); FILE MERGED 2003/04/10 08:46:04 kso 1.42.2.1.68.1: #108413# - debug macro unification.
Diffstat (limited to 'svx')
-rw-r--r--svx/source/options/optlingu.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/options/optlingu.cxx b/svx/source/options/optlingu.cxx
index 1a7e25bc889f..e6b4dd8ef25b 100644
--- a/svx/source/options/optlingu.cxx
+++ b/svx/source/options/optlingu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optlingu.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:47:01 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:32:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1231,7 +1231,7 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
DBG_ASSERT( pImplNames, "service implementation names missing" )
if (pImplNames)
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
const OUString *pTmpStr = pImplNames->getConstArray();
#endif
Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() );