diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 11:10:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:11:10 +0200 |
commit | 2d6790377abc3b364773845e6dab8717be7eee16 (patch) | |
tree | 5ede153875b4ed682eb1ecf5c52962cad72a5dd9 /starmath | |
parent | 447410b25528689f01e5ff1f7059f523c93f885f (diff) |
-Werror,-Wunused-private-field
Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/view.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index f9e7b2f5b3d3..7707c5076152 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -70,7 +70,6 @@ private: SmViewShell *pViewShell; sal_uInt16 nZoom; - short nModifyCount; protected: void SetFormulaDrawPos(const Point &rPos) { aFormulaDrawPos = rPos; } |