diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-01 04:49:52 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-03 19:25:49 +0000 |
commit | 6b4a149a656b29d162b2190f1849dc779cba0b0a (patch) | |
tree | e4947e3ceb1275f2510a5f628ce2fb713a3daee3 /toolkit/source/awt | |
parent | df039e89c5d2f8f3ccfaa0001885f3e532537fb6 (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 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 44122b1e6494..5c781f5ef6ab 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -950,7 +950,7 @@ vcl::Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp, case WindowType::MODALDIALOG: case WindowType::MODELESSDIALOG: { - // Modal/Modeless nur durch Show/Execute + // Modal/Modeless only via Show/Execute if ( (pParent == nullptr ) && ( rDescriptor.ParentIndex == -1 ) ) pNewWindow = VclPtr<toolkit::ScrollableDialog>::Create( nullptr, nWinBits, Dialog::InitFlag::NoParent ); else |