summaryrefslogtreecommitdiff
path: root/sw/inc/SwAppletImpl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 10:58:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 10:58:39 +0000
commitc139f506aa372da87153fcef545318c80f7ba299 (patch)
tree23337a22a3605961e9f29502ee6cfb3f7e0b7d16 /sw/inc/SwAppletImpl.hxx
parentdc84cae9aa71f8b5dbf852d18c0ba262b60a0d48 (diff)
INTEGRATION: CWS tune05 (1.2.320); FILE MERGED
2004/07/20 10:57:50 cmc 1.2.320.1: #i30554# employ more SOLAR_JAVA to put dependant bits together
Diffstat (limited to 'sw/inc/SwAppletImpl.hxx')
-rw-r--r--sw/inc/SwAppletImpl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx
index c24f02ef98a6..27c996c98532 100644
--- a/sw/inc/SwAppletImpl.hxx
+++ b/sw/inc/SwAppletImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwAppletImpl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2003-08-19 12:27:01 $
+ * last change: $Author: obo $ $Date: 2004-08-12 11:58:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,13 +119,13 @@ public:
SwApplet_Impl( SfxItemPool& rPool, USHORT nWhich1, USHORT nWhich2 );
SwApplet_Impl( SfxItemSet& rSet ): aItemSet ( rSet) {}
~SwApplet_Impl();
-
void CreateApplet( const String& rCode, const String& rName,
BOOL bMayScript, const String& rCodeBase );
+#ifdef SOLAR_JAVA
sal_Bool CreateApplet();
- //const String& rAlt );
- void FinishApplet();
void AppendParam( const String& rName, const String& rValue );
+#endif
+ void FinishApplet();
SvAppletObject* GetApplet() { return &xApplet; }
SfxItemSet& GetItemSet() { return aItemSet; }
const String& GetAltText() { return sAlt; }