summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/handlerhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/handlerhelper.hxx')
-rw-r--r--extensions/source/propctrlr/handlerhelper.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/handlerhelper.hxx b/extensions/source/propctrlr/handlerhelper.hxx
index 5d4ad7cbfa43..eaf15afbbeb9 100644
--- a/extensions/source/propctrlr/handlerhelper.hxx
+++ b/extensions/source/propctrlr/handlerhelper.hxx
@@ -37,8 +37,6 @@ namespace com { namespace sun { namespace star {
}
} } }
-class ResStringArray;
-
namespace pcr
{
@@ -105,8 +103,11 @@ namespace pcr
@param _rxControlFactory
A control factory. Must not be <NULL/>.
- @param _rInitialListEntries
- the initial values of the control
+ @param pTransIds
+ the initial translation ids for the value of the control
+
+ @param nElements
+ the count of initial values of the control
@param _bReadOnlyControl
determines whether the control should be read-only
@@ -120,7 +121,7 @@ namespace pcr
static css::uno::Reference< css::inspection::XPropertyControl >
createListBoxControl(
const css::uno::Reference< css::inspection::XPropertyControlFactory >& _rxControlFactory,
- const ResStringArray& _rInitialListEntries,
+ const char** pTransIds, size_t nElements,
bool _bReadOnlyControl,
bool _bSorted
);