summaryrefslogtreecommitdiff
path: root/sw/inc/swfltopt.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-04-06 18:32:17 +0000
committerjp <jp@openoffice.org>2001-04-06 18:32:17 +0000
commit59ac14f25ba76bd623d5ea8e2e344d8164fd592b (patch)
treec337b3d3a2dd95022ab3233e068da45b7a389e87 /sw/inc/swfltopt.hxx
parentfe8390f18259c86f5356e9fc9e76b498355cf748 (diff)
Bug #85813#: no GPF and no ASSERT by reading/writing with the W4W filters
Diffstat (limited to 'sw/inc/swfltopt.hxx')
-rw-r--r--sw/inc/swfltopt.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/sw/inc/swfltopt.hxx b/sw/inc/swfltopt.hxx
index 7b1fe37eef8b..ee00bccb3b6e 100644
--- a/sw/inc/swfltopt.hxx
+++ b/sw/inc/swfltopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swfltopt.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 13:02:23 $
+ * last change: $Author: jp $ $Date: 2001-04-06 19:31:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,8 +68,15 @@
class SwFilterOptions : public utl::ConfigItem
{
public:
+ SwFilterOptions();
SwFilterOptions( sal_uInt16 nCnt, const sal_Char** ppNames,
- sal_uInt32* pValues );
+ sal_uInt32* pValues );
+
+ sal_Bool CheckNodeContentExist( const sal_Char* pNode,
+ const sal_Char* pCntnt );
+
+ void GetValues( sal_uInt16 nCnt, const sal_Char** ppNames,
+ sal_uInt32* pValues );
};
#endif