summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svtools/treelistbox.hxx7
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();