summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-07 19:39:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-07 19:46:26 +0100
commitb901f7699dae0c9985e80c22d4b9824b8386bdc1 (patch)
tree623c5994c830cf943d6c81c91143daeb59f16227 /include/vcl/graph.hxx
parent4ba896806af7c92075c9dd82cda1749e2ad16295 (diff)
x->getSomething(x->getImplementationId()) doesn't make any sense
...the point of the aIdentifier parameter to css.lang.XUnoTunnel.getSomething is so that caller and callee can verify they know each other and the value passed back (pointer in local address space, in this case) will actually make sense for the caller. Change-Id: Id79c419307992b30ea6ef7997b74a015631ad21c
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index e6fe04fc0b70..1639f5b99278 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -198,6 +198,8 @@ public:
virtual void Assign( const SvDataCopyStream& );
const SvgDataPtr& getSvgData() const;
+
+ static css::uno::Sequence<sal_Int8> getUnoTunnelId();
};
#endif // INCLUDED_VCL_GRAPH_HXX