summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/symtbl.hxx
diff options
context:
space:
mode:
authorXisco FaulĂ­ <anistenis@gmail.com>2011-03-21 12:55:40 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-21 12:55:58 +0100
commitf6e0527033be682dbf6b60bd9b060fdd853ffe33 (patch)
tree2d5ee2a7bface7ce26de0ac42eeb55d6d8050475 /basic/source/inc/symtbl.hxx
parentediteng: Adapted borderline unit test to new build system (diff)
downloadcore-f6e0527033be682dbf6b60bd9b060fdd853ffe33.tar.gz
core-f6e0527033be682dbf6b60bd9b060fdd853ffe33.zip
Remove most of dead code inlibs-core (basic)
Diffstat (limited to 'basic/source/inc/symtbl.hxx')
-rwxr-xr-xbasic/source/inc/symtbl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx
index adfee46b4aed..1d70b0e49e40 100755
--- a/basic/source/inc/symtbl.hxx
+++ b/basic/source/inc/symtbl.hxx
@@ -45,7 +45,6 @@ class SbiParser;
enum SbiSymScope { SbLOCAL, SbPARAM, SbPUBLIC, SbGLOBAL, SbRTL };
-///////////////////////////////////////////////////////////////////////////
// Der String-Pool nimmt String-Eintraege auf und sorgt dafuer,
// dass sie nicht doppelt vorkommen.
@@ -68,7 +67,6 @@ public:
SbiParser* GetParser() { return pParser; }
};
-///////////////////////////////////////////////////////////////////////////
SV_DECL_PTRARR_DEL(SbiSymbols,SbiSymDef*,5,5)
@@ -109,7 +107,6 @@ public:
void CheckRefs(); // offene Referenzen suchen
};
-///////////////////////////////////////////////////////////////////////////
class SbiSymDef { // Allgemeiner Symboleintrag
friend class SbiSymPool;