summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-07-26 19:30:47 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-07-26 20:31:20 +0400
commit9b5a4f37912620a707ad2c8390381dd9f43d5f17 (patch)
treedb11c129c7eb84c0ee3bf900e99e4407d30415dc /vcl/inc
parent97e3a9a3a62e52821f5f3389931d109a9070ec40 (diff)
remove unused border styles
Change-Id: I4b01bdaf4fc20a55f2b4e9ebd039220031c03f11
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/window.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx
index 0d64a3c55d28..aaf7f3a095c7 100644
--- a/vcl/inc/vcl/window.hxx
+++ b/vcl/inc/vcl/window.hxx
@@ -289,8 +289,6 @@ typedef sal_uInt16 StateChangedType;
// Border-Styles fuer SetBorder()
#define WINDOW_BORDER_NORMAL ((sal_uInt16)0x0001)
#define WINDOW_BORDER_MONO ((sal_uInt16)0x0002)
-#define WINDOW_BORDER_ACTIVE ((sal_uInt16)0x0004)
-#define WINDOW_BORDER_DOUBLEOUT ((sal_uInt16)0x0008)
#define WINDOW_BORDER_MENU ((sal_uInt16)0x0010)
#define WINDOW_BORDER_TOPBOTTOM ((sal_uInt16)0x0020)
#define WINDOW_BORDER_NWF ((sal_uInt16)0x0040)