From 33ca969387e2e4f92bad159619a5610e67272246 Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Fri, 4 Sep 2015 20:08:30 +0200 Subject: tdf#39468 translated german comments in tabvwshg.cxx and tabvwshh.cxx Change-Id: I4c978a1d2f2a63eae08e30a2f349b445b4a98ecc Reviewed-on: https://gerrit.libreoffice.org/18347 Tested-by: Jenkins Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/source/ui/view/tabvwshg.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/source/ui/view/tabvwshg.cxx') diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx index 0387b746495e..7711cfe0ec17 100644 --- a/sc/source/ui/view/tabvwshg.cxx +++ b/sc/source/ui/view/tabvwshg.cxx @@ -41,7 +41,7 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR const OUString& rTarget, const Point* pInsPos ) { - // Tabelle geschuetzt ? + // protected sheet ? ScViewData& rViewData = GetViewData(); ScDocument* pDoc = rViewData.GetDocument(); @@ -66,7 +66,7 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR return; uno::Reference xControlModel = pUnoCtrl->GetUnoControlModel(); - OSL_ENSURE( xControlModel.is(), "UNO-Control ohne Model" ); + OSL_ENSURE( xControlModel.is(), "UNO control without model" ); if( !xControlModel.is() ) return; @@ -102,7 +102,7 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR else aPos = GetInsertPos(); - // Groesse wie in 3.1: + // Size as in 3.1: Size aSize = GetActiveWin()->PixelToLogic(Size(140, 20)); if ( pDoc->IsNegativePage(nTab) ) @@ -110,10 +110,10 @@ void ScTabViewShell::InsertURLButton( const OUString& rName, const OUString& rUR pObj->SetLogicRect(Rectangle(aPos, aSize)); - // am alten VC-Button musste die Position/Groesse nochmal explizit - // gesetzt werden - das scheint mit UnoControls nicht noetig zu sein + // for the old VC-Button the position/size had to be set explicitly once more + // that seems not to be needed with UnoControls - // nicht markieren wenn Ole + // do not mark when Ole pDrView->InsertObjectSafe( pObj, *pDrView->GetSdrPageView() ); } -- cgit