summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 2a75d1f48948..bd9658310e24 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -396,7 +396,7 @@ public:
~RTFDocumentImpl() override;
// RTFDocument
- void resolve(Stream& rHandler) override;
+ void resolve(Stream& rMapper) override;
// RTFListener
RTFError dispatchDestination(RTFKeyword nKeyword) override;
@@ -428,7 +428,7 @@ public:
bool isInBackground();
void setDestinationText(OUString const& rString);
/// Resolve a picture: If not inline, then anchored.
- void resolvePict(bool bInline, css::uno::Reference<css::drawing::XShape> const& xShape);
+ void resolvePict(bool bInline, css::uno::Reference<css::drawing::XShape> const& rShape);
/// If this is the first run of the document, starts the initial paragraph.
void checkFirstRun();