diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 17:11:24 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 17:11:24 +0200 |
commit | 0701397a485c6cce318fbf8751bf8894dca314c4 (patch) | |
tree | 699577c0bad8828cb5c45f901374fe6bcb6bcb76 /sc/inc/column.hxx | |
parent | 5e3d27c198bf6dd05641e6473766c7062c248244 (diff) |
sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglable
n#358548, i#86377
Make cell number format toolbar icons togglable & remove the standard format
button.
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 1a021dcb0cce..2fa63eb91d74 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -301,6 +301,7 @@ public: const ScPatternAttr* GetMostUsedPattern( SCROW nStartRow, SCROW nEndRow ) const; ULONG GetNumberFormat( SCROW nRow ) const; + sal_uInt32 GetNumberFormat( SCROW nStartRow, SCROW nEndRow ) const; void MergeSelectionPattern( ScMergePatternState& rState, const ScMarkData& rMark, BOOL bDeep ) const; void MergePatternArea( ScMergePatternState& rState, SCROW nRow1, SCROW nRow2, BOOL bDeep ) const; |