summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlStyleImport.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:52:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:52:04 +0000
commit0f8f329b4e0ce5cf463519ef7f2ffc2057d935eb (patch)
tree3ad5205ecd0a6e2ebe831ba6b010cedc63e7c9e2 /dbaccess/source/filter/xml/xmlStyleImport.cxx
parent87f88a78e6a09edc6dbb738b695c772db6647326 (diff)
INTEGRATION: CWS warnings01 (1.4.72); FILE MERGED
2006/03/24 15:35:58 fs 1.4.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source/filter/xml/xmlStyleImport.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index 90617c827516..260710e0f335 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlStyleImport.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:12:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:51:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,13 +113,13 @@ DBG_NAME(OTableStyleContext)
OTableStyleContext::OTableStyleContext( ODBFilter& rImport,
sal_uInt16 nPrfx, const OUString& rLName,
const Reference< XAttributeList > & xAttrList,
- SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) :
- XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ),
- sNumberFormat(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberFormat"))),
- pStyles(&rStyles),
- m_nNumberFormat(-1),
- bParentSet(sal_False),
- bConditionalFormatCreated(sal_False)
+ SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle )
+ :XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle )
+ ,sNumberFormat(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberFormat")))
+ ,pStyles(&rStyles)
+ ,m_nNumberFormat(-1)
+ ,bConditionalFormatCreated(sal_False)
+ ,bParentSet(sal_False)
{
DBG_CTOR(OTableStyleContext,NULL);