summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-31 20:28:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-01 17:41:20 +0100
commit7e5d98c427cdcd10566b8f5a7a35c0561ec82d72 (patch)
tree6dfddf4cfae2c6308668b290090dcb88e764e81e /include
parenta08f0aa2857f4a5342cedf2038488fc98fb716fb (diff)
masses of coverity FORWARD_NULL warnings from copied assert
Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx2
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&);