summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipage.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:27:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:27:23 +0000
commit4a1affa1cebc1271b4bce7f70484a16148c9bbaf (patch)
tree1f5d8d05b0e57fb8346ccc45860eb8ba07b95e40 /sc/source/filter/excel/xipage.cxx
parente08e36d6e5f849cf9c8d8d17d1b59003258e0d77 (diff)
INTEGRATION: CWS dr58_SRC680 (1.16.98); FILE MERGED
2007/12/14 10:50:57 nn 1.16.98.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/filter/excel/xipage.cxx')
-rw-r--r--sc/source/filter/excel/xipage.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xipage.cxx b/sc/source/filter/excel/xipage.cxx
index 6247a0eb2baf..baba82b7003b 100644
--- a/sc/source/filter/excel/xipage.cxx
+++ b/sc/source/filter/excel/xipage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xipage.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 15:51:05 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:27:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -252,7 +252,9 @@ void XclImpPageSettings::ReadBitmap( XclImpStream& rStrm )
}
}
else
+ {
DBG_ERRORFILE( "XclImpPageSettings::ReadBitmap - record size invalid" );
+ }
}
}