[Libreoffice-commits] .: oox/inc

Miklos Vajna vmiklos at kemper.freedesktop.org
Tue Jun 12 05:06:29 PDT 2012


 oox/inc/oox/vml/vmltextbox.hxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 48da4027d0745deb3389885e903e9323b353c4d4
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Tue Jun 12 14:06:06 2012 +0200

    oox: fix TextFontModel doxygen comments
    
    Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e

diff --git a/oox/inc/oox/vml/vmltextbox.hxx b/oox/inc/oox/vml/vmltextbox.hxx
index cc2e41b..67c9615 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;


More information about the Libreoffice-commits mailing list