diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 17:08:47 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 17:09:25 +0000 |
commit | 4229f1b186b84ab36d97b723a6a1f81e79d40d82 (patch) | |
tree | b04e635c14842a1b81613576388b8769aa9f4567 /svx | |
parent | c5d4f4967e5d9d0220fadf3f313ddc35002cdf27 (diff) |
WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx index 64a94ab2980d..0ac9fab19956 100644 --- a/svx/source/gallery2/gallery1.cxx +++ b/svx/source/gallery2/gallery1.cxx @@ -285,7 +285,7 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, sal_Bool& rbDirIsR if( pTestStm ) { - *pTestStm << 1; + *pTestStm << sal_Int32(1); if( pTestStm->GetError() ) rbDirIsReadOnly = sal_True; |