diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 12:18:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-16 12:53:55 +0000 |
commit | 888098ef0d26b80d36e464c14b2f6bb440d30f4e (patch) | |
tree | cd70066dabf2ca81137b3ec18ee31b14ec39564d /winaccessibility | |
parent | 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (diff) |
Remove reference to AccessibleTextImpl.java
The file:
infra\accessibility\bridge\org\openoffice\java\accessibility\AccessibleTextImpl.java
was deleted on commit 130833f80e89774269108cf30b2d1155a00354ce
Change-Id: I8cecee3f55fd472f0ff13a14ff9db9acc26cd6ac
Reviewed-on: https://gerrit.libreoffice.org/16296
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/UAccCOM/AccEditableText.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winaccessibility/source/UAccCOM/AccEditableText.cxx b/winaccessibility/source/UAccCOM/AccEditableText.cxx index f5d0d8e3dad0..e7e23aa553cc 100644 --- a/winaccessibility/source/UAccCOM/AccEditableText.cxx +++ b/winaccessibility/source/UAccCOM/AccEditableText.cxx @@ -253,7 +253,6 @@ STDMETHODIMP CAccEditableText::setAttributes(long startOffset, long endOffset, B /** * Convert attributes string to Any type. - * Reference to infra\accessibility\bridge\org\openoffice\java\accessibility\AccessibleTextImpl.java * * @param ouName the string of attribute name. * @param ouValue the string of attribute value. |