diff options
Diffstat (limited to 'include/svl/documentlockfile.hxx')
-rw-r--r-- | include/svl/documentlockfile.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/documentlockfile.hxx b/include/svl/documentlockfile.hxx index e698a0e28249..944999450281 100644 --- a/include/svl/documentlockfile.hxx +++ b/include/svl/documentlockfile.hxx @@ -39,14 +39,14 @@ class SVL_DLLPUBLIC DocumentLockFile : public LockFileCommon ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > OpenStream(); - void WriteEntryToStream( const ::com::sun::star::uno::Sequence< OUString >& aEntry, ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xStream ); + void WriteEntryToStream( const LockFileEntry& aEntry, ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xStream ); public: DocumentLockFile( const OUString& aOrigURL ); ~DocumentLockFile(); bool CreateOwnLockFile(); - ::com::sun::star::uno::Sequence< OUString > GetLockData(); + LockFileEntry GetLockData(); bool OverwriteOwnLockFile(); void RemoveFile(); |