diff options
author | Johnny_M <klasse@partyheld.de> | 2017-04-21 21:27:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-27 17:47:32 +0200 |
commit | 063626b994960f7fe8426688203c8aa87e425cb4 (patch) | |
tree | 8a761aadf3450fb25e6795f1a83b242a4653d955 /svx/source/toolbars | |
parent | 2c6eb5dcadc77c4e6af0d03c69267859b1f853b5 (diff) |
Translate German comments (rest of svx/ except svx/source/form/)
Change-Id: Ib0fccc41c71902861f450c6184f57be2c5da0811
Reviewed-on: https://gerrit.libreoffice.org/36804
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r-- | svx/source/toolbars/extrusionbar.cxx | 4 | ||||
-rw-r--r-- | svx/source/toolbars/fontworkbar.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx index 72f406b0a380..90f395e4da7e 100644 --- a/svx/source/toolbars/extrusionbar.cxx +++ b/svx/source/toolbars/extrusionbar.cxx @@ -47,8 +47,8 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::uno; -// Standardinterface deklarieren (Die Slotmap darf nicht leer sein, also -// tragen wir etwas ein, was hier (hoffentlich) nie vorkommt). +// Declare the default interface. (The slotmap must not be empty, so +// we enter something which never occurs here (hopefully).) static SfxSlot aExtrusionBarSlots_Impl[] = { { 0, 0, SfxSlotMode::NONE, 0, 0, nullptr, nullptr, nullptr, nullptr, nullptr, 0, SfxDisableFlags::NONE, nullptr } diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx index d4786d1bec71..59ed7287adbf 100644 --- a/svx/source/toolbars/fontworkbar.cxx +++ b/svx/source/toolbars/fontworkbar.cxx @@ -168,8 +168,8 @@ void SetFontWorkShapeTypeState( SdrView* pSdrView, SfxItemSet& rSet ) rSet.Put( SfxStringItem( SID_FONTWORK_SHAPE_TYPE, aFontWorkShapeType ) ); } -// Standardinterface deklarieren (Die Slotmap darf nicht leer sein, also -// tragen wir etwas ein, was hier (hoffentlich) nie vorkommt). +// Declare the default interface. (The slotmap must not be empty, so +// we enter something which never occurs here (hopefully).) static SfxSlot aFontworkBarSlots_Impl[] = { { 0, 0, SfxSlotMode::NONE, 0, 0, nullptr, nullptr, nullptr, nullptr, nullptr, 0, SfxDisableFlags::NONE, nullptr } |