diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 15:43:45 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 15:43:45 +0100 |
commit | 718cd07930ee523e9c2943fe8de7a14d296a1a8a (patch) | |
tree | a0c1876d10c4642abc8611b1a8d09f2121ec66a2 /fpicker | |
parent | 970be45287de1a046df1c546abb06ad5f6b9c084 (diff) |
WaE: missing format string
Diffstat (limited to 'fpicker')
-rwxr-xr-x | fpicker/source/unx/gnome/SalGtkFilePicker.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx index 8291c87e2074..2034763528ec 100755 --- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx @@ -1035,6 +1035,7 @@ sal_Int16 SAL_CALL SalGtkFilePicker::execute() throw( uno::RuntimeException ) GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, + "%s", aMsg.getStr() ); |