summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:04:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:04:08 +0000
commit7315e79e4f0d58d5d1f6dacfb7c5be8e70cf65b0 (patch)
tree84a42d6e8ac2dc207cb6c3bf79cddcdd642aa0b0 /sw/inc/ndole.hxx
parent4f11fb1c8f73f6ae46732261f08ad8a974b55e5a (diff)
INTEGRATION: CWS tune05 (1.5.210); FILE MERGED
2004/07/22 10:52:32 cmc 1.5.210.1: #i30554# Ole Unload family unused
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 1a2d71f82ce3..17ace182a937 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndole.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-02 18:03:20 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:04:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,6 @@ public:
SwOLEObj( const String &rName );
~SwOLEObj();
- // OLE-Object aus dem "Speicher" entfernen
- void Unload();
BOOL RemovedFromLRU();
#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
@@ -158,9 +156,6 @@ public:
BOOL IsOLESizeInvalid() const { return bOLESizeInvalid; }
void SetOLESizeInvalid( BOOL b ){ bOLESizeInvalid = b; }
- // OLE-Object aus dem "Speicher" entfernen
- inline void Unload() { aOLEObj.Unload(); }
-
#ifndef _FESHVIEW_ONLY_INLINE_NEEDED
const String& GetChartTblName() const { return sChartTblName; }
void SetChartTblName( const String& rNm ) { sChartTblName = rNm; }