diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 15:13:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 18:43:35 +0200 |
commit | e5dbc6e02b96887772e1f305f4cd97b6d4b96734 (patch) | |
tree | 2783d2161fa3b3392f24f67ea5499a0adb6a26a3 /include/svtools | |
parent | fd2c6137ea45e0587a56bf219b1e5d8fb72cce03 (diff) |
WB_RADIOSEL is dead
since
commit 37229126c0a821a925839bbca4b6ec7245f861e9
Make WB_RADIOSEL style behaviour as default.
Change-Id: I606a01f4c8a84780af96265493372bb0df3fc40d
Reviewed-on: https://gerrit.libreoffice.org/41297
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index cea3251174bf..0f70c177ee1b 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -179,7 +179,6 @@ to be set (before Show) with SetStyle(). typedef std::vector<ValueSetItem*> ValueItemList; -#define WB_RADIOSEL ((WinBits)0x00008000) #define WB_ITEMBORDER ((WinBits)0x00010000) #define WB_DOUBLEBORDER ((WinBits)0x00020000) #define WB_NAMEFIELD ((WinBits)0x00040000) |