summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-02 08:58:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-02 08:58:54 +0000
commitbbabbf1d050b3a9c044ac8558c50f8148ca9bce3 (patch)
tree99fdadeec556d78d806ed3c3dfc1c01f304cb317 /svtools
parenta66dc32d15d08c86afeb025e215a87c0dc8de9c5 (diff)
INTEGRATION: CWS calcshare3 (1.3.70); FILE MERGED
2008/05/30 14:01:20 tbe 1.3.70.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/sharecontrolfile.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/inc/svtools/sharecontrolfile.hxx b/svtools/inc/svtools/sharecontrolfile.hxx
index 592e74c156b9..2ab0d48a72f9 100644
--- a/svtools/inc/svtools/sharecontrolfile.hxx
+++ b/svtools/inc/svtools/sharecontrolfile.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sharecontrolfile.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -90,6 +90,7 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > > GetUsersData();
void SetUsersDataAndStore( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::rtl::OUString > >& aUserNames );
::com::sun::star::uno::Sequence< ::rtl::OUString > InsertOwnEntry();
+ bool HasOwnEntry();
void RemoveEntry( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aOptionalSpecification = ::com::sun::star::uno::Sequence< ::rtl::OUString >() );
void RemoveFile();
};