diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-03 15:06:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:45 +0200 |
commit | 4464ea472c5e4af48a95fa55235bfc4f06880790 (patch) | |
tree | 14493174f36544c96cb3dd2d2ba033d108f1592a /include | |
parent | a04e9484d1632d3f8a1181bddd0d6f71e25fd76b (diff) |
remove unused code accessibility::AccessibleParaManager::Release(int)
Change-Id: I1f3bbd1baf16c27fb5c01055295ccabb3d6eb3d7
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/AccessibleParaManager.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/AccessibleParaManager.hxx b/include/editeng/AccessibleParaManager.hxx index 701f3b8d358a..081e36c03893 100644 --- a/include/editeng/AccessibleParaManager.hxx +++ b/include/editeng/AccessibleParaManager.hxx @@ -172,8 +172,6 @@ namespace accessibility VectorOfChildren::const_iterator begin() const; VectorOfChildren::const_iterator end() const; - // dealing with single paragraphs (release reference, return reference etc) - void Release( sal_Int32 nPara ); /// Set focus to given child void SetFocus( sal_Int32 nChild ); |