summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 11:33:12 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 11:33:12 +0000
commit503f9fc3d99f68aae461e7867318797e3b8333bb (patch)
treee31c34534001615a363445cf6ff23a3deb4f9134
parent1a5d2eea27e8a27d543137a8ae3b3d159130b329 (diff)
INTEGRATION: CWS calcshare_DEV300 (1.7.8); FILE MERGED
2008/02/20 11:31:38 mav 1.7.8.1: #i8811# title related fixes
-rw-r--r--sfx2/inc/sfx2/objsh.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx
index 862a033f52..dccb7ef16e 100644
--- a/sfx2/inc/sfx2/objsh.hxx
+++ b/sfx2/inc/sfx2/objsh.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: objsh.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2008-03-06 19:45:13 $
+ * last change: $Author: kz $ $Date: 2008-03-07 12:33:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -354,6 +354,11 @@ public:
sal_Bool HasModalViews() const;
sal_Bool IsHelpDocument() const;
+ sal_Bool IsDocShared() const;
+ void SetDocShared( sal_Bool bShared );
+ ::rtl::OUString GetSharedFileUrl() const;
+ void SetSharedFileUrl( const ::rtl::OUString& rSharedFileUrl );
+
//#if 0 // _SOLAR__PRIVATE
SAL_DLLPRIVATE void SetModalMode_Impl(sal_Bool bModal=sal_True);
SAL_DLLPRIVATE void SetMacroMode_Impl(sal_Bool bModal=sal_True);