summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-08 20:02:03 -0300
committerDavid Tardon <dtardon@redhat.com>2012-10-17 09:32:47 +0200
commit625e91c75fe66d4e067213a561f19e626cfbfa93 (patch)
tree71c7501def89baf911d52e823bb5a8f42d34a668 /rsc/source/parser/rscinit.cxx
parentf163a827ff7324178214ce3178eb8928a0dac102 (diff)
More useless code, "#if 0" blocks in lingucomponent, sal, and rsc
Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index f027b56c9256..541af05c6ee5 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -173,12 +173,6 @@ void RscTypCont::Init()
aNmTb.Put( "TRUE", BOOLEAN, (long)sal_True );
aNmTb.Put( "FALSE", BOOLEAN, (long)sal_False );
- #if 0
-/* Vordefinierte HilfeId's */
- aNmTb.Put( "HELP_INDEX", NUMBER, OOO_HELP_INDEX );
- aNmTb.Put( "HELP_HELPONHELP", NUMBER, OOO_HELP_HELPONHELP );
- #endif
-
aNmTb.Put( "XSCALE", XSCALE , (long)0 );
aNmTb.Put( "YSCALE", YSCALE , (long)0 );
aNmTb.Put( "RGB", RGB , (long)0 );