From f8dea0b01fcbc7ca8d2ff218605c61956989d0a8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 23 Aug 2019 16:05:05 +0200 Subject: fix link Change-Id: I42ff874b5fc68e7fb750b47be3b7b8a9d76e59fc Reviewed-on: https://gerrit.libreoffice.org/78016 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- offapi/com/sun/star/text/NumberingLevel.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl index 9362bb7b3f04..18d98aa5ff35 100644 --- a/offapi/com/sun/star/text/NumberingLevel.idl +++ b/offapi/com/sun/star/text/NumberingLevel.idl @@ -145,7 +145,7 @@ published service NumberingLevel [property] long FirstLineOffset; - /** specifies the type of numbering. @see NumberingType + /** specifies the type of numbering. @see com::sun::star::style::NumberingType */ [property] short NumberingType; -- cgit