summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/Texture.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/Texture.idl')
-rw-r--r--offapi/com/sun/star/rendering/Texture.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/Texture.idl b/offapi/com/sun/star/rendering/Texture.idl
index f2e365bff670..78f223dd3293 100644
--- a/offapi/com/sun/star/rendering/Texture.idl
+++ b/offapi/com/sun/star/rendering/Texture.idl
@@ -118,7 +118,7 @@ struct Texture
The repeat mode is separated into x and y direction, this is
the x direction part. Permissible values are from the
- <type>TexturingMode</type> constants.<p>
+ TexturingMode constants.<p>
*/
byte RepeatModeX;
@@ -126,7 +126,7 @@ struct Texture
The repeat mode is separated into x and y direction, this is
the y direction part. Permissible values are from the
- <type>TexturingMode</type> constants.<p>
+ TexturingMode constants.<p>
*/
byte RepeatModeY;