diff options
author | Ulrich Gemkow <lobugs@ikr.uni-stuttgart.de> | 2017-08-03 20:51:26 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-08-18 11:34:08 +0200 |
commit | b37c344274072df92a8a9624c261aa51c9145217 (patch) | |
tree | 1a4c52306e5314e23a4774326205e6b60ce7c6fd /include/svtools | |
parent | 75539963e621faafdc0d3ef6759cadb2e0a5d9b4 (diff) |
Rename flag to less generic name to prepare adding more flags
Change-Id: I27663a42890bbae3279847a7da971cd367335cb3
Reviewed-on: https://gerrit.libreoffice.org/40736
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/tabbar.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx index 811c13529b6c..5be67be2efec 100644 --- a/include/svtools/tabbar.hxx +++ b/include/svtools/tabbar.hxx @@ -52,7 +52,11 @@ WB_TOPBORDER and WB_3DTAB should be set instead of WB_BORDER. Allowed PageBits ----------------- -TPB_SPECIAL - Different display of the TabText, e.g. for scenario pages. +Setting page bits modify the display attributes of the tab name + +TPB_DISPLAY_NAME_BLUE + - Display tab name in light blue, used in draw for + invisible layers and in calc for scenario pages Handlers ------- @@ -272,7 +276,7 @@ class Button; typedef sal_uInt16 TabBarPageBits; -#define TPB_SPECIAL ((TabBarPageBits)0x0001) +#define TPB_DISPLAY_NAME_BLUE ((TabBarPageBits)0x0001) // - TabBar-Types - used in TabBar::AllowRenaming |