diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-29 07:45:18 +0000 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2017-04-29 22:37:34 +0200 |
commit | 5886f51858e9a1daf3b82ecb7b3fb589935fefd8 (patch) | |
tree | c0041713ff1e9fdc03ab9f0c68a5a35455f48c9c /cui | |
parent | 8d747b8cf849b7d705048544ac20eceba7eb5a45 (diff) |
tdf#39468: Translate some German comments and terms
Change-Id: I5f33f24aa6fd1685e32c9df11855a26ad891eb5b
Reviewed-on: https://gerrit.libreoffice.org/37096
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/chardlg.cxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/grfpage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index 10221e1de052..ae83f627e6f3 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -137,7 +137,7 @@ const sal_uInt16 SvxCharTwoLinesPage::pTwoLinesRanges[] = 0 }; -// C-Funktion ------------------------------------------------------------ +// C-Function ------------------------------------------------------------ inline bool StateToAttr( TriState aState ) { diff --git a/cui/source/tabpages/grfpage.cxx b/cui/source/tabpages/grfpage.cxx index f8df9ec63d2f..6937157e1dab 100644 --- a/cui/source/tabpages/grfpage.cxx +++ b/cui/source/tabpages/grfpage.cxx @@ -727,7 +727,7 @@ void SvxGrfCropPage::GraphicHasChanged( bool bFound ) IMPL_LINK_NOARG(SvxGrfCropPage, Timeout, Timer *, void) { - DBG_ASSERT(pLastCropField,"Timeout ohne Feld?"); + DBG_ASSERT(pLastCropField,"Timeout without field?"); CropHdl(*pLastCropField); pLastCropField = nullptr; } |