summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textfont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textfont.cxx')
-rw-r--r--oox/source/drawingml/textfont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textfont.cxx b/oox/source/drawingml/textfont.cxx
index 742f020c2ace..b689d830836e 100644
--- a/oox/source/drawingml/textfont.cxx
+++ b/oox/source/drawingml/textfont.cxx
@@ -64,7 +64,7 @@ void TextFont::setAttributes( const AttributeList& rAttribs )
void TextFont::setAttributes( const OUString& sFontName )
{
maTypeface = sFontName;
- maPanose = OUString();
+ maPanose.clear();
mnPitch = 0;
mnCharset = WINDOWS_CHARSET_DEFAULT;
}