summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-03-31 05:28:14 +0000
committerMichael Stahl <mstahl@redhat.com>2017-03-31 08:58:48 +0000
commitbb37c73bdc7544f67d1acb98af6248fb43140ca7 (patch)
treef29e11b22f0b1112f4f03f1b39432a5cefcdf042 /include/toolkit/controls
parent6a59352290a5d05c4236522b56124ac06cd591ad (diff)
tdf#39468 Translate German comments
Translate German comments in filter/ Change-Id: I2b5856f1d4b894ca64a5b8105ca3f6466b17360b Reviewed-on: https://gerrit.libreoffice.org/35953 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r--include/toolkit/controls/unocontrolbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/toolkit/controls/unocontrolbase.hxx b/include/toolkit/controls/unocontrolbase.hxx
index 9021c97186cf..0bed25484bee 100644
--- a/include/toolkit/controls/unocontrolbase.hxx
+++ b/include/toolkit/controls/unocontrolbase.hxx
@@ -51,12 +51,12 @@ protected:
css::util::Date ImplGetPropertyValue_Date( sal_uInt16 nProp );
css::util::Time ImplGetPropertyValue_Time( sal_uInt16 nProp );
- // XLayoutConstrains (nur wenn das Control es unterstuetzt!)
+ // XLayoutConstrains (only when the Control supporting it)
css::awt::Size Impl_getMinimumSize();
css::awt::Size Impl_getPreferredSize();
css::awt::Size Impl_calcAdjustedSize( const css::awt::Size& rNewSize );
- // XTextLayoutConstrains (nur wenn das Control es unterstuetzt!)
+ // XTextLayoutConstrains (only when the Control supporting it)
css::awt::Size Impl_getMinimumSize( sal_Int16 nCols, sal_Int16 nLines );
void Impl_getColumnsAndLines( sal_Int16& nCols, sal_Int16& nLines );
};