Kaydet (Commit) cf6645ce authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I72a5f707787930c64057c71e5caf9ab726739e4f
üst 01764a27
...@@ -535,7 +535,6 @@ Reference<XInterface> InterfaceOleWrapper_Impl::createComWrapperInstance() ...@@ -535,7 +535,6 @@ Reference<XInterface> InterfaceOleWrapper_Impl::createComWrapperInstance()
// to an actual Type object. // to an actual Type object.
bool getType( const BSTR name, Type & type) bool getType( const BSTR name, Type & type)
{ {
Type retType;
bool ret = false; bool ret = false;
typelib_TypeDescription * pDesc= NULL; typelib_TypeDescription * pDesc= NULL;
OUString str( reinterpret_cast<const sal_Unicode*>(name)); OUString str( reinterpret_cast<const sal_Unicode*>(name));
...@@ -971,7 +970,6 @@ HRESULT InterfaceOleWrapper_Impl::doGetProperty( DISPPARAMS * /*pdispparams*/, V ...@@ -971,7 +970,6 @@ HRESULT InterfaceOleWrapper_Impl::doGetProperty( DISPPARAMS * /*pdispparams*/, V
{ {
HRESULT ret= S_OK; HRESULT ret= S_OK;
Any value;
try try
{ {
Any returnValue = m_xInvocation->getValue( name); Any returnValue = m_xInvocation->getValue( name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment