summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pvlaydlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
commit555d702903fb0857122024e1ab78a72d122d3f16 (patch)
tree6c749e09d7b761f4ce353bedcc31627a38529196 /sc/source/ui/inc/pvlaydlg.hxx
parentff721adbe05f7a6659d9dffcf46c671f8a644da7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r--sc/source/ui/inc/pvlaydlg.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index bbf64819b7da..1c4a92d683ea 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pvlaydlg.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dr $ $Date: 2002-10-21 17:48:23 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:06:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,11 +140,14 @@ public:
PointerStyle NotifyMouseButtonDown( ScDPFieldType eType, long nFieldIndex );
void NotifyMouseButtonUp ( const Point& rAt );
PointerStyle NotifyMouseMove ( const Point& rAt );
- void NotifyFieldFocus ( ScDPFieldType eType, BOOL bActive );
+ void NotifyFieldFocus ( ScDPFieldType eType, BOOL bGotFocus );
void NotifyMoveField ( ScDPFieldType eToType );
void NotifyRemoveField ( ScDPFieldType eType, long nFieldIndex );
BOOL NotifyMoveSlider ( USHORT nKeyCode ); // return TRUE, if position changed
+protected:
+ virtual void Deactivate();
+
private:
FixedLine aFlLayout;
FixedText aFtCol;