summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-02-25 15:07:50 +0000
committerKurt Zenker <kz@openoffice.org>2004-02-25 15:07:50 +0000
commita554bae669d5eb3abc327cef07bfbbafe3e9d397 (patch)
tree99070bbc93e868234328896dc994725fd99af00d /svx/source/items
parentc04e60275f273dacf8796e957e1ebadc08b497a1 (diff)
INTEGRATION: CWS layoutmanager (1.2.212); FILE MERGED
2003/11/25 13:14:20 cd 1.2.212.1: #111899# Support QueryValue/PutValue
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/itemtype.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/itemtype.cxx b/svx/source/items/itemtype.cxx
index cf03da7f4524..e436c45f7578 100644
--- a/svx/source/items/itemtype.cxx
+++ b/svx/source/items/itemtype.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itemtype.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 18:03:28 $
+ * last change: $Author: kz $ $Date: 2004-02-25 16:07:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,7 +171,7 @@ XubString GetMetricText( long nVal, SfxMapUnit eSrcUnit, SfxMapUnit eDestUnit, c
nRet %= nDiff;
if( 4 == nDigits )
{
- DBG_ASSERT(pIntl, "no IntlWrapper* set")
+// DBG_ASSERT(pIntl, "no IntlWrapper* set")
if(pIntl)
sRet += pIntl->getLocaleData()->getNumDecimalSep();
else