summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:37:45 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:37:45 +0000
commit8f44cc69a1310b36b6befd82ed02cbd6aad5deae (patch)
tree82f5ffdbcf11dab1669471f211a87c78c71898ab /sc/source/filter/xml/xmlstyli.cxx
parentf5da0cb9a3831b246932907818fc2d25dffe7dee (diff)
INTEGRATION: CWS dr58_SRC680 (1.59.188); FILE MERGED
2007/12/14 10:50:58 nn 1.59.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.cxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index 170f2f3289bd..1e51df0f6f70 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlstyli.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 12:52:58 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:37:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -616,7 +616,9 @@ void XMLTableStyleContext::FillPropertySet(
pStyle = (SvXMLNumFormatContext *)pMyStyles->
FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, sDataStyleName, sal_True);
else
+ {
DBG_ERROR("not possible to get style");
+ }
}
if (pStyle)
{