summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-24 11:02:42 +0200
committerNoel Grandin <noel@peralex.com>2016-05-24 11:02:42 +0200
commit95d20a3799998b9816bd2e8aebdbc96c61cead3e (patch)
tree8206ecc848631432cb8b027d5e780483734f808a /include/framework
parent3caf31b05d7bbf3d50a1bbda6c8b95982cb5c2b5 (diff)
Revert "remove some manual ref-counting"
until I have a better understanding of the UNO reference counting. This reverts commit 111de438ea3e512a541281dc0716cc728ea8d152.
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/interaction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/interaction.hxx b/include/framework/interaction.hxx
index ab7889c294ea..a57b3edc0e28 100644
--- a/include/framework/interaction.hxx
+++ b/include/framework/interaction.hxx
@@ -60,7 +60,7 @@ namespace framework{
class RequestFilterSelect_Impl;
class FWE_DLLPUBLIC RequestFilterSelect
{
- css::uno::Reference<RequestFilterSelect_Impl> mxImpl;
+ RequestFilterSelect_Impl* pImp;
public:
RequestFilterSelect( const OUString& sURL );