diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:59:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:59:31 +0000 |
commit | 0e82ad8fe0fb7bd7238b947803e3b2f9f106ab64 (patch) | |
tree | c3578de52978ed0b65741e3c87e63e438f896a6e /sw/inc/section.hxx | |
parent | fbcaee8fdbdc69418f89b71fa2d0bff0b6360eaf (diff) |
INTEGRATION: CWS mav09 (1.5.662); FILE MERGED
2004/09/16 19:15:37 mav 1.5.662.2: RESYNC: (1.5-1.6); FILE MERGED
2004/05/18 16:43:05 mba 1.5.662.1: RESYNC to m39
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r-- | sw/inc/section.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index 7db83339334b..0400e8d69758 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.hxx @@ -2,9 +2,9 @@ * * $RCSfile: section.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:38:00 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:59:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #include <com/sun/star/uno/Sequence.h> #endif #ifndef _LNKBASE_HXX -#include <so3/lnkbase.hxx> +#include <sfx2/lnkbase.hxx> #endif #ifndef _RTTI_HXX #include <tools/rtti.hxx> @@ -130,7 +130,7 @@ class SW_DLLPUBLIC SwSection : public SwClient ::com::sun::star::uno::Sequence <sal_Int8> aPasswd; SwServerObjectRef refObj; // falls DataServer -> Pointer gesetzt - ::so3::SvBaseLinkRef refLink; + ::sfx2::SvBaseLinkRef refLink; SectionType eType; @@ -222,8 +222,8 @@ public: void UpdateNow() { refLink->Update(); } void Disconnect() { refLink->Disconnect(); } - const ::so3::SvBaseLink& GetBaseLink() const { return *refLink; } - ::so3::SvBaseLink& GetBaseLink() { return *refLink; } + const ::sfx2::SvBaseLink& GetBaseLink() const { return *refLink; } + ::sfx2::SvBaseLink& GetBaseLink() { return *refLink; } void CreateLink( LinkCreateType eType ); |