summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorAlexander O. Anisimov <alenyashka@gmail.com>2010-11-06 10:55:14 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-11-06 11:45:53 -0400
commit401700a8df157fc2eda2c5835c17d6692f0f1d35 (patch)
tree0e5d872c00a646cf287c70c221a5577d1462984a /sc/inc/compiler.hxx
parentef816f4d2c110b65ae189990979fc3da73da9611 (diff)
Remove bogus comments.
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 1229042f5ff0..327623271d15 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -533,7 +533,7 @@ private:
{ return c < 128 ? pConv->getCharTableFlags(c, cLast) : 0; }
};
-SC_DLLPUBLIC String GetScCompilerNativeSymbol( OpCode eOp ); //CHINA001
+SC_DLLPUBLIC String GetScCompilerNativeSymbol( OpCode eOp );
#endif