summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/file/filstr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /ucb/source/ucp/file/filstr.cxx
parentkdefilepicker is autoinstalled now (diff)
downloadcore-184a00b96235f6432294ded63ce4a4a318effdb5.tar.gz
core-184a00b96235f6432294ded63ce4a4a318effdb5.zip
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'ucb/source/ucp/file/filstr.cxx')
-rw-r--r--ucb/source/ucp/file/filstr.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/ucb/source/ucp/file/filstr.cxx b/ucb/source/ucp/file/filstr.cxx
index 7ee9408919d7..bd8ee9ba3220 100644
--- a/ucb/source/ucp/file/filstr.cxx
+++ b/ucb/source/ucp/file/filstr.cxx
@@ -84,17 +84,9 @@ XStream_impl::~XStream_impl()
}
-sal_Int32 SAL_CALL XStream_impl::CtorSuccess()
-{
- return m_nErrorCode;
-}
-sal_Int32 SAL_CALL XStream_impl::getMinorError()
-{
- return m_nMinorErrorCode;
-}