diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-01 13:01:08 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-01 13:01:24 +0100 |
commit | bd394abd2ef2157cd2f03c6c2e6801f7223b2a80 (patch) | |
tree | dbf4d3b076471fa643c5fdc999d1253baab23aac /scaddins/source | |
parent | effc42d64e8e5ef24c42cf20b77ffc4b79576f89 (diff) |
Remove bogus comments.
Diffstat (limited to 'scaddins/source')
-rw-r--r-- | scaddins/source/analysis/analysishelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx index 7ef4343fcdff..f9dfcf206215 100644 --- a/scaddins/source/analysis/analysishelper.cxx +++ b/scaddins/source/analysis/analysishelper.cxx @@ -2123,7 +2123,7 @@ sal_Int16 ConvertData::GetMatchingLevel( const STRING& rRef ) const n = INV_MATCHLEV; // milli-bits doesn't make sense #endif -//! <HACK> #100616# "cm3" is not 10^-2 m^3 but 10^-6 m^3 !!! ------------------ +//! <HACK> "cm3" is not 10^-2 m^3 but 10^-6 m^3 !!! ------------------ if( n != INV_MATCHLEV ) { sal_Unicode cLast = p[ aStr.getLength() - 1 ]; |