summaryrefslogtreecommitdiff
path: root/xmlscript/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:02 +0000
commit20c93cc2e4b7aadb2dc9f3a03f6a447955edf53c (patch)
treee868291195dcd14dd4060c6b9e33523ec5026aab /xmlscript/source
parent741985b0beac812afcfc7798d72663e280105abc (diff)
INTEGRATION: CWS warnings01 (1.26.4); FILE MERGED
2005/10/24 14:04:34 dbo 1.26.4.1: #i53898# warning-free code
Diffstat (limited to 'xmlscript/source')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
index d8770e644643..96c96e5fc0a3 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_expmodels.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:13:36 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:12:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -910,6 +910,8 @@ void ElementDescriptor::readFormattedFieldModel( StyleBag * all_styles )
OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-default") ),
*(OUString const *)a.getValue() );
break;
+ default:
+ break;
}
readDoubleAttr( OUString( RTL_CONSTASCII_USTRINGPARAM("EffectiveMin") ),
OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_DIALOGS_PREFIX ":value-min") ) );