summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index ab1945b437ac..6ca6e4779f17 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -100,7 +100,7 @@ public:
virtual SwRedlineExtraData* CreateNew() const SAL_OVERRIDE;
virtual void Reject( SwPaM& rPam ) const SAL_OVERRIDE;
virtual bool operator == ( const SwRedlineExtraData& ) const SAL_OVERRIDE;
- SfxItemSet* GetItemSet( ) const;
+ SfxItemSet* GetItemSet( ) const { return pSet; }
};
class SW_DLLPUBLIC SwRedlineData