summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx21
1 files changed, 4 insertions, 17 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index d582db7ae335..2e2f54ff965e 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertyeditor.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2002-11-06 09:20:06 $
+ * last change: $Author: hr $ $Date: 2003-03-25 16:03:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,8 @@ namespace pcr
// #95343# -------------------------------
sal_Int32 getMinimumWidth();
+ void CommitModified();
+
protected:
DECL_LINK(OnPageDeactivate, TabControl*);
DECL_LINK(OnPageActivate, TabControl*);
@@ -145,19 +147,4 @@ namespace pcr
#endif // _EXTENSIONS_PROPCTRLR_PROPERTYEDITOR_HXX_
-/*************************************************************************
- * history:
- * $Log: not supported by cvs2svn $
- * Revision 1.3 2001/05/30 13:43:32 fs
- * #86838# forward the GetFocus event to the tab control
- *
- * Revision 1.2 2001/02/19 14:08:31 fs
- * #84041# infrastructure for activating pages from outside
- *
- * Revision 1.1 2001/01/12 11:31:33 fs
- * initial checkin - outsourced the form property browser
- *
- *
- * Revision 1.0 08.01.01 11:50:25 fs
- ************************************************************************/