diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-12 14:06:06 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-12 14:07:40 +0200 |
commit | 48da4027d0745deb3389885e903e9323b353c4d4 (patch) | |
tree | e066086adbf79fe6fc3af58052dc1bdf9fd20b88 | |
parent | dc82cf021f76ea83ff7a4bcb2d7525f2e111f0cc (diff) |
oox: fix TextFontModel doxygen comments
Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e
-rw-r--r-- | oox/inc/oox/vml/vmltextbox.hxx | 10 |
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; |