summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-25 10:36:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-25 11:41:23 +0100
commit00c4595646d109b0d387d419eddf933ebcd878cc (patch)
tree3ff2422ea2265e229fea36d20f2250649a63e40e /include/vcl/window.hxx
parent2b6abbaa24a35111902a9b31c8cf5dca5477c4e8 (diff)
no WindowResHeader, no RscWindowFlags
Change-Id: Id41e9414237c849c211785151e9170c71a449238
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 35e098792f3d..ae93080b9318 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -460,16 +460,6 @@ class MenuFloatingWindow;
class LifecycleTest;
namespace svt { class PopupWindowControllerImpl; }
-enum class RSWND;
-enum class RscWindowFlags;
-
-struct WindowResHeader
-{
- RscWindowFlags nObjMask;
- OString aHelpId;
- RSWND nRSStyle;
-};
-
enum class WindowHitTest {
NONE = 0x0000,
Inside = 0x0001,
@@ -479,7 +469,6 @@ namespace o3tl {
template<> struct typed_flags<WindowHitTest> : is_typed_flags<WindowHitTest, 0x0003> {};
};
-
namespace vcl {
class VCL_DLLPUBLIC RenderTools