diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-04 11:29:41 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-07-04 13:31:36 +0200 |
commit | 59b94d5e133e829f7cecbd0df2d3757cfe4e0008 (patch) | |
tree | 3a657197155782ab6663f3088144818ead06a188 /sd | |
parent | 42927fbdf4113a0c92cb19f101e2f33f2ea5040f (diff) |
coverity#704008 Uncheck return value
Change-Id: I0bfd2c59782869b232a5705bbb05a06c3476f754
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/pubdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 5506dd4759f4..3537b02a2c67 100644 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -1503,7 +1503,6 @@ bool SdPublishingDlg::Save() INetURLObject aURL( SvtPathOptions().GetUserConfigPath() ); aURL.Append( OUString( "designs.sod" ) ); SfxMedium aMedium( aURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_WRITE | STREAM_TRUNC ); - aMedium.IsRemote(); SvStream* pStream = aMedium.GetOutStream(); |