summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-22 15:00:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-22 15:01:05 +0100
commit871426533f7afe31bc451fa6b407b83db8e52827 (patch)
treeed60cee61ebee91994eaffc9c9a3638836ed2ab4 /sc/inc/chart2uno.hxx
parent5a849bb5317ad73bb43b2b618b14bc0e8751fff6 (diff)
just silence the auto_ptr deprecations in isolation
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 705a7c328c6e..a670f10d3d35 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -448,9 +448,11 @@ private:
sal_Bool m_bIncludeHiddenCells;
// internals
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
typedef ::std::auto_ptr< ::std::vector<ScTokenRef> > TokenListPtr;
typedef ::std::auto_ptr< ::std::vector<sal_uInt32> > RangeIndexMapPtr;
typedef ::std::auto_ptr<ExternalRefListener> ExtRefListenerPtr;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
sal_Int64 m_nObjectId;
ScDocument* m_pDocument;
@@ -460,7 +462,9 @@ private:
com::sun::star::uno::Reference < com::sun::star::chart2::data::XDataProvider > m_xDataProvider;
SfxItemPropertySet m_aPropSet;
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<HiddenRangeListener> m_pHiddenListener;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
ScLinkListener* m_pValueListener;
XModifyListenerArr_Impl m_aValueListeners;