summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 13:19:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 14:00:00 +0100
commitcf6645cef9e985dc1c11dbb3dfa0e7d7e1ff20fd (patch)
treecc6f490681e924610c1133f12a0e2e21984732d0 /extensions
parent01764a27ae3e0d47847a1cd5fe58ea30b418b2e3 (diff)
-Werror,-Wunused-variable
Change-Id: I72a5f707787930c64057c71e5caf9ab726739e4f
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/unoobjw.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 0f897bafdacd..f33e79f258d3 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -535,7 +535,6 @@ Reference<XInterface> InterfaceOleWrapper_Impl::createComWrapperInstance()
// to an actual Type object.
bool getType( const BSTR name, Type & type)
{
- Type retType;
bool ret = false;
typelib_TypeDescription * pDesc= NULL;
OUString str( reinterpret_cast<const sal_Unicode*>(name));
@@ -971,7 +970,6 @@ HRESULT InterfaceOleWrapper_Impl::doGetProperty( DISPPARAMS * /*pdispparams*/, V
{
HRESULT ret= S_OK;
- Any value;
try
{
Any returnValue = m_xInvocation->getValue( name);