diff options
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 4cf9e2464c6d..33b768b6f0c0 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -387,17 +387,6 @@ public: const SwNode* GetFoundNode() const { return m_pFound; } }; -class SwStringMsgPoolItem final : public SwMsgPoolItem -{ - OUString m_sStr; -public: - - const OUString& GetString() const { return m_sStr; } - - SwStringMsgPoolItem( sal_uInt16 nId, OUString aStr ) - : SwMsgPoolItem( nId ), m_sStr(std::move( aStr )) - {} -}; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |