diff options
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r-- | rsc/inc/rscdb.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index a3d4befb45db..ff097bc0bcd1 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -28,7 +28,6 @@ #include <rscstr.hxx> #include <rscarray.hxx> #include <rscdef.hxx> -#include <rsc/rsc-vcl-shared-types.hxx> #include <vector> #include <map> @@ -37,6 +36,9 @@ class RscError; class RscTupel; class RscCont; class RscCmdLine; +enum class SymbolType : sal_uInt16; +enum class ToolBoxItemBits; +enum class WindowBorderStyle : sal_uInt16; struct WriteRcContext { |