summaryrefslogtreecommitdiff
path: root/sw/inc/ndgrf.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:59:09 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:59:09 +0000
commit4be4011b30a836d42a77e4c42086926cbbd5e696 (patch)
treec131b76e8332ae5ea83127a380791091a003f94d /sw/inc/ndgrf.hxx
parent2befe9ac471ea308be4068ab0be63a5d87eaabfa (diff)
INTEGRATION: CWS mav09 (1.12.148); FILE MERGED
2004/05/18 16:43:04 mba 1.12.148.1: RESYNC to m39
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r--sw/inc/ndgrf.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index 8fcb6a2616..e1e10d2c42 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndgrf.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:02:30 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:59:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#ifndef _LNKBASE_HXX //autogen
-#include <so3/lnkbase.hxx>
+#include <sfx2/lnkbase.hxx>
#endif
#ifndef _GRFMGR_HXX //autogen
#include <goodies/grfmgr.hxx>
@@ -86,7 +86,7 @@ class SwGrfNode: public SwNoTxtNode
friend class SwGrfFrm;
GraphicObject aGrfObj;
- ::so3::SvBaseLinkRef refLink; // falls Grafik nur als Link, dann Pointer gesetzt
+ ::sfx2::SvBaseLinkRef refLink; // falls Grafik nur als Link, dann Pointer gesetzt
Size nGrfSize;
// String aStrmName; // SW3: Name des Storage-Streams fuer Embedded
String aNewStrmName; // SW3/XML: new stream name (either SW3 stream
@@ -196,7 +196,7 @@ public:
BOOL IsGrfLink() const { return refLink.Is(); }
inline BOOL IsLinkedFile() const;
inline BOOL IsLinkedDDE() const;
- ::so3::SvBaseLinkRef GetLink() const { return refLink; }
+ ::sfx2::SvBaseLinkRef GetLink() const { return refLink; }
BOOL GetFileFilterNms( String* pFileNm, String* pFilterNm ) const;
void ReleaseLink();