summaryrefslogtreecommitdiff
path: root/basic/source/sbx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:50:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:50:12 +0000
commit9c9d3b0cc1b875475837ca38e251a7d67ce988de (patch)
treea34c876994cc3c537b73688855f6ee67e93ad809 /basic/source/sbx
parentf0b21f8f90248c24bc1c9d1bf6d84cb8c5ac4a98 (diff)
INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED
2005/12/01 14:56:18 ab 1.3.30.1: #i53898# Removed warnings for unxlngi6
Diffstat (limited to 'basic/source/sbx')
-rw-r--r--basic/source/sbx/sbxdec.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index 168523f5c76a..66ceb5ac6a4f 100644
--- a/basic/source/sbx/sbxdec.hxx
+++ b/basic/source/sbx/sbxdec.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxdec.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 21:49:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:50:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,6 +98,8 @@ public:
#ifdef WIN32
if( pDecimal )
maDec = pDecimal->maDec;
+#else
+ (void)pDecimal;
#endif
}