unused variable after 2e14a8bf03

Change-Id: Ib4c50a14e630e34daf1b39d28c4ed99b6367f26b
This commit is contained in:
Luboš Luňák 2013-02-08 18:31:21 +01:00
parent 70cd84b89f
commit 59a1c91da3

View file

@ -794,7 +794,6 @@ void DrawingML::WriteRunProperties( Reference< XPropertySet > rRun, sal_Bool bIs
}
if( ( bComplex && GETAD( CharFontNameComplex ) ) || ( !bComplex && GETAD( CharFontNameAsian ) ) ) {
const char* typeface = NULL;
const char* pitch = NULL;
const char* charset = NULL;
OUString usTypeface;