summaryrefslogtreecommitdiffstats
path: root/include/svx/charmap.hxx
diff options
context:
space:
mode:
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;