diff options
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index f7524c02bc1a..7bbeea79c346 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -75,7 +75,7 @@ namespace svx void ToolboxButtonColorUpdater::Update(const NamedColor &rNamedColor) { Update(rNamedColor.first); - if (!mbWideButton && !rNamedColor.second.isEmpty()) + if (!mbWideButton) { // Also show the current color as QuickHelpText OUString colorSuffix = " (%1)"; |