summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-03-02 10:25:47 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-03-02 18:46:50 +0400
commit0ecb2bd92a9dadb2e01ee5b960a48ed0552e7c06 (patch)
tree555ab029e179675c2d25053b94828f0bfd7ce482 /editeng
parent9e137b29e1cca1d460017f2a1b276be969002d80 (diff)
remove traces of SvxFontTable
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editdoc.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 32bfb246fd22..e9b196cc5cea 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -139,20 +139,6 @@ typedef ContentAttribsInfo* ContentAttribsInfoPtr;
SV_DECL_PTRARR( ContentInfoArray, ContentAttribsInfoPtr, 1 )
// ----------------------------------------------------------------------
-// class SvxFontTable
-// ----------------------------------------------------------------------
-DECLARE_TABLE( DummyFontTable, SvxFontItem* )
-
-class SvxFontTable : public DummyFontTable
-{
-public:
- SvxFontTable();
- ~SvxFontTable();
-
- sal_uLong GetId( const SvxFontItem& rFont );
-};
-
-// ----------------------------------------------------------------------
// class SvxColorList
// ----------------------------------------------------------------------
typedef ContentNode* ContentNodePtr;