summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlStyleImport.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:19:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:19:15 +0000
commit3db4b07a0aecdc1c65801dba386f115db56de4fe (patch)
treeda4728f64c07fb51a43e550afb1d0006b496ba33 /dbaccess/source/filter/xml/xmlStyleImport.cxx
parenta65c2684f2c17fb9a3a9d856578731571b8b5253 (diff)
INTEGRATION: CWS hr50 (1.7.134); FILE MERGED
2008/04/11 12:26:37 hr 1.7.134.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'dbaccess/source/filter/xml/xmlStyleImport.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlStyleImport.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlStyleImport.cxx b/dbaccess/source/filter/xml/xmlStyleImport.cxx
index 16f46ebc04a1..35bf7934cc44 100644
--- a/dbaccess/source/filter/xml/xmlStyleImport.cxx
+++ b/dbaccess/source/filter/xml/xmlStyleImport.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlStyleImport.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -156,8 +156,9 @@ void OTableStyleContext::FillPropertySet(
if ( pMyStyles )
pStyle = PTR_CAST(SvXMLNumFormatContext,pMyStyles->
FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, m_sDataStyleName, sal_True));
- else
+ else {
DBG_ERROR("not possible to get style");
+ }
}
if ( pStyle )
{