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

No need for Invocation_Impl::setMaterial to be virtual

Change-Id: I5f78d97bcd55c0db71d7c5e3383678586c2cf392
üst a52c42ae
......@@ -118,9 +118,6 @@ public:
// Methoden von XMaterialHolder
virtual Any SAL_CALL getMaterial(void) throw(RuntimeException, std::exception);
// ? XTool
virtual void SAL_CALL setMaterial( const Any& rMaterial );
// XInvocation
virtual Reference<XIntrospectionAccess> SAL_CALL getIntrospection(void) throw( RuntimeException, std::exception );
virtual Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam)
......@@ -203,6 +200,8 @@ public:
private:
void setMaterial( const Any& rMaterial );
void getInfoSequenceImpl( Sequence< OUString >* pStringSeq, Sequence< InvocationInfo >* pInfoSeq );
void fillInfoForNameAccess( InvocationInfo& rInfo, const OUString& aName );
void fillInfoForProperty( InvocationInfo& rInfo, const Property& rProp );
......
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