summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/toolbar.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-05-19 19:55:00 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-20 13:48:39 +0200
commitf46e8802c2639cd56b65b35b5eea3a248437dbe4 (patch)
tree3a147a74d6af8bf301f01ca5df7d26ef606b64fd /extensions/source/bibliography/toolbar.cxx
parentf80265fc9f9ff35b78609f91440d7515eb49d78a (diff)
Translate German comments and debug strings (leftovers in e... dirs)
Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "e". Additionally, following is translated: - A help string in /extensions/test/ole/EventListenerSample/EventListener/EventListener.idl Change-Id: Iff521ae1c4a616ed5a4ca79641a5cee6f380bee0 Reviewed-on: https://gerrit.libreoffice.org/37836 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
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));