diff options
author | Steve Yin <steve_y@apache.org> | 2013-11-29 13:03:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-02 10:25:33 +0000 |
commit | 76c549eb01dcb7b5bf28a271ce00e386f3d388ba (patch) | |
tree | bb09874a25b3b29c52556228abdf4aafb9ca6515 /sw/source/ui/cctrl/actctrl.cxx | |
parent | 84972949a3501003b0b6ad98f07f1b4ab83f3ca1 (diff) |
Integrate branch of IAccessible2
Conflicts:
everything
Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3
Diffstat (limited to 'sw/source/ui/cctrl/actctrl.cxx')
-rw-r--r-- | sw/source/ui/cctrl/actctrl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/cctrl/actctrl.cxx b/sw/source/ui/cctrl/actctrl.cxx index c060f9a8d7eb..ff5beb57b6b9 100644 --- a/sw/source/ui/cctrl/actctrl.cxx +++ b/sw/source/ui/cctrl/actctrl.cxx @@ -89,8 +89,7 @@ void NoSpaceEdit::Modify() SetText(sTemp); SetSelection(aSel); } - if(GetModifyHdl().IsSet()) - GetModifyHdl().Call(this); + Edit::Modify(); } ReturnActionEdit::ReturnActionEdit(Window* pParent, const ResId& rResId) |