diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-31 20:28:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-01 17:41:20 +0100 |
commit | 7e5d98c427cdcd10566b8f5a7a35c0561ec82d72 (patch) | |
tree | 6dfddf4cfae2c6308668b290090dcb88e764e81e /include | |
parent | a08f0aa2857f4a5342cedf2038488fc98fb716fb (diff) |
masses of coverity FORWARD_NULL warnings from copied assert
Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index b00f2d316d28..175405828a3b 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -613,6 +613,8 @@ protected: SAL_DLLPRIVATE void drawOutDevDirect ( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ); + SAL_DLLPRIVATE void assert_if_double_buffered_window() const; + private: // not implemented; to detect misuses of DrawOutDev(...OutputDevice&); |