summaryrefslogtreecommitdiff
path: root/include/ucbhelper
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/ucbhelper
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/ucbhelper')
-rw-r--r--include/ucbhelper/proxydecider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/proxydecider.hxx b/include/ucbhelper/proxydecider.hxx
index 4bb62f13c5ff..aa19d483fcc9 100644
--- a/include/ucbhelper/proxydecider.hxx
+++ b/include/ucbhelper/proxydecider.hxx
@@ -127,7 +127,7 @@ public:
sal_Int32 nPort ) const;
private:
- css::uno::Reference<proxydecider_impl::InternetProxyDecider_Impl> m_xImpl;
+ proxydecider_impl::InternetProxyDecider_Impl * m_pImpl;
};
} // namespace ucbhelper