summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/style/NumberingLevel.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/NumberingLevel.idl b/offapi/com/sun/star/style/NumberingLevel.idl
index c7e700cc63d1..eb3cb92add03 100644
--- a/offapi/com/sun/star/style/NumberingLevel.idl
+++ b/offapi/com/sun/star/style/NumberingLevel.idl
@@ -67,8 +67,8 @@ published service NumberingLevel
Note the new behaviour since it this was deprecated:
This property can only be set and only external URLs are
supported (no more vnd.sun.star.GraphicObject scheme). When an
- URL is set, then it will load the graphic and set the Graphic
- property.
+ URL is set, then it will load the graphic and set the
+ GraphicBitmap property.
*/
[property] string GraphicURL;
@@ -76,11 +76,11 @@ published service NumberingLevel
*/
[property] short StartWith;
- /** This is the graphic file to use as a symbol.
+ /** This is the graphic bitmap to use as a symbol.
@since LibreOffice 6.1
*/
- [optional, property] com::sun::star::graphic::XGraphic Graphic;
+ [optional, property] com::sun::star::awt::XBitmap GraphicBitmap;
};