Kaydet (Commit) ebeff35a authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Mike Kaganski

tdf#39468 Translate German comments (leftovers)

Change-Id: I9952c560547b0668d8216edba1486638fa41e553
Reviewed-on: https://gerrit.libreoffice.org/42990Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 50da5d0d
...@@ -44,7 +44,7 @@ using namespace ::com::sun::star::uno; ...@@ -44,7 +44,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
// Konstanten ------------------------------------------------------------- // Constants --------------------------------------------------------------
BibToolBarListener::BibToolBarListener(BibToolBar *pTB, const OUString& aStr, sal_uInt16 nId): BibToolBarListener::BibToolBarListener(BibToolBar *pTB, const OUString& aStr, sal_uInt16 nId):
...@@ -343,7 +343,7 @@ void BibToolBar::SendDispatch(sal_uInt16 nId, const Sequence< PropertyValue >& r ...@@ -343,7 +343,7 @@ void BibToolBar::SendDispatch(sal_uInt16 nId, const Sequence< PropertyValue >& r
uno::Reference< util::XURLTransformer > xTrans( util::URLTransformer::create(comphelper::getProcessComponentContext()) ); uno::Reference< util::XURLTransformer > xTrans( util::URLTransformer::create(comphelper::getProcessComponentContext()) );
if( xTrans.is() ) if( xTrans.is() )
{ {
// Datei laden // load the file
util::URL aURL; util::URL aURL;
aURL.Complete = aCommand; aURL.Complete = aCommand;
......
...@@ -546,7 +546,7 @@ void SvxSearchDialog::Construct_Impl() ...@@ -546,7 +546,7 @@ void SvxSearchDialog::Construct_Impl()
bool SvxSearchDialog::Close() bool SvxSearchDialog::Close()
{ {
// remember strings speichern // remember strings
if (!aSearchStrings.empty()) if (!aSearchStrings.empty())
StrArrToList_Impl( SID_SEARCHDLG_SEARCHSTRINGS, aSearchStrings ); StrArrToList_Impl( SID_SEARCHDLG_SEARCHSTRINGS, aSearchStrings );
......
...@@ -1128,7 +1128,7 @@ void SwView::ReadUserData( const OUString &rUserData, bool bBrowse ) ...@@ -1128,7 +1128,7 @@ void SwView::ReadUserData( const OUString &rUserData, bool bBrowse )
sal_Int32 nPos = 0; 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? // because which parameter is evaluated first?
long nX = rUserData.getToken( 0, ';', nPos ).toInt32(), long nX = rUserData.getToken( 0, ';', nPos ).toInt32(),
nY = rUserData.getToken( 0, ';', nPos ).toInt32(); nY = rUserData.getToken( 0, ';', nPos ).toInt32();
......
...@@ -355,7 +355,7 @@ LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM l ...@@ -355,7 +355,7 @@ LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM l
case WM_CREATE: 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 // Can also be used for the A-Version, because the struct
// to access lpCreateParams is the same structure // to access lpCreateParams is the same structure
CREATESTRUCTW* pStruct = reinterpret_cast<CREATESTRUCTW*>(lParam); CREATESTRUCTW* pStruct = reinterpret_cast<CREATESTRUCTW*>(lParam);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment