summaryrefslogtreecommitdiff
path: root/sc/inc/segmenttree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/segmenttree.hxx')
-rw-r--r--sc/inc/segmenttree.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx
index 1c6b36c57950..667e80c20e1f 100644
--- a/sc/inc/segmenttree.hxx
+++ b/sc/inc/segmenttree.hxx
@@ -86,7 +86,9 @@ public:
SCROW findLastNotOf(bool bValue) const;
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<ScFlatBoolSegmentsImpl> mpImpl;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
};
class ScFlatBoolColSegments
@@ -109,7 +111,9 @@ public:
void insertSegment(SCCOL nCol, SCCOL nSize, bool bSkipStartBoundary);
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<ScFlatBoolSegmentsImpl> mpImpl;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
};
class ScFlatUInt16SegmentsImpl;
@@ -156,7 +160,9 @@ public:
void enableTreeSearch(bool bEnable);
private:
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<ScFlatUInt16SegmentsImpl> mpImpl;
+ SAL_WNODEPRECATED_DECLARATIONS_POP
};
#endif