| author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-06 18:31:16 (GMT) |
|---|---|---|
| committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-08-06 18:31:16 (GMT) |
| commit | 770f581623ed0c7d31b9751ee789a72272b07c6c (patch) (side-by-side diff) | |
| tree | ea7697165397d551b2a599bb43d261589fc4aa8b | |
| parent | 15b95b224588743d629c7a9a305352357eb96a07 (diff) | |
| download | core-770f581623ed0c7d31b9751ee789a72272b07c6c.zip core-770f581623ed0c7d31b9751ee789a72272b07c6c.tar.gz | |
-Werror=format-security
Change-Id: Idb1267108a9eb8d08e1a14685a2f5c9a6263b46d
| -rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx index 3555aee..06a8c6d 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.cxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx @@ -229,7 +229,7 @@ OString ImagePreparer::notesToHtml( sal_uInt32 aSlideNumber ) OUString aFileURL; FileBase::createTempFile( 0, 0, &aFileURL ); - fprintf( stderr, OUStringToOString( aFileURL, RTL_TEXTENCODING_UTF8).getStr() ); + fprintf( stderr, "%s", OUStringToOString( aFileURL, RTL_TEXTENCODING_UTF8).getStr() ); if ( !xController->isRunning() ) return ""; @@ -460,4 +460,4 @@ sal_Bool ExportTo( uno::Reference< drawing::XDrawPage>& aNotesPage, String aUrl return sal_False; } -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |
