summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/StringContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/StringContext.idl')
-rw-r--r--offapi/com/sun/star/rendering/StringContext.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/StringContext.idl b/offapi/com/sun/star/rendering/StringContext.idl
index e08d968d21da..a9f76ace3014 100644
--- a/offapi/com/sun/star/rendering/StringContext.idl
+++ b/offapi/com/sun/star/rendering/StringContext.idl
@@ -39,12 +39,12 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published struct StringContext
+struct StringContext
{
/** The complete text, from which a subset is selected by the
parameters below.
*/
- string Text;
+ string Text;
//-------------------------------------------------------------------------