From 035fe8a6aa6489740a7c9f4e1768452319a686d3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Oct 2014 08:39:46 +0200 Subject: fdo#84938: replace MENUITEM constants with enum Change-Id: I7b0085af3b13bd6e1a50bf1e0e986d1524b52d7b --- rsc/inc/rscdb.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rsc') 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 #include #include -#include #include #include @@ -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 { -- cgit