summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/toolbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/toolbar.cxx')
-rw-r--r--extensions/source/bibliography/toolbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index f5037f9d4612..4f425f92929c 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -487,7 +487,7 @@ IMPL_LINK_NOARG( BibToolBar, MenuHdl, ToolBox*, void)
sal_uInt16 nId=GetCurItemId();
if (nId == nTBC_BT_AUTOFILTER)
{
- EndSelection(); // vor SetDropMode (SetDropMode ruft SetItemImage)
+ EndSelection(); // before SetDropMode (SetDropMode calls SetItemImage)
SetItemDown(nTBC_BT_AUTOFILTER, true);
nId = pPopupMenu->Execute(this, GetItemRect(nTBC_BT_AUTOFILTER));