summaryrefslogtreecommitdiff
path: root/oox/inc/oox/ole/axfontdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/oox/ole/axfontdata.hxx')
-rw-r--r--oox/inc/oox/ole/axfontdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/ole/axfontdata.hxx b/oox/inc/oox/ole/axfontdata.hxx
index 2660f38e12a4..9dbec1786261 100644
--- a/oox/inc/oox/ole/axfontdata.hxx
+++ b/oox/inc/oox/ole/axfontdata.hxx
@@ -46,7 +46,7 @@ const sal_Int32 AX_FONTDATA_CENTER = 3;
/** All entries of a font property. */
struct OOX_DLLPUBLIC AxFontData
{
- ::rtl::OUString maFontName; ///< Name of the used font.
+ OUString maFontName; ///< Name of the used font.
sal_uInt32 mnFontEffects; ///< Font effect flags.
sal_Int32 mnFontHeight; ///< Height of the font (not really twips, see code).
sal_Int32 mnFontCharSet; ///< Windows character set of the font.