diff options
author | Christina Rossmanith <ChrRossmanith@web.de> | 2011-02-22 12:25:25 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-02-22 12:25:25 +0100 |
commit | 1a21e1f1882023fa239e26725d8348a55c367e67 (patch) | |
tree | a0617ac76eb1640223adc75390d5849cd1405ca1 /sw/source/ui/app/appopt.cxx | |
parent | 5065ae15dd6febcc8c49a9859a6aa2ad7a84cba0 (diff) |
Translated comments German -> English
Diffstat (limited to 'sw/source/ui/app/appopt.cxx')
-rw-r--r-- | sw/source/ui/app/appopt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/appopt.cxx b/sw/source/ui/app/appopt.cxx index 8788e589ecba..35a526638154 100644 --- a/sw/source/ui/app/appopt.cxx +++ b/sw/source/ui/app/appopt.cxx @@ -362,7 +362,7 @@ void SwModule::ApplyItemSet( USHORT nId, const SfxItemSet& rSet ) } - /*-----------------01.02.97 11.36------------------- + /*------------------------------------------------ Background only in WebDialog --------------------------------------------------*/ if(SFX_ITEM_SET == rSet.GetItemState(RES_BACKGROUND)) @@ -437,7 +437,7 @@ void SwModule::ApplyItemSet( USHORT nId, const SfxItemSet& rSet ) } - // dann an der akt. View und Shell die entsp. Elemente setzen + // set elements for the current view and shell ApplyUsrPref( aViewOpt, pAppView, bTextDialog? VIEWOPT_DEST_TEXT : VIEWOPT_DEST_WEB); } @@ -510,7 +510,7 @@ SfxTabPage* SwModule::CreateTabPage( USHORT nId, Window* pParent, const SfxItemS SwView* pCurrView = GetView(); if(pCurrView) { - // wenn Text dann nicht WebView und umgekehrt + // if text then not WebView and vice versa BOOL bWebView = 0 != PTR_CAST(SwWebView, pCurrView); if( (bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE == nId) || (!bWebView && RID_SW_TP_HTML_OPTTABLE_PAGE != nId) ) |