summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:00:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:00:41 +0000
commite00e5a90b25616dedad7fe79d0bd712ee6f567ef (patch)
tree87ab00f3e81bfe25c5fb8ac393183b3b56dd6019 /xmloff
parent5f660ec28a8fcb72a95f0e071a0bc43ba73fae76 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.10.32); FILE MERGED
2006/08/18 14:16:24 mhu 1.10.32.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/XMLBackgroundImageExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLBackgroundImageExport.cxx b/xmloff/source/style/XMLBackgroundImageExport.cxx
index ea2f4c072e91..06eeac6afb61 100644
--- a/xmloff/source/style/XMLBackgroundImageExport.cxx
+++ b/xmloff/source/style/XMLBackgroundImageExport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLBackgroundImageExport.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:28:25 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:00:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,7 +170,7 @@ void XMLBackgroundImageExport::exportXML( const Any& rURL,
if( pTransparency )
{
- sal_Int8 nTransparency;
+ sal_Int8 nTransparency = sal_Int8();
if( (*pTransparency) >>= nTransparency )
{
OUStringBuffer aTransOut;