summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-30 12:16:29 +0000
committerjp <jp@openoffice.org>2001-03-30 12:16:29 +0000
commit4d8b2f92f6d36902289f8f5af2a3b938cae97cd5 (patch)
tree88a81015de02dafc21c9de4f96fa41e8c25c50b0 /sw/inc/docary.hxx
parent01dcbbf081b0723728aa35f6aa67a2b546fc749c (diff)
can-changes: use SvxForbiddenCharacterTable
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx16
1 files changed, 2 insertions, 14 deletions
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