diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 10:56:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 10:56:23 +0000 |
commit | f4a2b0771a15d9f4a7a76d91242cbb56982cd816 (patch) | |
tree | 611e29627ef6cf754c8213c9fbe2aa9930f9b061 /extensions/source/propctrlr/browserpage.hxx | |
parent | 68c965eda246432b1d2df5edda14f2fbfb5a7ca0 (diff) |
INTEGRATION: CWS oihelp (1.5.246); FILE MERGED
2006/11/15 11:13:01 fs 1.5.246.2: #i71485# propagate minimum height
2006/11/13 14:33:59 fs 1.5.246.1: #i71485# PropertyControlObserver notifications
Diffstat (limited to 'extensions/source/propctrlr/browserpage.hxx')
-rw-r--r-- | extensions/source/propctrlr/browserpage.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx index f4f221c2ec0d..6c6a6dee2d25 100644 --- a/extensions/source/propctrlr/browserpage.hxx +++ b/extensions/source/propctrlr/browserpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: browserpage.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:03:36 $ + * last change: $Author: kz $ $Date: 2006-12-13 11:56:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,11 +64,11 @@ namespace pcr OBrowserPage(Window* pParent, WinBits nWinStyle = 0); ~OBrowserPage(); - // #95343# ------------- sal_Int32 getMinimumWidth(); + sal_Int32 getMinimumHeight(); - OBrowserListBox* getListBox(); - const OBrowserListBox* getListBox() const; + OBrowserListBox& getListBox(); + const OBrowserListBox& getListBox() const; }; //............................................................................ |