diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:58:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:58:36 +0000 |
commit | a82932952b2d498a50eaffa1c596c936abb2d234 (patch) | |
tree | c39f0c31981dc5689c8a562adf9a09e65fc7a00d /sw/inc/globdoc.hxx | |
parent | 64fa6ae34e0c92b6f4b5950620afd0b1b1e85e90 (diff) |
INTEGRATION: CWS mav09 (1.4.242); FILE MERGED
2004/08/12 17:11:45 mav 1.4.242.2: #i27773# introduce version back
2004/05/18 16:43:03 mba 1.4.242.1: RESYNC to m39
Diffstat (limited to 'sw/inc/globdoc.hxx')
-rw-r--r-- | sw/inc/globdoc.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/globdoc.hxx b/sw/inc/globdoc.hxx index d1c142cd94bd..3a73c2df0d68 100644 --- a/sw/inc/globdoc.hxx +++ b/sw/inc/globdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: globdoc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2003-09-19 08:42:26 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:58:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ class SwGlobalDocShell : public SwDocShell { public: - SFX_DECL_OBJECTFACTORY(SwGlobalDocShell); + SFX_DECL_OBJECTFACTORY(); TYPEINFO(); SwGlobalDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED); @@ -81,7 +81,7 @@ public: String * pAppName, String * pLongUserName, String * pUserName, - long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const; + sal_Int32 nFileFormat ) const; }; #endif |