summaryrefslogtreecommitdiff
path: root/sw/qa/complex
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-09 11:25:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-09 11:14:56 +0000
commitb5df54c5bcaa376117832e39f63a379e7b8ba201 (patch)
treec123ef229bcf9bfbf5167bf7942002bff10d6053 /sw/qa/complex
parenta3db4959b07d2454fba7774f04c7658ae4fba783 (diff)
java: add some @Override annotations
Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1 Reviewed-on: https://gerrit.libreoffice.org/19855 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/qa/complex')
-rw-r--r--sw/qa/complex/writer/TextPortionEnumerationTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/complex/writer/TextPortionEnumerationTest.java b/sw/qa/complex/writer/TextPortionEnumerationTest.java
index 694d2f3f064f..e36fc650b500 100644
--- a/sw/qa/complex/writer/TextPortionEnumerationTest.java
+++ b/sw/qa/complex/writer/TextPortionEnumerationTest.java
@@ -3466,6 +3466,7 @@ public class TextPortionEnumerationTest
throws Exception {
return inserter.makeMeta();
}
+ @Override
void postInserted(TreeNode node, XTextContent xContent)
throws Exception {
XMetadatable xMetadatable = UnoRuntime.queryInterface(XMetadatable.class, xContent);