Kaydet (Commit) 59a1c91d authored tarafından Luboš Luňák's avatar Luboš Luňák

unused variable after 2e14a8bf

Change-Id: Ib4c50a14e630e34daf1b39d28c4ed99b6367f26b
üst 70cd84b8
...@@ -794,7 +794,6 @@ void DrawingML::WriteRunProperties( Reference< XPropertySet > rRun, sal_Bool bIs ...@@ -794,7 +794,6 @@ void DrawingML::WriteRunProperties( Reference< XPropertySet > rRun, sal_Bool bIs
} }
if( ( bComplex && GETAD( CharFontNameComplex ) ) || ( !bComplex && GETAD( CharFontNameAsian ) ) ) { if( ( bComplex && GETAD( CharFontNameComplex ) ) || ( !bComplex && GETAD( CharFontNameAsian ) ) ) {
const char* typeface = NULL;
const char* pitch = NULL; const char* pitch = NULL;
const char* charset = NULL; const char* charset = NULL;
OUString usTypeface; OUString usTypeface;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment