summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/namebuff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/namebuff.hxx')
-rw-r--r--sc/source/filter/inc/namebuff.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx
index f34fe9d910b5..ead34cc451fb 100644
--- a/sc/source/filter/inc/namebuff.hxx
+++ b/sc/source/filter/inc/namebuff.hxx
@@ -35,8 +35,6 @@ class ScTokenArray;
class NameBuffer;
-
-
class StringHashEntry
{
private:
@@ -92,8 +90,6 @@ inline bool StringHashEntry::operator ==( const StringHashEntry& r ) const
return ( nHash == r.nHash && aString == r.aString );
}
-
-
class NameBuffer : public ExcRoot
{
private:
@@ -218,8 +214,6 @@ inline void RangeNameBufferWK3::Add( const OUString& rName, const ScRange& aScRa
}
-
-
class ExtSheetBuffer : public ExcRoot
{
private:
@@ -271,8 +265,6 @@ inline ExtSheetBuffer::ExtSheetBuffer( RootData* p ) : ExcRoot( p )
}
-
-
struct ExtName
{
OUString aName;
@@ -286,8 +278,6 @@ struct ExtName
};
-
-
class ExtNameBuff : protected XclImpRoot
{
public: