diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-30 15:05:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-31 07:28:06 +0200 |
commit | 7eb519e92b4b50546f222e8d0219b21af8e6ea18 (patch) | |
tree | 4b07d675104f75c0c03a66d6bd227495a429775d /include/rsc | |
parent | c91e045c12ac5dffc20c04c6f97db4892c1e558d (diff) |
KEY_ALLMOD is the same as KEY_MOD
so just dump it
Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61
Diffstat (limited to 'include/rsc')
-rw-r--r-- | include/rsc/rsc-vcl-shared-types.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx index ca3f51359f30..7c6f598b8224 100644 --- a/include/rsc/rsc-vcl-shared-types.hxx +++ b/include/rsc/rsc-vcl-shared-types.hxx @@ -139,7 +139,6 @@ namespace o3tl #define KEY_MOD2 ((sal_uInt16)0x4000) #define KEY_MOD3 ((sal_uInt16)0x8000) #define KEY_MODTYPE ((sal_uInt16)0xF000) -#define KEY_ALLMODTYPE ((sal_uInt16)0xF000) #endif |