summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/macrosecurity.cxx
diff options
context:
space:
mode:
authorAlexander O. Anisimov <alenyashka@gmail.com>2010-11-08 00:31:55 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2010-11-08 00:31:55 +0100
commitc72cccf568b0acf93512afd7f574e9a70bf1511f (patch)
treea028f015cb3a05c536fcc0e9448d283f5cf7ca20 /xmlsecurity/source/dialogs/macrosecurity.cxx
parent879c25b8e328ebe7e4f3ec20306efe7871d912d6 (diff)
remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx
index e9474b4b957b..ac91bb92a1e7 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -421,9 +421,7 @@ void MacroSecurityTrustedSourcesTP::ClosePage( void )
mpDlg->maSecOptions.SetTrustedAuthors( maTrustedAuthors );
}
-/*-- 26.02.2004 13:31:04---------------------------------------------------
- -----------------------------------------------------------------------*/
ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) :
FixedImage(pParent, rResId)
{
@@ -431,15 +429,10 @@ ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) :
SetImage( Image(XMLSEC_RES( bHighContrast ? RID_XMLSECTP_LOCK_HC : RID_XMLSECTP_LOCK )));
}
-/*-- 26.02.2004 13:31:04---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ReadOnlyImage::~ReadOnlyImage()
{
}
-/*-- 26.02.2004 13:31:04---------------------------------------------------
- -----------------------------------------------------------------------*/
void ReadOnlyImage::RequestHelp( const HelpEvent& rHEvt )
{
if( Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled() )
@@ -459,9 +452,6 @@ void ReadOnlyImage::RequestHelp( const HelpEvent& rHEvt )
Window::RequestHelp( rHEvt );
}
-/*-- 26.02.2004 14:20:21---------------------------------------------------
-
- -----------------------------------------------------------------------*/
const String& ReadOnlyImage::GetHelpTip()
{
static String aStr(XMLSEC_RES( RID_XMLSECTP_READONLY_CONFIG_TIP));