From 8635603e2f4f8b61026f69532f3cda51bd711f91 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 1 Oct 2009 00:38:20 +0200 Subject: UserListCommands: import: Edit column names before saving the list --- src/Client/XLSSheet.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Client/XLSSheet.h') diff --git a/src/Client/XLSSheet.h b/src/Client/XLSSheet.h index 0960fc0..8cd06e2 100644 --- a/src/Client/XLSSheet.h +++ b/src/Client/XLSSheet.h @@ -80,6 +80,10 @@ class MAD_CLIENT_EXPORT XLSSheet : private boost::noncopyable { return colNames[col]; } + void setColumnName(unsigned col, const Core::String &name) { + colNames[col] = name; + } + const std::vector& getRows() const { return rows; } -- cgit v1.2.3