diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 23:16:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-31 09:04:16 +0200 |
commit | b0772418bc2992d213e08ca181e147ed707999e1 (patch) | |
tree | 9e86826785c644e7387dd5965e59e34218130619 /vbahelper/inc | |
parent | 07f44bfd39774910fd417f48bbc9bb76f2b34921 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I2342c6fa614ffbd805c3606de20e080e677fce28
Diffstat (limited to 'vbahelper/inc')
-rw-r--r-- | vbahelper/inc/vbahelper/vbashaperange.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbashaperange.hxx b/vbahelper/inc/vbahelper/vbashaperange.hxx index 9220e17347e1..f31c9e243b26 100644 --- a/vbahelper/inc/vbahelper/vbashaperange.hxx +++ b/vbahelper/inc/vbahelper/vbashaperange.hxx @@ -33,7 +33,6 @@ class VBAHELPER_DLLPUBLIC ScVbaShapeRange : public ScVbaShapeRange_BASE private: css::uno::Reference< css::drawing::XDrawPage > m_xDrawPage; css::uno::Reference< css::drawing::XShapes > m_xShapes; - sal_Int32 m_nShapeGroupCount; protected: css::uno::Reference< css::frame::XModel > m_xModel; virtual rtl::OUString getServiceImplName(); |