summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 11:32:47 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 11:32:47 +0000
commit89f09d3ea98a236cbc5ace35a7d90e47c686e482 (patch)
treeb87a19d7f5dd1b0f43e31d2bc2f2dffdc3a13cd6 /sfx2
parent132273d17a9457949bd3a9b80d29855ab5939adc (diff)
INTEGRATION: CWS calcshare_DEV300 (1.5.40); FILE MERGED
2007/12/04 12:44:01 tbe 1.5.40.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/03 15:35:04 tbe 1.5.40.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/17 12:05:04 mav 1.5.40.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/10 15:05:24 tbe 1.5.40.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/docfile.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx
index 8eb9c0fdb379..1fd4c51a244d 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/sfx2/inc/sfx2/docfile.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: docfile.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:37:15 $
+ * last change: $Author: kz $ $Date: 2008-03-07 12:32:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -287,6 +287,8 @@ public:
void CreateTempFile();
void CreateTempFileNoCopy();
void TryToSwitchToRepairedTemp();
+ ::rtl::OUString SwitchDocumentToTempFile();
+ sal_Bool SwitchDocumentToFile( ::rtl::OUString aURL );
::rtl::OUString GetCharset();
void SetCharset( ::rtl::OUString );