summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/Database.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/textfield/Database.idl')
-rw-r--r--offapi/com/sun/star/text/textfield/Database.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/Database.idl b/offapi/com/sun/star/text/textfield/Database.idl
index f602db5977f9..016ecf5a9080 100644
--- a/offapi/com/sun/star/text/textfield/Database.idl
+++ b/offapi/com/sun/star/text/textfield/Database.idl
@@ -44,14 +44,14 @@ published service Database
service com::sun::star::text::DependentTextField;
/** contains the database content that was merged in the last database merge action.
- Initially it contains the colum name in parenthesis (<>).
+ Initially it contains the column name in parenthesis (<>).
*/
[property]string Content;
/** contains the current content of the text field.
- <p> This property is escpecially usefull for import/export purposes. </p>
+ <p> This property is especially useful for import/export purposes. </p>
*/
[property]string CurrentPresentation;
- /** determins whether the number format is number display format is read
+ /** determines whether the number format is number display format is read
from the database settings.
*/
[property]boolean DataBaseFormat;