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.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rendering/StringContext.idl b/offapi/com/sun/star/rendering/StringContext.idl
index ee16c5220..0cee83d9a 100644
--- a/offapi/com/sun/star/rendering/StringContext.idl
+++ b/offapi/com/sun/star/rendering/StringContext.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,12 +38,12 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-struct StringContext
+published struct StringContext
{
/** The complete text, from which a subset is selected by the
parameters below.
*/
- string Text;
+ string Text;
//-------------------------------------------------------------------------
@@ -51,7 +51,7 @@ struct StringContext
The first character has index 0.<p>
*/
- long StartPosition;
+ long StartPosition;
//-------------------------------------------------------------------------