summaryrefslogtreecommitdiff
path: root/sw/inc/wdocsh.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 18:01:20 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 18:01:20 +0000
commit5f31750b850c7d66dbf7115bb2216b98350fbaf2 (patch)
treebb486cfb17e9b0bbf773f0174d19f3804aeb6e28 /sw/inc/wdocsh.hxx
parent4bb4c8dfc4b975725514310f58da94565e29f6aa (diff)
INTEGRATION: CWS mav09 (1.4.242); FILE MERGED
2004/09/16 19:23:10 mav 1.4.242.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/12 17:11:45 mav 1.4.242.2: #i27773# introduce version back 2004/05/18 16:43:07 mba 1.4.242.1: RESYNC to m39
Diffstat (limited to 'sw/inc/wdocsh.hxx')
-rw-r--r--sw/inc/wdocsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx
index c2aed10a5587..e9e21d900263 100644
--- a/sw/inc/wdocsh.hxx
+++ b/sw/inc/wdocsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wdocsh.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:42:42 $
+ * last change: $Author: kz $ $Date: 2004-10-04 19:01:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ public:
// aber selbst implementieren
SFX_DECL_INTERFACE(SW_WEBDOCSHELL);
- SFX_DECL_OBJECTFACTORY(SwWebDocShell);
+ SFX_DECL_OBJECTFACTORY();
TYPEINFO();
SwWebDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED);
@@ -89,7 +89,7 @@ public:
String * pAppName,
String * pLongUserName,
String * pUserName,
- long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const;
+ sal_Int32 nFileFormat ) const;
USHORT GetSourcePara()const
{return nSourcePara;}
void SetSourcePara(USHORT nSet)