diff options
Diffstat (limited to 'sw/inc/swserv.hxx')
-rw-r--r-- | sw/inc/swserv.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx index f483342ade5d..9cc34ad1038c 100644 --- a/sw/inc/swserv.hxx +++ b/sw/inc/swserv.hxx @@ -67,8 +67,8 @@ public: bool SetData( const OUString & rMimeType, const ::com::sun::star::uno::Any& rData ); - virtual void SendDataChanged( const SwPosition& rPos ); - virtual void SendDataChanged( const SwPaM& rRange ); + void SendDataChanged( const SwPosition& rPos ); + void SendDataChanged( const SwPaM& rRange ); bool IsLinkInServer( const SwBaseLink* ) const; |