libreoffice/libreoffice-4.4.2.2-sfmt.patch
2015-04-03 23:30:32 +10:00

12 lines
757 B
Diff

diff -urN libreoffice-4.4.2.2/vcl/unx/gtk/a11y/atktextattributes.cxx libreoffice-4.4.2.2-patched/vcl/unx/gtk/a11y/atktextattributes.cxx
--- libreoffice-4.4.2.2/vcl/unx/gtk/a11y/atktextattributes.cxx 2015-03-26 21:51:14.000000000 +1000
+++ libreoffice-4.4.2.2-patched/vcl/unx/gtk/a11y/atktextattributes.cxx 2015-04-03 23:23:10.113442272 +1000
@@ -1235,7 +1235,7 @@
pSet = attribute_set_prepend( pSet,
atk_text_attribute_register( sPropertyName.getStr() ),
- g_strdup_printf( sPropertyValue.getStr() ) );
+ g_strdup_printf( "%s", sPropertyValue.getStr() ) );
}
while ( nIndex >= 0 && nIndex < sExtendedAttrs.getLength() );