summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msdffimp.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index 28b7b27b74ae..28ae9184c443 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -466,7 +466,8 @@ protected:
sal_uInt32 nConvertFlags, SotStorage& rSrcStg,
const css::uno::Reference < css::embed::XStorage >& xDestStg,
const Graphic& rGrf,
- const Rectangle& rVisArea );
+ const Rectangle& rVisArea,
+ OUString const& rBaseURL);
// the following methods need to be overridden for Excel imports
static bool ProcessClientAnchor( SvStream& rStData,
@@ -687,7 +688,8 @@ public:
SvStream* pDataStrrm,
ErrCode& rError,
sal_uInt32 nConvertFlags,
- sal_Int64 nAspect );
+ sal_Int64 nAspect,
+ OUString const& rBaseURL);
/** Create connections between shapes.
This method should be called after a page is imported.