From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- ucb/source/ucp/file/filstr.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ucb/source/ucp/file/filstr.cxx') 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; -} -- cgit