diff options
Diffstat (limited to 'sw/inc/rubylist.hxx')
-rw-r--r-- | sw/inc/rubylist.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/rubylist.hxx b/sw/inc/rubylist.hxx index b025686daae3..3542cbcb3738 100644 --- a/sw/inc/rubylist.hxx +++ b/sw/inc/rubylist.hxx @@ -27,7 +27,6 @@ class SwRubyListEntry SwFormatRuby m_aRubyAttr; public: SwRubyListEntry() : m_aRubyAttr( OUString() ) {} - ~SwRubyListEntry(); const OUString& GetText() const { return m_sText; } void SetText( const OUString& rStr ) { m_sText = rStr; } |