summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:06:00 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 16:06:00 +0000
commit233b88bc967d828a9a7d3b429541bbb163d70ea3 (patch)
tree83d209412fb317b4152d2cacd03019594cb6f2b9 /svtools/inc
parent7937347c588e3445dc600339fb0bb0d4c09cbf0b (diff)
INTEGRATION: CWS dba12 (1.1.1.1.580); FILE MERGED
2004/05/04 07:41:33 fs 1.1.1.1.580.1: #i28669# properly respect WB_LEFT/CENTER/RIGHT styles
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/calendar.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/inc/calendar.hxx b/svtools/inc/calendar.hxx
index 08fce282b501..a6b48064fa8e 100644
--- a/svtools/inc/calendar.hxx
+++ b/svtools/inc/calendar.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendar.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:58:49 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 17:06:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -516,6 +516,9 @@ public:
void SetSelectHdl( const Link& rLink ) { maSelectHdl = rLink; }
const Link& GetSelectHdl() const { return maSelectHdl; }
+
+protected:
+ virtual void StateChanged( StateChangedType nStateChange );
};
#endif // _CALENDAR_HXX