From cfda6c9a00fb0edb965716ba44d45edfe191ca2e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 18 Aug 2012 14:06:31 +0200 Subject: remove some useless comments Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer Tested-by: Philipp Riemer --- rsc/source/parser/rscibas.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'rsc') diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx index 3b37e32bfedf..0f54ff7fc03e 100644 --- a/rsc/source/parser/rscibas.cxx +++ b/rsc/source/parser/rscibas.cxx @@ -219,7 +219,6 @@ RscEnum * RscTypCont::InitFieldUnitsType() SETCONST( pFieldUnits, "FUNIT_FOOT", FUNIT_FOOT ); SETCONST( pFieldUnits, "FUNIT_MILE", FUNIT_MILE ); SETCONST( pFieldUnits, "FUNIT_CUSTOM", FUNIT_CUSTOM ); - // Amelia : adds two units ,"char" and "line" SETCONST( pFieldUnits, "FUNIT_CHAR", FUNIT_CHAR ); SETCONST( pFieldUnits, "FUNIT_LINE", FUNIT_LINE ); SETCONST( pFieldUnits, "FUNIT_PERCENT", FUNIT_PERCENT ); -- cgit