diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-06 17:14:54 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-14 15:35:47 -0400 |
commit | 7238505762a9198d92b108c794b43452191c5174 (patch) | |
tree | 1df94a0a1031542a35c82e8b9329bfda83bcf571 /sc/inc/column.hxx | |
parent | 2f00e94bdaf42d84881c067debb1d3cd3fe1c60e (diff) |
Add empty GetTextWidth() to ScColumn. Will be implemented later.
Change-Id: I4df0719fee426ab5d54bfc2ac8fa4c37325906e2
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 257cb0e0a1f9..8653bfdbaa32 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -371,6 +371,7 @@ public: xub_StrLen GetMaxNumberStringLen( sal_uInt16& nPrecision, SCROW nRowStart, SCROW nRowEnd ) const; + sal_uInt16 GetTextWidth(SCROW nRow) const; void SetTextWidth(SCROW nRow, sal_uInt16 nWidth); private: |