Kaydet (Commit) e762a8bd authored tarafından Michael Stahl's avatar Michael Stahl

sw: translate some comments

üst 96461715
This diff is collapsed.
...@@ -407,8 +407,8 @@ void SwLayAction::Reset() ...@@ -407,8 +407,8 @@ void SwLayAction::Reset()
sal_Bool SwLayAction::RemoveEmptyBrowserPages() sal_Bool SwLayAction::RemoveEmptyBrowserPages()
{ {
//Beim umschalten vom normalen in den Browsermodus bleiben u.U. einige // switching from the normal to the browser mode, empty pages may be
//unangenehm lange stehen. Diese beseiten wir mal schnell. // retained for an annoyingly long time, so delete them here
sal_Bool bRet = sal_False; sal_Bool bRet = sal_False;
const ViewShell *pSh = pRoot->GetCurrShell(); const ViewShell *pSh = pRoot->GetCurrShell();
if( pSh && pSh->GetViewOptions()->getBrowseMode() ) if( pSh && pSh->GetViewOptions()->getBrowseMode() )
......
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