diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-23 09:33:00 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-08-23 11:15:57 +0200 |
commit | f0d757bfc7db1eb4f4d1754f4362ce92a02ac470 (patch) | |
tree | 9f0c42d75a2e85e80c6bc3e9902e238415a226e9 /offapi/com | |
parent | b8f42b202f7afc882b77b66c4b24c086950f10fc (diff) |
Add missing "See also"
Change-Id: If226fcb97cd67ad2239f55f4138703d712b70a08
Reviewed-on: https://gerrit.libreoffice.org/77991
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/NumberingLevel.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl index 92a08931a147..9362bb7b3f04 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. + /** specifies the type of numbering. @see NumberingType */ [property] short NumberingType; |