summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-27 14:08:53 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-27 14:10:31 +0200
commitff5ce47439a32d3fe3b6f5461a8e10441d54a8c9 (patch)
treed62ed9a80a293614768a7435227db4398f9206e9 /rsc/inc
parent5e91e48a15b11424e6ee19cf13a7faf981c00e16 (diff)
Revert "remove unused RSC_DOCKWINDOW flags"
This reverts commit c8754b38ce205845aad5cde3c5ad4070ce38f7d5. This causes toolkit.AccessibleDropDownListBox to fail with: LOG> ImplementationName Unknown, does not implement XServiceInfo Exception while getting Environment Couldn't create a test object
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscdb.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx
index adf801f38573..1fbbb1850881 100644
--- a/rsc/inc/rscdb.hxx
+++ b/rsc/inc/rscdb.hxx
@@ -205,7 +205,8 @@ class RscTypCont
RscTop * InitClassNumericField( RscTop * pSuper );
RscTop * InitClassMetricField( RscTop * pSuper );
- RscTop * InitClassDockingWindow( RscTop * pSuper );
+ RscTop * InitClassDockingWindow( RscTop * pSuper,
+ RscEnum * pMapUnit );
RscTop * InitClassToolBoxItem( RscTop * pSuper, RscTop * pClassBitmap,
RscTop * pClassImage,
RscEnum * pTriState );