diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 16:55:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 16:55:46 +0000 |
commit | d640986559eb639146be8a2f1035d8b43053d2bb (patch) | |
tree | 1e2a1bc90225364c31bc76f514aaaccbd4131d72 /svx/source/svxlink | |
parent | ad71eeb9556dfe6ba2899d4dc9e03391c382d7fa (diff) |
INTEGRATION: CWS mav09 (1.3.704); FILE MERGED
2004/04/14 14:11:06 mba 1.3.704.1: #i27773#: DDE moved from so3
Diffstat (limited to 'svx/source/svxlink')
-rw-r--r-- | svx/source/svxlink/fileobj.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/svxlink/fileobj.hxx b/svx/source/svxlink/fileobj.hxx index f61f9e93b6d3..7160eee187a3 100644 --- a/svx/source/svxlink/fileobj.hxx +++ b/svx/source/svxlink/fileobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fileobj.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2001-08-03 17:44:48 $ + * last change: $Author: kz $ $Date: 2004-10-04 17:55:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ #include <tools/string.hxx> #endif #ifndef _LINKSRC_HXX //autogen -#include <so3/linksrc.hxx> +#include <sfx2/linksrc.hxx> #endif #ifndef _SFXDOCFILE_HXX //autogen #include <sfx2/docfile.hxx> @@ -75,7 +75,7 @@ class Graphic; struct Impl_DownLoadData; -class SvFileObject : public so3::SvLinkSource +class SvFileObject : public sfx2::SvLinkSource { String sFileNm; String sFilter; @@ -115,8 +115,8 @@ public: const String & rMimeType, BOOL bSynchron = FALSE ); - virtual BOOL Connect( so3::SvBaseLink* ); - virtual String Edit( Window*, so3::SvBaseLink* ); + virtual BOOL Connect( sfx2::SvBaseLink* ); + virtual String Edit( Window*, sfx2::SvBaseLink* ); // erfrage ob das man direkt auf die Daten zugreifen kann oder ob das // erst angestossen werden muss |