summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-26 11:32:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-27 13:06:04 +0000
commit05ec111a84019f00b6352523971bb0752950f477 (patch)
tree5959ebbf190000cdc3b72154a2ea5219c7c80768 /include
parent4d0e46143dcf94f7131911162eaf359662758646 (diff)
mutex used in post-main dtor
Change-Id: Ia4f4def1fd58d82a7c994114e45a36227269671c (cherry picked from commit fa7708def7601bd07cb7642dc444993d7f8f8587)
Diffstat (limited to 'include')
-rw-r--r--include/vcl/commandinfoprovider.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/commandinfoprovider.hxx b/include/vcl/commandinfoprovider.hxx
index c790fedacf67..4fc88b733272 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -100,6 +100,8 @@ public:
*/
void SetFrame (const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ void dispose();
+
private:
css::uno::Reference<css::uno::XComponentContext> mxContext;
css::uno::Reference<css::frame::XFrame> mxCachedDataFrame;