diff options
author | Johnny_M <klasse@partyheld.de> | 2019-04-09 21:32:36 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-04-10 10:27:05 +0200 |
commit | b285a08e3cfeeb1333aa0bddee508baad65b8588 (patch) | |
tree | 974aa2e60e9d3b89271c2d47d684e0855f0e2650 /svtools/source | |
parent | 0017c9b5720ddc4d6327ec06e05c681f08ea6f1d (diff) |
Translate German comment
Change-Id: I3799788cd72b34d603f4bffc6820f5b656cbf427
Reviewed-on: https://gerrit.libreoffice.org/70471
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 06d566ef3aa5..f183954abf3c 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -1261,7 +1261,7 @@ void TabBar::Resize() long nSizerWidth = 0; long nButtonWidth = 0; - // Sizer anordnen + // order the Sizer if ( mpImpl->mpSizer ) { Size aSizerSize = mpImpl->mpSizer->GetSizePixel(); |