Bug 560686: [*-Editor] Adapt to changed PathCompletionComputer

Change-Id: I1ca7e9705f0818cf4974188e5319408197aa3993
diff --git a/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java b/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java
index 5ea9fef..c8fbfd0 100644
--- a/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java
+++ b/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java
@@ -93,7 +93,7 @@
 	}
 	
 	@Override
-	protected @Nullable TextRegion getContentRange(final AssistInvocationContext context, final int mode)
+	protected @Nullable TextRegion getContentRegion(final AssistInvocationContext context, final int mode)
 			throws BadLocationException {
 		if (context instanceof LtxAssistInvocationContext) {
 			final LtxAssistInvocationContext texContext= (LtxAssistInvocationContext)context;