summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/regionsw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/regionsw.hxx')
-rw-r--r--sw/source/uibase/inc/regionsw.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/regionsw.hxx b/sw/source/uibase/inc/regionsw.hxx
index 51f56256fcd3..4f8a4d58eaea 100644
--- a/sw/source/uibase/inc/regionsw.hxx
+++ b/sw/source/uibase/inc/regionsw.hxx
@@ -188,7 +188,7 @@ public:
void SetWrtShell(SwWrtShell& rSh);
virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet& ) SAL_OVERRIDE;
+ virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
@@ -230,7 +230,7 @@ public:
virtual ~SwSectionFtnEndTabPage();
virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet& ) SAL_OVERRIDE;
+ virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);
@@ -248,7 +248,7 @@ public:
virtual ~SwSectionIndentTabPage();
virtual bool FillItemSet( SfxItemSet* ) SAL_OVERRIDE;
- virtual void Reset( const SfxItemSet& ) SAL_OVERRIDE;
+ virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet);