From 0a3fe4c281be942e75b498073378b39a6e1a8ba7 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Sun, 25 May 2014 21:26:51 -0400 Subject: Remove ASCII art and useless comments from sw module Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2 Reviewed-on: https://gerrit.libreoffice.org/9494 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/inc/expfld.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sw/inc/expfld.hxx') diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 4a09b171f851..ee1aa0e364d5 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -350,10 +350,7 @@ public: virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) SAL_OVERRIDE; }; -/*-------------------------------------------------------------------- - Description: Sorted list of input fields and DropDown fields - --------------------------------------------------------------------*/ - +// Sorted list of input fields and DropDown fields class SwInputFieldList { public: -- cgit