summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-12 13:23:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-12 16:24:43 +0100
commit0a87796793619a7c86adabc0060f224bafc157d0 (patch)
tree527a208446656c0f5ec50b80354e841191637987 /stoc
parenta52c42ae055926fe038625a79030be2be4cead8f (diff)
No need for Invocation_Impl::setMaterial to be virtual
Change-Id: I5f78d97bcd55c0db71d7c5e3383678586c2cf392
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/invocation/invocation.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index 8db2783fda26..91305d6e0f0c 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -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 );