summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/vml/vmltextbox.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index cc2e41bdd8ef..67c961509e2c 100644
--- a/oox/inc/oox/vml/vmltextbox.hxx
+++ b/oox/inc/oox/vml/vmltextbox.hxx
@@ -42,11 +42,11 @@ namespace vml {
/** Font settings for a text portion in a textbox. */
struct OOX_DLLPUBLIC TextFontModel
{
- OptValue< ::rtl::OUString > moName; /// Font name.
- OptValue< ::rtl::OUString > moColor; /// Font color, HTML encoded, sort of.
- OptValue< sal_Int32 > monSize; /// Font size in twips.
- OptValue< sal_Int32 > monUnderline; /// Single or double underline.
- OptValue< sal_Int32 > monEscapement; /// Subscript or superscript.
+ OptValue< ::rtl::OUString > moName; ///< Font name.
+ OptValue< ::rtl::OUString > moColor; ///< Font color, HTML encoded, sort of.
+ OptValue< sal_Int32 > monSize; ///< Font size in twips.
+ OptValue< sal_Int32 > monUnderline; ///< Single or double underline.
+ OptValue< sal_Int32 > monEscapement; ///< Subscript or superscript.
OptValue< bool > mobBold;
OptValue< bool > mobItalic;
OptValue< bool > mobStrikeout;