diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:18:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:18:01 +0000 |
commit | a98679cc1f8e11dc4403a464e6c61384f665d026 (patch) | |
tree | 4f2181d608fa99fa4ac51c807eef356cc469b687 | |
parent | 6b17b9209723030a0658ebfaf2c80f4ad0c08b17 (diff) |
INTEGRATION: CWS calcshare2 (1.6.4); FILE MERGED
2008/03/14 20:16:15 mav 1.6.4.1: #i85794# new file locking prototype
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx index 1153403172ae..43130b6983bb 100644 --- a/sfx2/inc/sfx2/docfile.hxx +++ b/sfx2/inc/sfx2/docfile.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: docfile.hxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -223,6 +223,9 @@ public: SAL_DLLPRIVATE ErrCode Unpack_Impl( const String& ); sal_Bool IsStorage(); + sal_Bool LockOrigFileOnDemand( sal_Bool bLoading ); + void UnlockFile(); + ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetStorage(); ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > GetOutputStorage(); const SvGlobalName& GetClassFilter(); |