summaryrefslogtreecommitdiff
path: root/sw/inc/swserv.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 18:00:57 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 18:00:57 +0000
commit9e3367ca8a28af651e2979ec4cb6e2403cc13827 (patch)
tree0c7ed11fe99c87d391d05a754fa7612eb844108c /sw/inc/swserv.hxx
parent3aec4bf08d864f29e8a6fe236e15be2fc2a06578 (diff)
INTEGRATION: CWS mav09 (1.2.698); FILE MERGED
2004/05/18 16:43:06 mba 1.2.698.1: RESYNC to m39
Diffstat (limited to 'sw/inc/swserv.hxx')
-rw-r--r--sw/inc/swserv.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swserv.hxx b/sw/inc/swserv.hxx
index 802c679e3bd6..39f91f8e8d2c 100644
--- a/sw/inc/swserv.hxx
+++ b/sw/inc/swserv.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swserv.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-03-08 21:17:20 $
+ * last change: $Author: kz $ $Date: 2004-10-04 19:00:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#define _SWSERV_HXX
#ifndef _LINKSRC_HXX
-#include <so3/linksrc.hxx>
+#include <sfx2/linksrc.hxx>
#endif
class SwBookmark;
@@ -73,7 +73,7 @@ class SwTableNode;
struct SwPosition;
class SwPaM;
-class SwServerObject : public ::so3::SvLinkSource
+class SwServerObject : public ::sfx2::SvLinkSource
{
protected:
enum ServerModes { BOOKMARK_SERVER, TABLE_SERVER, SECTION_SERVER, NONE_SERVER } eType;