summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-07-09 16:47:47 +0000
committerjp <jp@openoffice.org>2001-07-09 16:47:47 +0000
commit67e1873c83ae2bc093a42e4dd4f92596d3d7a820 (patch)
tree5a1d68a36391789892bfd726cb9a9d4971d89885 /sw/inc
parenta34950ad3163fe1de9043f7ceb208e800648cc59 (diff)
Bug #81672#: don't swap a selected graphic out
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/ndgrf.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index 67ef04b63f25..2c41c61ca2e7 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndgrf.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-07-09 11:34:32 $
+ * last change: $Author: jp $ $Date: 2001-07-09 17:42:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,9 +163,9 @@ public:
#endif
// steht in ndcopy.cxx
virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const;
+#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
// erneutes Einlesen, falls Graphic nicht Ok ist. Die
// aktuelle wird durch die neue ersetzt.
-#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
BOOL ReRead( const String& rGrfName, const String& rFltName,
const Graphic* pGraphic = 0,
const GraphicObject* pGrfObj = 0,
@@ -181,6 +181,8 @@ public:
void SetStreamName( const String& r ) { aGrfObj.SetUserData( r ); }
void SetNewStreamName( const String& r ) { aNewStrmName = r; }
void SaveCompleted( BOOL bClear );
+ // is this node selected by any shell?
+ BOOL IsSelected() const;
#endif
// Der Grafik sagen, dass sich der Node im Undobereich befindet