summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-06 08:20:07 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-06 08:20:07 +0000
commitbb076a8c1e4cca59e8e1bfba555f65a3dfdce26b (patch)
treed6a209ce7c4505e2a707f334ed231e5f9f43e78f /extensions/source/propctrlr/propertyeditor.hxx
parent6d4e707ed3cd28e7691b6ebe6ea260c818489093 (diff)
#95343# (on behalf of SleepyBear@openoffice.org) changes for calculating layout
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 45b0bc17d22c..d582db7ae335 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertyeditor.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-05-30 13:43:32 $
+ * last change: $Author: fs $ $Date: 2002-11-06 09:20:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,8 @@ namespace pcr
void setPageActivationHandler(const Link& _rHdl) { m_aPageActivationHandler = _rHdl; }
Link getPageActivationHandler() const { return m_aPageActivationHandler; }
+ // #95343# -------------------------------
+ sal_Int32 getMinimumWidth();
protected:
DECL_LINK(OnPageDeactivate, TabControl*);
@@ -146,6 +148,9 @@ namespace pcr
/*************************************************************************
* 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
*