summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 46d586c219ba..20f278a615a2 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -221,7 +221,7 @@ public:
protected:
/// Output frames - the implementation.
- void OutputFlyFrame_Impl(const ww8::Frame& rFormat, const Point& rNdTopLeft) override;
+ void OutputFlyFrame_Impl(const ww8::Frame& rFrame, const Point& rNdTopLeft) override;
/// Sfx item Sfx item RES_CHRATR_CASEMAP
void CharCaseMap(const SvxCaseMapItem& rCaseMap) override;
@@ -296,7 +296,7 @@ protected:
void CharLanguageCTL(const SvxLanguageItem& rLanguageItem) override;
/// Sfx item RES_CHRATR_CTL_POSTURE
- void CharPostureCTL(const SvxPostureItem& rWeight) override;
+ void CharPostureCTL(const SvxPostureItem& rPosture) override;
/// Sfx item RES_CHRATR_CTL_WEIGHT
void CharWeightCTL(const SvxWeightItem& rWeight) override;