summaryrefslogtreecommitdiffstats
path: root/include/svx/sdrpaintwindow.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-11 17:36:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-11 17:36:44 +0100
commit4c799fa83a5a51f27301110ae165855ffbc7a596 (patch)
treedf3483964cb88c56e8b3e7e92659ac90573fb33b /include/svx/sdrpaintwindow.hxx
parentloplugin:redundantcast: sw (diff)
downloadcore-4c799fa83a5a51f27301110ae165855ffbc7a596.tar.gz
core-4c799fa83a5a51f27301110ae165855ffbc7a596.zip
loplugin:redundantcast: svx
(after a to-be-committed improved loplugin:cstylecast would have rewritten the C-style casts into static_casts) Change-Id: Icd1f084d4ffab286fd3c7c02693444eaf7799354
Diffstat (limited to 'include/svx/sdrpaintwindow.hxx')
-rw-r--r--include/svx/sdrpaintwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdrpaintwindow.hxx b/include/svx/sdrpaintwindow.hxx
index 691837b2a5d5..f36f5c8089a4 100644
--- a/include/svx/sdrpaintwindow.hxx
+++ b/include/svx/sdrpaintwindow.hxx
@@ -130,7 +130,7 @@ public:
void SetRedrawRegion(const vcl::Region& rNew);
// #i72889# read/write access to TemporaryTarget
- bool getTemporaryTarget() const { return (bool)mbTemporaryTarget; }
+ bool getTemporaryTarget() const { return mbTemporaryTarget; }
void setTemporaryTarget(bool bNew) { mbTemporaryTarget = bNew; }
// #i72889# get target output device, take into account output buffering