From 28ca4cc151d19f9df61f011800809f255514e796 Mon Sep 17 00:00:00 2001 From: Thomas Benisch Date: Mon, 1 Jul 2002 12:20:16 +0000 Subject: #100215# added setCaretPosition to comment --- comphelper/inc/comphelper/accessibletexthelper.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comphelper') diff --git a/comphelper/inc/comphelper/accessibletexthelper.hxx b/comphelper/inc/comphelper/accessibletexthelper.hxx index 6c073521bce1..4a29d5bdad60 100644 --- a/comphelper/inc/comphelper/accessibletexthelper.hxx +++ b/comphelper/inc/comphelper/accessibletexthelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: accessibletexthelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tbe $ $Date: 2002-06-26 17:00:07 $ + * last change: $Author: tbe $ $Date: 2002-07-01 13:20:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -199,6 +199,7 @@ namespace comphelper // implGetLocale // implGetSelection // getCaretPosition +// setCaretPosition // getCharacterAttributes // getCharacterBounds // getIndexAtPoint -- cgit