diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-14 12:17:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-14 12:31:16 +0100 |
commit | 65674e4801cd5eac58f899d34f8e34a65532633b (patch) | |
tree | 781fd54cffdcac3534eeee1e915bb70f30f1d0ed /sc/inc/dpsave.hxx | |
parent | d8f34ebb234789da18f0c8f5461f580b4129bff1 (diff) |
-Werror,-Wunused-private-field
Change-Id: Icd62aa1f8008c1dfcc7d2ab3eb2ffd2188905fcd
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r-- | sc/inc/dpsave.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx index 5bca23b4d939..ef27b170d25b 100644 --- a/sc/inc/dpsave.hxx +++ b/sc/inc/dpsave.hxx @@ -96,7 +96,6 @@ class SC_DLLPUBLIC ScDPSaveDimension { private: ::rtl::OUString aName; - ::rtl::OUString* pSelectedPage; boost::scoped_ptr<rtl::OUString> mpLayoutName; boost::scoped_ptr<rtl::OUString> mpSubtotalName; bool bIsDataLayout; |