diff options
author | Alexander O. Anisimov <alenyashka@gmail.com> | 2010-11-08 00:31:55 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2010-11-08 00:31:55 +0100 |
commit | 5c2cb70711fe1b2d1f316407eb64ab674fb6cfc9 (patch) | |
tree | f5076ac6441f9853c0337c43a04bed4b80fcb73f /cui/source/options/readonlyimage.cxx | |
parent | 4a2e3f7e4f0059084ef335a0c0927aab891d264a (diff) |
remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'cui/source/options/readonlyimage.cxx')
-rw-r--r-- | cui/source/options/readonlyimage.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cui/source/options/readonlyimage.cxx b/cui/source/options/readonlyimage.cxx index a40d7b71a..46d35c3a7 100644 --- a/cui/source/options/readonlyimage.cxx +++ b/cui/source/options/readonlyimage.cxx @@ -34,9 +34,6 @@ #include <dialmgr.hxx> #include <cuires.hrc> -/*-- 26.02.2004 13:31:04--------------------------------------------------- - - -----------------------------------------------------------------------*/ ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) : FixedImage(pParent, rResId) { @@ -44,15 +41,10 @@ ReadOnlyImage::ReadOnlyImage(Window* pParent, const ResId rResId) : SetImage( Image(CUI_RES(bHighContrast ? RID_SVXBMP_LOCK_HC : RID_SVXBMP_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() ) @@ -72,9 +64,6 @@ void ReadOnlyImage::RequestHelp( const HelpEvent& rHEvt ) Window::RequestHelp( rHEvt ); } -/*-- 26.02.2004 14:20:21--------------------------------------------------- - - -----------------------------------------------------------------------*/ const String& ReadOnlyImage::GetHelpTip() { static String aStr(CUI_RES(RID_SVXSTR_READONLY_CONFIG_TIP)); |