diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:12:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:12:02 +0000 |
commit | 20c93cc2e4b7aadb2dc9f3a03f6a447955edf53c (patch) | |
tree | e868291195dcd14dd4060c6b9e33523ec5026aab /xmlscript | |
parent | 741985b0beac812afcfc7798d72663e280105abc (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')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx | 6 |
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") ) ); |