summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-31 20:28:06 +0100
committerJan Holesovsky <kendy@collabora.com>2015-06-17 12:12:25 +0200
commit4cc6ad5c27afce072859150333ce6b962a036383 (patch)
treefbca49608a2d301ad389fc1b083404e9130fe472 /include
parent97debe3f49970c5df92fefc20e8a7b43d31eaeae (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&);