summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-18 14:06:31 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-18 16:49:22 +0000
commitcfda6c9a00fb0edb965716ba44d45edfe191ca2e (patch)
tree9d0ea244d49357196530ce56dedf887fa0c3e433 /rsc
parent920dcaec05984f8dbe0c413460a5d24a64cba149 (diff)
remove some useless comments
Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx1
1 files changed, 0 insertions, 1 deletions
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 );