summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/macrosecurity.cxx
diff options
context:
space:
mode:
authorAlexander O. Anisimov <alenyashka@gmail.com>2010-11-08 00:44:02 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2010-11-08 00:44:02 +0100
commitba98e86bde4c5b07f4376ce3c70092bf45374f2b (patch)
tree42a077da3ea57fdc5e7e62b22ab4f43212d05282 /xmlsecurity/source/dialogs/macrosecurity.cxx
parentc72cccf568b0acf93512afd7f574e9a70bf1511f (diff)
further date-comment cleanup
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx
index ac91bb92a1e7..a24d1f209d0c 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -283,7 +283,7 @@ IMPL_LINK( MacroSecurityTrustedSourcesTP, RemoveLocPBHdl, void*, EMPTYARG )
if( nSel != LISTBOX_ENTRY_NOTFOUND )
{
maTrustFileLocLB.RemoveEntry( nSel );
- // --> PB 2004-09-21 #i33584#
+ // Trusted Path could not be removed (#i33584#)
// after remove an entry, select another one if exists
USHORT nNewCount = maTrustFileLocLB.GetEntryCount();
if ( nNewCount > 0 )
@@ -292,7 +292,6 @@ IMPL_LINK( MacroSecurityTrustedSourcesTP, RemoveLocPBHdl, void*, EMPTYARG )
nSel = nNewCount - 1;
maTrustFileLocLB.SelectEntryPos( nSel );
}
- // <--
ImplCheckButtons();
}
@@ -413,11 +412,10 @@ void MacroSecurityTrustedSourcesTP::ClosePage( void )
mpDlg->maSecOptions.SetSecureURLs( aSecureURLs );
}
- // --> PB 2004-09-21 #i33584#
+ // Trusted Path could not be removed (#i33584#)
// don't forget to remove the old saved SecureURLs
else
mpDlg->maSecOptions.SetSecureURLs( cssu::Sequence< rtl::OUString >() );
- // <--
mpDlg->maSecOptions.SetTrustedAuthors( maTrustedAuthors );
}