summaryrefslogtreecommitdiff
path: root/sw/inc/ndgrf.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-25 07:55:25 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-25 07:55:25 +0000
commite6d79bb8ff698a244b675840b0d8ad6f6e7085da (patch)
tree029290a80016edcc23d61888fd18fbb039ea9361 /sw/inc/ndgrf.hxx
parent590316b1c61a40341d251adf718575bd968952db (diff)
INTEGRATION: CWS os94 (1.18.266); FILE MERGED
2007/03/12 08:07:30 os 1.18.266.1: #i75235# unused methods removed
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r--sw/inc/ndgrf.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx
index f0da10531e1b..e25ced0af4a2 100644
--- a/sw/inc/ndgrf.hxx
+++ b/sw/inc/ndgrf.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndgrf.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:26:58 $
+ * last change: $Author: rt $ $Date: 2007-04-25 08:55:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -198,13 +198,9 @@ public:
short SwapIn( BOOL bWaitForData = FALSE );
// Entfernen der Grafik, um Speicher freizugeben
short SwapOut();
- // Schreiben der Grafik
- BOOL StoreGraphics( SvStorage* pDocStg = NULL );
// Zugriff auf den Storage-Streamnamen
- String GetStreamName() const;
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