summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dview.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-24 13:54:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-24 13:54:21 +0000
commit57d5028706861fa220280023fe7dd0e664a5e58f (patch)
tree0df3f1592bdf51d16093441d770020f14568989b /sw/source/core/inc/dview.hxx
parent99d71a310df2e938b21ad520503bbf924887375b (diff)
INTEGRATION: CWS draw9 (1.1.1.1.180); FILE MERGED
2003/04/10 17:13:02 aw 1.1.1.1.180.1: #i7672# Overload to resue edit background color in active text edit view (OutlinerView)
Diffstat (limited to 'sw/source/core/inc/dview.hxx')
-rw-r--r--sw/source/core/inc/dview.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index 03a4c98f51d8..934a0718e8be 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dview.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:20 $
+ * last change: $Author: rt $ $Date: 2003-04-24 14:54:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,11 @@ public:
virtual SdrObject* GetMaxToTopObj(SdrObject* pObj) const;
virtual SdrObject* GetMaxToBtmObj(SdrObject* pObj) const;
virtual void MarkListHasChanged();
+
+ // #i7672#
+ // Overload to resue edit background color in active text edit view (OutlinerView)
+ virtual void ModelHasChanged();
+
virtual void ObjOrderChanged( SdrObject* pObj, ULONG nOldPos,
ULONG nNewPos );
virtual BOOL TakeDragLimit(SdrDragMode eMode, Rectangle& rRect) const;