summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eformspropertyhandler.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:56:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:56:52 +0000
commitd12e313458fa1f9fcde24b97d3d94d21e7948ab7 (patch)
tree9e5f8b964a529568dcfdf971c1650f8310772764 /extensions/source/propctrlr/eformspropertyhandler.cxx
parenta3129d582bb2a601328242074292e8ab6239f69b (diff)
INTEGRATION: CWS wae4extensions (1.9.138); FILE MERGED
2007/09/27 07:18:24 fs 1.9.138.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/propctrlr/eformspropertyhandler.cxx')
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx b/extensions/source/propctrlr/eformspropertyhandler.cxx
index c9f11946c3ce..736e245a0d11 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.cxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eformspropertyhandler.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 16:56:35 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:56:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -518,7 +518,7 @@ namespace pcr
return InteractiveSelectionResult_Cancelled;
PropertyId nPropId( impl_getPropertyId_throw( _rPropertyName ) );
-
+ (void)nPropId;
OSL_ENSURE( ( PROPERTY_ID_BINDING_NAME == nPropId )
|| ( PROPERTY_ID_BIND_EXPRESSION == nPropId )
|| ( PROPERTY_ID_XSD_REQUIRED == nPropId )