summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filstr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filstr.hxx')
-rw-r--r--ucb/source/ucp/file/filstr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filstr.hxx b/ucb/source/ucp/file/filstr.hxx
index adad07239928..f2f617428af5 100644
--- a/ucb/source/ucp/file/filstr.hxx
+++ b/ucb/source/ucp/file/filstr.hxx
@@ -56,7 +56,7 @@ class XStream_impl : public cppu::WeakImplHelper<
*/
sal_Int32 CtorSuccess() { return m_nErrorCode;}
- sal_Int32 getMinorError() { return m_nMinorErrorCode;}
+ sal_Int32 getMinorError() const { return m_nMinorErrorCode;}
virtual ~XStream_impl() override;