summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/filter/xml/xmlImage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:16:03 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:16:03 +0000
commitd880a2de0d35cdc36fb21fa9966e12e517c06c57 (patch)
tree8cf43583e6a8a086b9ab0a74a49d2dd50683dbb7 /reportdesign/source/filter/xml/xmlImage.hxx
parentINTEGRATION: CWS rptwizard01 (1.5.24); FILE MERGED (diff)
downloadcore-d880a2de0d35cdc36fb21fa9966e12e517c06c57.tar.gz
core-d880a2de0d35cdc36fb21fa9966e12e517c06c57.zip
INTEGRATION: CWS rptwizard01 (1.2.74); FILE MERGED
2008/05/21 10:09:37 lla 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED 2008/05/20 10:20:14 lla 1.2.74.1: #i86092# support string substitution in image file names
Diffstat (limited to 'reportdesign/source/filter/xml/xmlImage.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlImage.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlImage.hxx b/reportdesign/source/filter/xml/xmlImage.hxx
index 1220fdc5a443..259b2f8ac8e5 100644
--- a/reportdesign/source/filter/xml/xmlImage.hxx
+++ b/reportdesign/source/filter/xml/xmlImage.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlImage.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -42,6 +42,9 @@ namespace rptxml
{
OXMLImage(const OXMLImage&);
void operator =(const OXMLImage&);
+
+ ::rtl::OUString lcl_doStringsubstitution_nothrow( ::rtl::OUString const& _inout_rURL );
+
public:
OXMLImage( ORptFilter& rImport, sal_uInt16 nPrfx,