summaryrefslogtreecommitdiff
path: root/cui/source/options
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-13 17:35:58 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 17:35:58 +0100
commit606835775a2cdaf48b61bf958671ab8f0daa26fc (patch)
treea25823179fa1805948826e456661be0166cad9a4 /cui/source/options
parent903ec9fa5a4b4034e751f39620ba0407e3c72c1e (diff)
Remove bogus comments
Diffstat (limited to 'cui/source/options')
-rw-r--r--cui/source/options/optgdlg.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 35fb2fa07..ffe2829fc 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1861,10 +1861,8 @@ void OfaLanguagesTabPage::Reset( const SfxItemSet& rSet )
aComplexLanguageFT.Enable( bEnable );
aComplexLanguageLB.Enable( bEnable );
#endif
- /*---------------------07-05-07--------------------------
- check the box "For the current document only"
- set the focus to the Western Language box
- --------------------------------------------------------*/
+ // check the box "For the current document only"
+ // set the focus to the Western Language box
const SfxPoolItem* pLang = 0;
if ( SFX_ITEM_SET == rSet.GetItemState(SID_SET_DOCUMENT_LANGUAGE, FALSE, &pLang ) &&( (const SfxBoolItem*)pLang)->GetValue() == TRUE )
{