summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/inspectormodelbase.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:59:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:59:40 +0000
commitbef56b13dcd7f86b682dfadfcd6e662f21402e00 (patch)
tree1756e2870423bde7447c7345c77abe18b6901313 /extensions/source/propctrlr/inspectormodelbase.hxx
parentabe1e9a08ab4eee0b66e0ca37fe52a683199a89d (diff)
INTEGRATION: CWS wae4extensions (1.2.78); FILE MERGED
2007/09/27 07:18:25 fs 1.2.78.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/propctrlr/inspectormodelbase.hxx')
-rw-r--r--extensions/source/propctrlr/inspectormodelbase.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/inspectormodelbase.hxx b/extensions/source/propctrlr/inspectormodelbase.hxx
index 9f0df3a99efd..7fe8a854de8d 100644
--- a/extensions/source/propctrlr/inspectormodelbase.hxx
+++ b/extensions/source/propctrlr/inspectormodelbase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inspectormodelbase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 10:48:36 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:59:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -109,6 +109,9 @@ namespace pcr
protected:
void enableHelpSectionProperties( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines );
+
+ private:
+ using ImplInspectorModel_PBase::getFastPropertyValue;
};
//........................................................................