summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appdispatchprovider.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-01 04:49:52 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-03 19:25:49 +0000
commit6b4a149a656b29d162b2190f1849dc779cba0b0a (patch)
treee4947e3ceb1275f2510a5f628ce2fb713a3daee3 /sfx2/source/appl/appdispatchprovider.cxx
parentdf039e89c5d2f8f3ccfaa0001885f3e532537fb6 (diff)
tdf#39468 Translate German comments
Translate German comments and terms in UnoControls/, editeng/, filter/, odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/, tools/, writerfilter/, and xmloff/. Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1 Reviewed-on: https://gerrit.libreoffice.org/35992 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/source/appl/appdispatchprovider.cxx')
-rw-r--r--sfx2/source/appl/appdispatchprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appdispatchprovider.cxx b/sfx2/source/appl/appdispatchprovider.cxx
index 51e8bb8c95c8..e840361d2b3f 100644
--- a/sfx2/source/appl/appdispatchprovider.cxx
+++ b/sfx2/source/appl/appdispatchprovider.cxx
@@ -177,7 +177,7 @@ Sequence< sal_Int16 > SAL_CALL SfxAppDispatchProvider::getSupportedCommandGroups
const SfxSlotMode nMode( SfxSlotMode::TOOLBOXCONFIG|SfxSlotMode::ACCELCONFIG|SfxSlotMode::MENUCONFIG );
- // Gruppe anw"ahlen ( Gruppe 0 ist intern )
+ // Select group ( group 0 is internal )
for (sal_uInt16 i=0; i< rAppSlotPool.GetGroupCount(); ++i)
{
rAppSlotPool.SeekGroup(i);
@@ -207,7 +207,7 @@ Sequence< frame::DispatchInformation > SAL_CALL SfxAppDispatchProvider::getConfi
const SfxSlotMode nMode( SfxSlotMode::TOOLBOXCONFIG|SfxSlotMode::ACCELCONFIG|SfxSlotMode::MENUCONFIG );
OUString aCmdPrefix( ".uno:" );
- // Gruppe anw"ahlen ( Gruppe 0 ist intern )
+ // Select group ( group 0 is internal )
for (sal_uInt16 i=0; i< rAppSlotPool.GetGroupCount(); ++i)
{
rAppSlotPool.SeekGroup(i);