summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-31 09:53:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-31 09:53:53 +0100
commit6bc678d61478ce0f54e14ad2ef0d4897e7bf5763 (patch)
treefdb138ed3cb73d7d856a53a2dabad43d4f90ff08 /sfx2/source/doc/sfxbasemodel.cxx
parentb3b8c56de80d5dc82e0138c28e8dadaeefb8daf7 (diff)
coverity#1194890 Unchecked return value
Change-Id: I7c1e74f5c685f10d7eba8afb7acb60d2c2e9906b
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 94e3424fb119..9eece34c61e8 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -2983,7 +2983,7 @@ void SfxBaseModel::impl_store( const OUString& sURL
}
uno::Sequence< beans::NamedValue > aOldEncryptionData;
- GetEncryptionData_Impl( pMedium->GetItemSet(), aOldEncryptionData );
+ (void)GetEncryptionData_Impl( pMedium->GetItemSet(), aOldEncryptionData );
if ( !aOldEncryptionData.getLength() && !aNewEncryptionData.getLength() )
throw;