diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-01-19 16:08:30 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-03-15 18:21:06 +0100 |
commit | 45d5c18a9a643590b18e7cc48ab80076a31b75b3 (patch) | |
tree | a266a4be78b558a11891ed5b716cf2d9df4b417e /sc/inc/column.hxx | |
parent | eeb4a2ec37bf88b26a9f243cc5682e96c9e35df6 (diff) |
tdf#50916 Refactor of the table7.cxx to allow dynamic column size
Change-Id: I60ea249ca621e25b3585e1d2f75bdf15d96f6dcc
Reviewed-on: https://gerrit.libreoffice.org/48205
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index ff22791b6f7c..9957b05225fd 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -362,7 +362,7 @@ public: void SetRawString( SCROW nRow, const svl::SharedString& rStr ); void SetRawString( sc::ColumnBlockPosition& rBlockPos, SCROW nRow, const svl::SharedString& rStr, bool bBroadcast = true ); void SetValue( SCROW nRow, double fVal ); - void SetValues( SCROW nRow, const std::vector<double>& rVals ); + void SetValues( const SCROW nRow, const std::vector<double>& rVals ); void SetValue( sc::ColumnBlockPosition& rBlockPos, SCROW nRow, double fVal, bool bBroadcast = true ); void SetError( SCROW nRow, const FormulaError nError); |