[Libreoffice-commits] core.git: extensions/source svx/source sw/source vcl/win

Johnny_M klasse at partyheld.de
Sun Oct 1 14:29:04 UTC 2017


 extensions/source/bibliography/toolbar.cxx |    4 ++--
 svx/source/dialog/srchdlg.cxx              |    2 +-
 sw/source/uibase/uiview/view.cxx           |    2 +-
 vcl/win/window/salobj.cxx                  |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit ebeff35a0305683574373b75c7b0e5797749fe3e
Author: Johnny_M <klasse at partyheld.de>
Date:   Sun Oct 1 11:49:11 2017 +0200

    tdf#39468 Translate German comments (leftovers)
    
    Change-Id: I9952c560547b0668d8216edba1486638fa41e553
    Reviewed-on: https://gerrit.libreoffice.org/42990
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

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);


More information about the Libreoffice-commits mailing list