summaryrefslogtreecommitdiff
path: root/include/sfx2/ipclient.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-12 13:41:12 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 08:44:45 +0200
commit38c23520d40749ff21b6b1ed5f5c0375d40fe1fc (patch)
treebe2126093be7d32e4f63d405f87fc6c063776e45 /include/sfx2/ipclient.hxx
parent2fc2f752447725ece32ce55d5db21b912902b3cf (diff)
loplugin:unusedmethods unused return value in include/sfx2
Change-Id: Id4017bdfe18f8224d28a9f787865c7a880aeeed8
Diffstat (limited to 'include/sfx2/ipclient.hxx')
-rw-r--r--include/sfx2/ipclient.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/ipclient.hxx b/include/sfx2/ipclient.hxx
index b836bf41ca58..590ec7f8d0b7 100644
--- a/include/sfx2/ipclient.hxx
+++ b/include/sfx2/ipclient.hxx
@@ -71,7 +71,7 @@ public:
Rectangle GetObjArea() const;
Rectangle GetScaledObjArea() const;
void SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight );
- bool SetObjAreaAndScale( const Rectangle&, const Fraction&, const Fraction& );
+ void SetObjAreaAndScale( const Rectangle&, const Fraction&, const Fraction& );
const Fraction& GetScaleWidth() const;
const Fraction& GetScaleHeight() const;
void Invalidate();