summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-21 20:45:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-21 20:45:23 +0000
commit761af268383e4e7b62e993b262df012f6e1fb332 (patch)
tree9bcc3c080dd09e77f4e1f421f68db676c78b97c0 /vcl/inc/impgraph.hxx
parent56af72b6fa52df8722a6f5b369ec1c2bb39285dd (diff)
coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphics
Change-Id: Iab449967c70a55c03c3e6b95de8e7d973cb68089
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 4dea38c03874..6b4babd41db8 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -69,7 +69,8 @@ private:
bool operator==( const ImpGraphic& rImpGraphic ) const;
bool operator!=( const ImpGraphic& rImpGraphic ) const { return !( *this == rImpGraphic ); }
- void ImplClearGraphics( bool bCreateSwapInfo );
+ void ImplCreateSwapInfo();
+ void ImplClearGraphics();
void ImplClear();
GraphicType ImplGetType() const { return meType;}