diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:12:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:12:04 +0000 |
commit | 1a9294b8715b2c804810dbad40a9368e2ea2ff18 (patch) | |
tree | a33800e8be077ea431324218906a0ff5f732c3e6 /sw/inc/swserv.hxx | |
parent | 68dfe428f7fd8d01558b53f5284f36f25191976b (diff) |
INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED
2007/03/05 12:43:18 tl 1.5.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/swserv.hxx')
-rw-r--r-- | sw/inc/swserv.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx index 95be8febac..3bc6df2c3e 100644 --- a/sw/inc/swserv.hxx +++ b/sw/inc/swserv.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swserv.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:34:21 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:12:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,6 +83,7 @@ public: BOOL SetData( const String & rMimeType, const ::com::sun::star::uno::Any& rData ); + using sfx2::SvLinkSource::SendDataChanged; virtual void SendDataChanged( const SwPosition& rPos ); virtual void SendDataChanged( const SwPaM& rRange ); |