diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 12:14:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-18 13:02:39 +0200 |
commit | b71ff0db856c7fbc3505f2663aee568fa47fc067 (patch) | |
tree | 23dc10b5587ca72ff980af112156b809c50bb0b4 /include/svtools/treelistbox.hxx | |
parent | fb0bf56948d7f968717f4a3f53ce56e320cd5f36 (diff) |
convert ExtendedWinBits to a single bool flag
Change-Id: I2ff15a7f485ffdfb78eaabd529d19065faeb4c53
Reviewed-on: https://gerrit.libreoffice.org/41277
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/treelistbox.hxx')
-rw-r--r-- | include/svtools/treelistbox.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 07ac32a61652..d7abdee515d0 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -118,11 +118,6 @@ enum class SvTreeAccRoleType TREE = 0x02 }; -typedef sal_Int64 ExtendedWinBits; - -// disable the behavior of automatically selecting a "CurEntry" upon painting the control -#define EWB_NO_AUTO_CURENTRY 0x00000001 - enum class SvLBoxItemType {String, Button, ContextBmp}; class SvLBoxTab @@ -595,7 +590,7 @@ protected: void AdjustEntryHeightAndRecalc(); public: - void SetExtendedWinBits( ExtendedWinBits _nBits ); + void SetNoAutoCurEntry( bool b ); void DisconnectFromModel(); |