summaryrefslogtreecommitdiff
path: root/sw/inc/SwAppletImpl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 11:16:36 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 11:16:36 +0000
commit04ac88e4d765da6e9cdfe968ee68713627972d1e (patch)
tree491cb30f00166c4cc991d258a028ea3851b8959a /sw/inc/SwAppletImpl.hxx
parentf34dc7a244b49d735b3f36646d92e1795d84dfbb (diff)
INTEGRATION: CWS sb19 (1.2.16); FILE MERGED
2004/10/11 13:16:31 sb 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2004/10/07 14:21:42 os 1.2.16.1: #110409# static base URL has gone
Diffstat (limited to 'sw/inc/SwAppletImpl.hxx')
-rw-r--r--sw/inc/SwAppletImpl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx
index 2538a3221222..a7a20b27115d 100644
--- a/sw/inc/SwAppletImpl.hxx
+++ b/sw/inc/SwAppletImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwAppletImpl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 18:57:25 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,9 +116,10 @@ public:
SwApplet_Impl( SfxItemSet& rSet ): aItemSet ( rSet) {}
~SwApplet_Impl();
void CreateApplet( const String& rCode, const String& rName,
- BOOL bMayScript, const String& rCodeBase );
+ BOOL bMayScript, const String& rCodeBase,
+ const String& rBaseURL );
#ifdef SOLAR_JAVA
- sal_Bool CreateApplet();
+ sal_Bool CreateApplet( const String& rBaseURL );
void AppendParam( const String& rName, const String& rValue );
#endif
void FinishApplet();