summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:27:39 +0000
commit3f5df147997b7222558afe54037be2472b5f3679 (patch)
tree106f789a5af5f394342b2d23d0cb893b6afae7dc /sw/inc/ndole.hxx
parentdcbef9f54fb75876152f3323270f7d1d5ae8c9bd (diff)
INTEGRATION: CWS writercorehandoff (1.10.244); FILE MERGED
2006/04/05 12:55:43 tra 1.10.244.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/17 07:53:56 tra 1.10.244.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:43:15 tra 1.10.244.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:10:07 fme 1.10.244.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 9622e63a6e93..751dcdf61b7e 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ndole.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-03-24 12:54:02 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:27:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,6 @@
class SwGrfFmtColl;
class SwDoc;
class SwOLENode;
-class SwOLELink;
class SwOLEListener_Impl;
class SwEmbedObjectLink;
@@ -141,7 +140,6 @@ public:
void SetOLESizeInvalid( BOOL b ){ bOLESizeInvalid = b; }
sal_Int64 GetAspect() const { return nViewAspect; }
- void SetAspect( sal_Int64 nAspect) { nViewAspect = nAspect; }
// OLE-Object aus dem "Speicher" entfernen
// inline void Unload() { aOLEObj.Unload(); }