diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-22 21:59:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-22 21:59:41 +0200 |
commit | 261113b5c78eaa93beed7e5961bca5fe8e1339b7 (patch) | |
tree | b84dcac0505f13af0f31da27de30a91d51527903 /include | |
parent | e0e8d0fbcf018ac172865af5a3070f30b06d1df5 (diff) |
-Werror,-Wunused-private-field
Change-Id: I88df0a06482a04609eb0c394dc7d9a023fc7e921
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 14299d22ba43..e07d8e754883 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -126,7 +126,6 @@ private: SdrHintKind meHint; const SdrObject* mpObj; const SdrPage* mpPage; - Rectangle maRectangle; public: explicit SdrHint(SdrHintKind eNewHint); |