summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-02-02 13:08:21 +0000
committerMathias Bauer <mba@openoffice.org>2001-02-02 13:08:21 +0000
commit0ff60f02aff42e863c4033231c329299c262419a (patch)
treeae4f367fb8a5280271989d99005f4537f5fcc429
parent9e63554526da1f342ad6096b4281d512b5fb8e0c (diff)
#82690#: save open parameters
-rw-r--r--framework/inc/helper/opluginframedispatcher.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/inc/helper/opluginframedispatcher.hxx b/framework/inc/helper/opluginframedispatcher.hxx
index ee44ade37fa9..a95ddc76c71b 100644
--- a/framework/inc/helper/opluginframedispatcher.hxx
+++ b/framework/inc/helper/opluginframedispatcher.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: opluginframedispatcher.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2000-10-18 12:16:38 $
+ * last change: $Author: mba $ $Date: 2001-02-02 14:08:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,6 +226,10 @@ class OPlugInFrameDispatcher : public XDISPATCHPROVIDER ,
public:
+ static void AddArguments( const SEQUENCE < PROPERTYVALUE > & rArgs, const ::rtl::OUString& rURL );
+ static const SEQUENCE < PROPERTYVALUE >* GetArguments( const ::rtl::OUString& rURL );
+ static void RemoveArguments( const ::rtl::OUString& rURL );
+
//---------------------------------------------------------------------------------------------------------
// constructor / destructor
//---------------------------------------------------------------------------------------------------------