From 4d8b2f92f6d36902289f8f5af2a3b938cae97cd5 Mon Sep 17 00:00:00 2001
From: jp <jp@openoffice.org>
Date: Fri, 30 Mar 2001 12:16:29 +0000
Subject: can-changes: use SvxForbiddenCharacterTable

---
 sw/inc/docary.hxx | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

(limited to 'sw/inc/docary.hxx')

diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index a6038d082bce..9f093d194bfc 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: docary.hxx,v $
  *
- *  $Revision: 1.3 $
+ *  $Revision: 1.4 $
  *
- *  last change: $Author: rt $ $Date: 2001-01-23 10:42:57 $
+ *  last change: $Author: jp $ $Date: 2001-03-30 13:14:56 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -175,17 +175,5 @@ typedef SwOLENode* SwOLENodePtr;
 SV_DECL_PTRARR(SwOLENodes,SwOLENodePtr,16,16)
 
 
-DECLARE_TABLE( _SwForbiddenCharacterTable_Impl,
-                com::sun::star::i18n::ForbiddenCharacters* )
-
-class SwForbiddenCharacterTable : public _SwForbiddenCharacterTable_Impl
-{
-public:
-    SwForbiddenCharacterTable( USHORT nISize = 4, USHORT nGrow = 4 )
-        : _SwForbiddenCharacterTable_Impl( nISize, nGrow )
-    {}
-    ~SwForbiddenCharacterTable();
-};
-
 #endif  //_DOCARY_HXX
 
-- 
cgit