summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:58:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:58:07 +0000
commitf2f65c0437112700455f3a7167167f787ce966cc (patch)
tree602c685b80a1226f6f873c6493a0f46630c609cb /xmloff/source/xforms
parente868bde539aa577f0b5f06e8153c12430c0ddfb5 (diff)
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/17 16:41:36 pl 1.4.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/xforms')
-rw-r--r--xmloff/source/xforms/xformsapi.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx
index 4260bd2ad35c..41eb7b96a2de 100644
--- a/xmloff/source/xforms/xformsapi.cxx
+++ b/xmloff/source/xforms/xformsapi.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xformsapi.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:05:27 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:58:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -245,7 +245,11 @@ static SvXMLTokenMapEntry aTypes[] =
};
sal_uInt16 lcl_getTypeClass(
- const Reference<XDataTypeRepository>& xRepository,
+ const Reference<XDataTypeRepository>&
+ #ifdef DBG_UTIL
+ xRepository
+ #endif
+ ,
const SvXMLNamespaceMap& rNamespaceMap,
const OUString& rXMLName )
{