summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-08 12:01:44 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-08 12:02:13 +0200
commitfc9a9166d59a0e7dd89145b7b9937ccf4a21a2b7 (patch)
treecb8d787a3db687698350e47d1a1e9e83beeb1f9e /svx/source
parenteeaff77389b43e2e3b30be598d54cfc44dc00e48 (diff)
gengal: -Werror=format
Change-Id: If7076d639e0b364a307fc4986fa36a53b2edf881
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/gengal/gengal.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx
index 5bbfeab4d6b5..cbb2fc216eba 100644
--- a/svx/source/gengal/gengal.cxx
+++ b/svx/source/gengal/gengal.cxx
@@ -72,7 +72,7 @@ static void createTheme( OUString aThemeName, OUString aGalleryURL,
fprintf( stderr, "Work on gallery '%s'\n",
OUStringToOString( aGalleryURL, RTL_TEXTENCODING_UTF8 ).getStr() );
- fprintf( stderr, "Existing themes: %d\n",
+ fprintf( stderr, "Existing themes: %" SAL_PRI_SIZET "u\n",
pGallery->GetThemeCount() );
GalleryTheme *pGalTheme;
@@ -83,7 +83,7 @@ static void createTheme( OUString aThemeName, OUString aGalleryURL,
}
}
- fprintf( stderr, "Existing themes: %d\n",
+ fprintf( stderr, "Existing themes: %" SAL_PRI_SIZET "u\n",
pGallery->GetThemeCount() );
SfxListener aListener;
@@ -111,7 +111,7 @@ static void createTheme( OUString aThemeName, OUString aGalleryURL,
fprintf( stderr, "Failed to import '%s'\n",
OUStringToOString( *aIter, RTL_TEXTENCODING_UTF8 ).getStr() );
else
- fprintf( stderr, "Imported file '%s' (%d)\n",
+ fprintf( stderr, "Imported file '%s' (%" SAL_PRI_SIZET "u)\n",
OUStringToOString( *aIter, RTL_TEXTENCODING_UTF8 ).getStr(),
pGalTheme->GetObjectCount() );
}