summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/source/drawingml/textrun.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx
index 1485f020c917..f4b75dbe260c 100644
--- a/oox/source/drawingml/textrun.cxx
+++ b/oox/source/drawingml/textrun.cxx
@@ -76,6 +76,7 @@ sal_Int32 TextRun::insertAt(
}
else
{
+ OUString aSymbolFontName;
sal_Int16 nSymbolFontFamily = 0, nSymbolFontPitch = 0;
if ( !aTextCharacterProps.maSymbolFont.getFontData( aSymbolFontName, nSymbolFontPitch, nSymbolFontFamily, rFilterBase ) )
@@ -83,7 +84,7 @@ sal_Int32 TextRun::insertAt(
else if ( !getText().isEmpty() )
{
// #i113673
- OUString aLatinFontName, aSymbolFontName;
+ OUString aLatinFontName;
sal_Int16 nLatinFontPitch = 0, nLatinFontFamily = 0;
bool bLatinOk = aTextCharacterProps.maLatinFont.getFontData( aLatinFontName, nLatinFontPitch, nLatinFontFamily, rFilterBase );