summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawViewShell.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:36:00 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:36:00 +0000
commitaab4968e606bc9c8b48a8797e4d6e7148205189e (patch)
tree3f8d17988e0e0efeed401b8c4f2758d540719fbe /sd/source/ui/inc/DrawViewShell.hxx
parentf9f567d742c65e76786fc5bc270bbd97a2b122e8 (diff)
INTEGRATION: CWS mav09 (1.3.78); FILE MERGED
2004/09/16 18:34:36 mav 1.3.78.7: RESYNC: (1.6-1.7); FILE MERGED 2004/08/09 19:48:10 mav 1.3.78.6: RESYNC: (1.5-1.6); FILE MERGED 2004/07/08 22:43:17 mav 1.3.78.5: RESYNC: (1.4-1.5); FILE MERGED 2004/05/17 17:59:10 mav 1.3.78.4: RESYNC: (1.3-1.4); FILE MERGED 2004/05/10 08:07:41 mba 1.3.78.3: #i27773#: notification of UIActivation fixed; some wrong size manipulations 2004/04/27 17:02:03 mba 1.3.78.2: #i27773#: new embedding API 2004/04/14 14:12:15 mba 1.3.78.1: #i27773#: remove so3; new storage API
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r--sd/source/ui/inc/DrawViewShell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx
index 798fb8749030..760aad63be15 100644
--- a/sd/source/ui/inc/DrawViewShell.hxx
+++ b/sd/source/ui/inc/DrawViewShell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawViewShell.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2004-08-04 08:54:43 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:36:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,8 +213,8 @@ public:
void ModelHasChanged();
virtual void Activate(BOOL bIsMDIActivate);
virtual void Deactivate(BOOL IsMDIActivate);
- virtual void UIActivate( SvInPlaceObject* );
- virtual void UIDeactivate( SvInPlaceObject* );
+ virtual void UIActivating( SfxInPlaceClient* );
+ virtual void UIDeactivated( SfxInPlaceClient* );
virtual String GetSelectionText( BOOL bCompleteWords = FALSE );
virtual BOOL HasSelection( BOOL bText = TRUE ) const;
void SetHelpIdBySelection();