summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpframe.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:27:41 +0200
commit34fb5d7e91a7cd4c986434e6d6a3a67f12c65f7a (patch)
tree0f421d58ba594af311b066434a3f5f0be0cb1f7d /vcl/inc/headless/svpframe.hxx
parent1cea5a80a71243e780bfc2cc161044449a87eda9 (diff)
loplugin:casttovoid: vcl
Change-Id: Icdc9d009849f2a93f6e1dbba07b1042dbb1ff561
Diffstat (limited to 'vcl/inc/headless/svpframe.hxx')
-rw-r--r--vcl/inc/headless/svpframe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx
index a045683991b9..eed5efec0c66 100644
--- a/vcl/inc/headless/svpframe.hxx
+++ b/vcl/inc/headless/svpframe.hxx
@@ -114,8 +114,8 @@ public:
virtual void EndSetClipRegion() override;
/*TODO: functional implementation */
- virtual void SetScreenNumber( unsigned int nScreen ) override { (void)nScreen; }
- virtual void SetApplicationID(const OUString &rApplicationID) override { (void) rApplicationID; }
+ virtual void SetScreenNumber( unsigned int ) override {}
+ virtual void SetApplicationID(const OUString &) override {}
};