diff options
Diffstat (limited to 'sw/inc/fmtautofmt.hxx')
-rw-r--r-- | sw/inc/fmtautofmt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/fmtautofmt.hxx b/sw/inc/fmtautofmt.hxx index 14a103c4b3f3..092d6b099158 100644 --- a/sw/inc/fmtautofmt.hxx +++ b/sw/inc/fmtautofmt.hxx @@ -56,7 +56,6 @@ public: void SetStyleHandle( std::shared_ptr<SfxItemSet> pHandle ) { mpHandle = pHandle; } const std::shared_ptr<SfxItemSet> GetStyleHandle() const { return mpHandle; } - std::shared_ptr<SfxItemSet> GetStyleHandle() { return mpHandle; } void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE; }; |