summaryrefslogtreecommitdiff
path: root/sw/inc/swcli.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:32:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:32:38 +0000
commita24790d33637cf5c2296ba579151adc37aa13003 (patch)
tree085e17e7f386a8cf53f0bb45cb906367b97807a5 /sw/inc/swcli.hxx
parenta4c884f93542f290c116252ff2366ef85dfec749 (diff)
INTEGRATION: CWS writercorehandoff (1.2.444); FILE MERGED
2005/09/13 11:56:50 tra 1.2.444.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:19 fme 1.2.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/swcli.hxx')
-rw-r--r--sw/inc/swcli.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/swcli.hxx b/sw/inc/swcli.hxx
index 3eb964c892..8a1fcc1af6 100644
--- a/sw/inc/swcli.hxx
+++ b/sw/inc/swcli.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swcli.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:12:19 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:32:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _SWCLI_HXX
#define _SWCLI_HXX
-
#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDOBJECT_HPP_
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#endif
@@ -62,7 +61,6 @@ public:
SwOleClient( SwView *pView, SwEditWin *pWin, const svt::EmbeddedObjectRef& );
void SetInDoVerb( BOOL bFlag ) { bInDoVerb = bFlag; }
- BOOL IsInDoVerb() const { return bInDoVerb; }
BOOL IsCheckForOLEInCaption() const { return bOldCheckForOLEInCaption; }
};