summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-04-04 15:13:25 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-04-04 15:13:25 +0200
commitfe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 (patch)
treed2eb6d6abccf8c091e0014499d58850bb0cfcdaf /linguistic/source/dicimp.hxx
parent8607aaf27498ebd949023354d776ae0af49ab43a (diff)
Remove commented code in libs-core/linguistic
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 288682e481ec..8f5e232b724d 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -43,16 +43,11 @@
#include "defs.hxx"
#include "linguistic/misc.hxx"
-
-///////////////////////////////////////////////////////////////////////////
-
#define DIC_MAX_ENTRIES 30000
sal_Int16 ReadDicVersion( SvStreamPtr &rpStream, sal_uInt16 &nLng, sal_Bool &bNeg );
const String GetDicExtension();
-///////////////////////////////////////////////////////////////////////////
-
class DictionaryNeo :
public ::cppu::WeakImplHelper2
<
@@ -196,7 +191,6 @@ public:
};
-///////////////////////////////////////////////////////////////////////////
class DicEntry :
public cppu::WeakImplHelper1
@@ -233,7 +227,6 @@ public:
};
-///////////////////////////////////////////////////////////////////////////
#endif