From 98c38140947f8f475ab779e5b1ab0e6fc3694f48 Mon Sep 17 00:00:00 2001 From: jgraeme Date: Fri, 1 Oct 2010 22:50:43 +0200 Subject: Cleanup commented-out code * multiple comments containing //CHINA001 * a large section of commented out code --- cui/source/dialogs/dlgname.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cui/source/dialogs/dlgname.cxx') diff --git a/cui/source/dialogs/dlgname.cxx b/cui/source/dialogs/dlgname.cxx index c5bf6d8ffa39..fe7dfa0d17da 100644 --- a/cui/source/dialogs/dlgname.cxx +++ b/cui/source/dialogs/dlgname.cxx @@ -37,7 +37,7 @@ #include #include "dlgname.hxx" -#include "defdlgname.hxx" //CHINA001 +#include "defdlgname.hxx" #include "dlgname.hrc" #include @@ -80,9 +80,6 @@ SvxNameDialog::SvxNameDialog( Window* pWindow, const String& rName, const String } } -/* -----------------------------27.02.2002 15:22------------------------------ - - ---------------------------------------------------------------------------*/ IMPL_LINK(SvxNameDialog, ModifyHdl, Edit*, EMPTYARG) { if(aCheckNameHdl.IsSet()) -- cgit