diff options
Diffstat (limited to 'include/svl/sharecontrolfile.hxx')
-rw-r--r-- | include/svl/sharecontrolfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/sharecontrolfile.hxx b/include/svl/sharecontrolfile.hxx index 87520fdddee2..04f46d7a6b7c 100644 --- a/include/svl/sharecontrolfile.hxx +++ b/include/svl/sharecontrolfile.hxx @@ -51,7 +51,7 @@ class SVL_DLLPUBLIC ShareControlFile : public LockFileCommon void OpenStream(); void Close(); - sal_Bool IsValid() + bool IsValid() { return ( m_xStream.is() && m_xInputStream.is() && m_xOutputStream.is() && m_xSeekable.is() && m_xTruncate.is() ); } |