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
commit275728772df2e74d79d2826963219310f4a6f430 (patch)
treea10b97ee722a2f46da16af1953413ce8d390882a /sw/inc/swcli.hxx
parent22acc7b44f9be95fa527ffb5f504bacf83885ff4 (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 5513009d224a..006e347269ab 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; }
};