diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-28 10:31:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-28 11:30:49 +0200 |
commit | 08519ce8265b9b785f369623e1d6ad396c36d349 (patch) | |
tree | b6c63ed7da7f02d3a04a753d3ff8f44dce44b2f7 /ucb/source/ucp/file/filinpstr.hxx | |
parent | 6c6c1eea82b259c7aec1e0ed5ff86bfd2eb0243f (diff) |
loplugin:constmethod in ucb..uui
Change-Id: I53db381de8e063b6a3aa07051351e655c6f040fa
Reviewed-on: https://gerrit.libreoffice.org/79782
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/file/filinpstr.hxx')
-rw-r--r-- | ucb/source/ucp/file/filinpstr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filinpstr.hxx b/ucb/source/ucp/file/filinpstr.hxx index fffa47f62317..1818e52b8f93 100644 --- a/ucb/source/ucp/file/filinpstr.hxx +++ b/ucb/source/ucp/file/filinpstr.hxx @@ -47,7 +47,7 @@ namespace fileaccess { */ sal_Int32 CtorSuccess() { return m_nErrorCode;} - sal_Int32 getMinorError() { return m_nMinorErrorCode;} + sal_Int32 getMinorError() const { return m_nMinorErrorCode;} virtual sal_Int32 SAL_CALL readBytes( |