diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 20:06:26 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-27 08:31:49 +0000 |
commit | c8754b38ce205845aad5cde3c5ad4070ce38f7d5 (patch) | |
tree | 6023cfb5e9e7e64029973908bd07decd4b5e72d2 /rsc/inc | |
parent | a9d2302d4d0732a0c1203bbb7c0182b8de59403d (diff) |
remove unused RSC_DOCKWINDOW flags
Change-Id: I2e2d82760b10876a7cf2a8cfb375926eb24d23e4
Reviewed-on: https://gerrit.libreoffice.org/25462
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 1fbbb1850881..adf801f38573 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -205,8 +205,7 @@ class RscTypCont RscTop * InitClassNumericField( RscTop * pSuper ); RscTop * InitClassMetricField( RscTop * pSuper ); - RscTop * InitClassDockingWindow( RscTop * pSuper, - RscEnum * pMapUnit ); + RscTop * InitClassDockingWindow( RscTop * pSuper ); RscTop * InitClassToolBoxItem( RscTop * pSuper, RscTop * pClassBitmap, RscTop * pClassImage, RscEnum * pTriState ); |