summaryrefslogtreecommitdiff
path: root/include/svx/charmap.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 10:54:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 10:56:06 +0200
commit116fa3a3d2e0b9652b3848bb49a5c1c2ecc570ae (patch)
tree932c4e62df43b8eeb577a9496809d4fe0d371ea2 /include/svx/charmap.hxx
parent5794beabf0a2d92b0ddd2e19291531a296438364 (diff)
use rtl::Reference in SvxShowCharSet
instead of storing both a raw pointer and an uno::Reference Change-Id: I71c9cc4cc643d4b73a34b74c803378da75fd8de0
Diffstat (limited to 'include/svx/charmap.hxx')
-rw-r--r--include/svx/charmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index 011c2ec0bd7e..eb1fd88c8ba6 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -25,6 +25,7 @@
#include <vcl/vclptr.hxx>
#include <map>
#include <memory>
+#include <rtl/ref.hxx>
#include <svx/svxdllapi.h>
#define COLUMN_COUNT 16
@@ -97,8 +98,7 @@ private:
Link<SvxShowCharSet*,void> aSelectHdl;
Link<SvxShowCharSet*,void> aHighHdl;
Link<SvxShowCharSet*,void> aPreSelectHdl;
- svx::SvxShowCharSetVirtualAcc* m_pAccessible;
- css::uno::Reference<css::accessibility::XAccessible> m_xAccessible;
+ rtl::Reference<svx::SvxShowCharSetVirtualAcc> m_xAccessible;
long nX;
long nY;
long m_nXGap;