diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-13 09:38:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-13 11:20:24 +0100 |
commit | e80b5f0a88db0acda3cfe6abc221ee4b3b264e90 (patch) | |
tree | 73da1cf70088f8e3ee1ae6caf87909a55b44259f /editeng | |
parent | f86919e4815dc717663dada67c9ff530b8903fdf (diff) |
error C2227: left of ´->acquire´ must point to class/struct/union type
Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/unotext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx index 162a73aee4a3..2bc6e89d8b63 100644 --- a/editeng/inc/editeng/unotext.hxx +++ b/editeng/inc/editeng/unotext.hxx @@ -271,7 +271,7 @@ class EDITENG_DLLPUBLIC SvxUnoTextRangeBase : public SvxUnoTextRangeBase_Base, private osl::DebugBase<SvxUnoTextRangeBase> { friend class SvxUnoTextRangeEnumeration; - friend class accessibility::AccessibleEditableTextPara; + friend class ::accessibility::AccessibleEditableTextPara; protected: SvxEditSource* mpEditSource; |