summaryrefslogtreecommitdiff
path: root/linguistic/inc/iprcache.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/inc/iprcache.hxx
parent8607aaf27498ebd949023354d776ae0af49ab43a (diff)
Remove commented code in libs-core/linguistic
Diffstat (limited to 'linguistic/inc/iprcache.hxx')
-rw-r--r--linguistic/inc/iprcache.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx
index 06241d4cd2d6..be48fac9bd46 100644
--- a/linguistic/inc/iprcache.hxx
+++ b/linguistic/inc/iprcache.hxx
@@ -49,7 +49,6 @@
namespace linguistic
{
-///////////////////////////////////////////////////////////////////////////
class Flushable
{
@@ -57,7 +56,6 @@ public:
virtual void Flush() = 0;
};
-///////////////////////////////////////////////////////////////////////////
class FlushListener :
public cppu::WeakImplHelper2
@@ -95,7 +93,6 @@ public:
virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt ) throw(::com::sun::star::uno::RuntimeException);
};
-///////////////////////////////////////////////////////////////////////////
class SpellCache :
public Flushable
@@ -124,7 +121,6 @@ public:
bool CheckWord( const ::rtl::OUString& rWord, LanguageType nLang );
};
-///////////////////////////////////////////////////////////////////////////
} // namespace linguistic