diff options
Diffstat (limited to 'include/editeng/flditem.hxx')
-rw-r--r-- | include/editeng/flditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 89cd9ac22076..ef10324bdb63 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -139,7 +139,7 @@ public: enum SvxURLFormat { SVXURLFORMAT_APPDEFAULT = 0, // Set as in App SVXURLFORMAT_URL, // Represent URL - SVXURLFORMAT_REPR // Constitute repraesentation + SVXURLFORMAT_REPR // Constitute representation }; class EDITENG_DLLPUBLIC SvxURLField : public SvxFieldData |