summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 10:56:48 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 10:56:48 +0000
commitad9e5b4af6d17c8bf784c8a5278fc5efe2a2ce90 (patch)
tree45b43a88d0100e866cee97798ebeab0e44d047c7
parentb60155fdb3b368243c403f35f9ab8b6335efbce3 (diff)
INTEGRATION: CWS oihelp (1.9.154); FILE MERGED
2006/11/14 12:29:34 fs 1.9.154.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)
-rw-r--r--extensions/source/propctrlr/browserview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserview.hxx b/extensions/source/propctrlr/browserview.hxx
index 8f20172c1..dbf7518e8 100644
--- a/extensions/source/propctrlr/browserview.hxx
+++ b/extensions/source/propctrlr/browserview.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: browserview.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:18:01 $
+ * last change: $Author: kz $ $Date: 2006-12-13 11:56:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,7 @@ namespace pcr
virtual ~OPropertyBrowserView();
- OPropertyEditor* getPropertyBox() { return m_pPropBox; }
+ OPropertyEditor& getPropertyBox() { return *m_pPropBox; }
// page handling
sal_uInt16 getActivaPage() const { return m_nActivePage; }