From 00bc5a097313fbd003675267be961ad3a152ba42 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 3 Dec 2017 21:46:37 +0200 Subject: wrap scoped enum around css::util::NumberFormat Change-Id: Icab5ded8bccdb95f79b3fa35ea164f47919c68fa Reviewed-on: https://gerrit.libreoffice.org/46339 Tested-by: Jenkins Reviewed-by: Eike Rathke --- sc/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/column.hxx') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 60dfd3edf1d6..5c34279ad3c4 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -468,7 +468,7 @@ public: void SetPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr ); void ApplyPatternIfNumberformatIncompatible( const ScRange& rRange, - const ScPatternAttr& rPattern, short nNewType ); + const ScPatternAttr& rPattern, SvNumFormatType nNewType ); void ApplyStyle( SCROW nRow, const ScStyleSheet* rStyle ); void ApplyStyleArea( SCROW nStartRow, SCROW nEndRow, const ScStyleSheet& rStyle ); -- cgit