summaryrefslogtreecommitdiff
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 51b0c31fbf77..db9e95361a75 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -63,7 +63,7 @@ public:
void SetPreSelectHdl( const Link& rHdl ) { aPreSelectHdl = rHdl; }
static sal_uInt32& getSelectedChar();
- ::svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
+ svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
int FirstInView() const;
int LastInView() const;
int PixelToMapIndex( const Point&) const;
@@ -104,7 +104,7 @@ private:
Link aSelectHdl;
Link aHighHdl;
Link aPreSelectHdl;
- ::svx::SvxShowCharSetVirtualAcc* m_pAccessible;
+ svx::SvxShowCharSetVirtualAcc* m_pAccessible;
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > m_xAccessible;
long nX;
long nY;