oox/inc/oox/vml/vmltextbox.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit 48da4027d0745deb3389885e903e9323b353c4d4 Author: Miklos Vajna <vmik...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits