diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 11:50:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-28 13:49:45 +0100 |
commit | 29d1781fa047631210e6f9251ee0ad10f0beb009 (patch) | |
tree | a12e431b1ce9bc3b54ce1148ddb132560b4c8153 /sw/inc/unoframe.hxx | |
parent | 0ffc74d67364ff85310791a660f9d32a796bcf9d (diff) |
coverity#704955 Unchecked dynamic_cast
and coverity#704956
and coverity#704957
Change-Id: I6df06c3b20440659788b12a1f73dcdd68dcbe5b5
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r-- | sw/inc/unoframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index 7f28bd08cd23..0d9c761a8ce7 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -151,7 +151,7 @@ public: void ResetDescriptor(); //copy text from a given source PaM void SetSelection(SwPaM& rCopySource); - static SW_DLLPUBLIC SdrObject *GetOrCreateSdrObject( SwFlyFrmFmt *pFmt ); + static SW_DLLPUBLIC SdrObject *GetOrCreateSdrObject(SwFlyFrmFmt &rFmt); }; typedef cppu::WeakImplHelper3 |