summaryrefslogtreecommitdiff
path: root/starmath/source/dialog.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 13:43:42 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 13:43:42 +0000
commit0d5a055994c52595e93a9e039fdce73e8b94f02d (patch)
tree80652a6d344f5a44ec3cd2c23b912bd4bf651574 /starmath/source/dialog.cxx
parent4d7f6fa9abc8539c481ccf6a9bb16cf559bc65c5 (diff)
INTEGRATION: CWS custommeta (1.41.12); FILE MERGED
2008/01/24 09:33:17 mst 1.41.12.1: - starmath/source/dialog.cxx: + fix debug-only warning
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r--starmath/source/dialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx
index 03e8a4020271..2b8cbaf063e8 100644
--- a/starmath/source/dialog.cxx
+++ b/starmath/source/dialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dialog.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: rt $ $Date: 2007-11-09 10:52:52 $
+ * last change: $Author: obo $ $Date: 2008-02-26 14:43:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -851,7 +851,7 @@ void SmDistanceDialog::SetHelpId(MetricField &rField, ULONG nHelpId)
void SmDistanceDialog::SetCategory(USHORT nCategory)
{
#if OSL_DEBUG_LEVEL > 1
- DBG_ASSERT(0 <= nCategory && nCategory < NOCATEGORIES,
+ DBG_ASSERT(/*0 <= nCategory &&*/ nCategory < NOCATEGORIES,
"Sm: falsche Kategorienummer in SmDistanceDialog");
#endif