summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-10-01 11:49:11 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-01 16:28:39 +0200
commitebeff35a0305683574373b75c7b0e5797749fe3e (patch)
treeb9f7f51f49d1c6b0e5a229d539e45c6240f5b00b
parent50da5d0d1c5bdfbb9a2006e77a02519d0f39740f (diff)
tdf#39468 Translate German comments (leftovers)
Change-Id: I9952c560547b0668d8216edba1486638fa41e553 Reviewed-on: https://gerrit.libreoffice.org/42990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--extensions/source/bibliography/toolbar.cxx4
-rw-r--r--svx/source/dialog/srchdlg.cxx2
-rw-r--r--sw/source/uibase/uiview/view.cxx2
-rw-r--r--vcl/win/window/salobj.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index 023ab3ef77e3..1c10eafaba48 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -44,7 +44,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
-// Konstanten -------------------------------------------------------------
+// Constants --------------------------------------------------------------
BibToolBarListener::BibToolBarListener(BibToolBar *pTB, const OUString& aStr, sal_uInt16 nId):
@@ -343,7 +343,7 @@ void BibToolBar::SendDispatch(sal_uInt16 nId, const Sequence< PropertyValue >& r
uno::Reference< util::XURLTransformer > xTrans( util::URLTransformer::create(comphelper::getProcessComponentContext()) );
if( xTrans.is() )
{
- // Datei laden
+ // load the file
util::URL aURL;
aURL.Complete = aCommand;
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 30ec52ebce46..20f588cf9949 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -546,7 +546,7 @@ void SvxSearchDialog::Construct_Impl()
bool SvxSearchDialog::Close()
{
- // remember strings speichern
+ // remember strings
if (!aSearchStrings.empty())
StrArrToList_Impl( SID_SEARCHDLG_SEARCHSTRINGS, aSearchStrings );
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx
index 419720809e98..d4595c28ab24 100644
--- a/sw/source/uibase/uiview/view.cxx
+++ b/sw/source/uibase/uiview/view.cxx
@@ -1128,7 +1128,7 @@ void SwView::ReadUserData( const OUString &rUserData, bool bBrowse )
sal_Int32 nPos = 0;
- // No it is *no* good idea to call GetToken within Point-Konstr. immediately,
+ // No it is *not* a good idea to call GetToken within Point constr. immediately,
// because which parameter is evaluated first?
long nX = rUserData.getToken( 0, ';', nPos ).toInt32(),
nY = rUserData.getToken( 0, ';', nPos ).toInt32();
diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx
index 744d260c0d48..172f61e923d3 100644
--- a/vcl/win/window/salobj.cxx
+++ b/vcl/win/window/salobj.cxx
@@ -355,7 +355,7 @@ LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM l
case WM_CREATE:
{
- // Window-Instanz am Windowhandle speichern
+ // Save the window instance at the window handle.
// Can also be used for the A-Version, because the struct
// to access lpCreateParams is the same structure
CREATESTRUCTW* pStruct = reinterpret_cast<CREATESTRUCTW*>(lParam);