diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 08:33:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-16 09:47:01 +0200 |
commit | 4e05ae6a6b90f8e840186a00010c5e6ca1580548 (patch) | |
tree | ed94b6f7c6f75fc1f409810cdeb97a23138b3580 /sfx2/source/inc/recfloat.hxx | |
parent | a71e7b108c7041ebc7cb99d1d2d53358140d8e30 (diff) |
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
Diffstat (limited to 'sfx2/source/inc/recfloat.hxx')
-rw-r--r-- | sfx2/source/inc/recfloat.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx index 47a30361a008..256c96c58cfc 100644 --- a/sfx2/source/inc/recfloat.hxx +++ b/sfx2/source/inc/recfloat.hxx @@ -39,7 +39,6 @@ public: class SfxRecordingFloat_Impl : public SfxFloatingWindow { - SfxChildWindow* pWrapper; ToolBox aTbx; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XToolbarController > xStopRecTbxCtrl; public: |