summaryrefslogtreecommitdiff
path: root/sc/inc/rowheightcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/rowheightcontext.hxx')
-rw-r--r--sc/inc/rowheightcontext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx
index f801ee466f29..d1a8f8ff68e4 100644
--- a/sc/inc/rowheightcontext.hxx
+++ b/sc/inc/rowheightcontext.hxx
@@ -18,11 +18,13 @@
#include <vector>
+#include "segmenttree.hxx"
+
namespace sc {
class SC_DLLPUBLIC RowHeightContext
{
- std::vector<sal_uInt16> maHeights;
+ ScFlatUInt16RowSegments maHeights;
double mfPPTX;
double mfPPTY;
@@ -53,7 +55,7 @@ public:
void setForceAutoSize( bool b );
bool isForceAutoSize() const { return mbForceAutoSize;}
- std::vector<sal_uInt16>& getHeightArray();
+ ScFlatUInt16RowSegments& getHeightArray();
};
}