diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-10-09 20:29:09 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-10-09 20:29:09 +0200 |
commit | 97ebbb892993507fe19ca069534015637fde497b (patch) | |
tree | 50b04a4f7e48054677adf42aba1ff42b37205999 | |
parent | 4a411ab35a6a60dfafb3e06e8ac7bec29302d154 (diff) |
Add better comment for this function.
Change-Id: I9fb0b3cbb92c8f48b1ee2e2a53faeaf9a72b34f9
-rw-r--r-- | sc/source/filter/inc/pivottablebuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/pivottablebuffer.hxx b/sc/source/filter/inc/pivottablebuffer.hxx index ebc001a2dfa6..1838c539fb5d 100644 --- a/sc/source/filter/inc/pivottablebuffer.hxx +++ b/sc/source/filter/inc/pivottablebuffer.hxx @@ -319,7 +319,7 @@ public: PivotTableFilter& createTableFilter(); /** Inserts the pivot table into the sheet. */ void finalizeImport(); - /** Creates all group fields for the table after import. */ + /** Finalizes all fields, finds field names and creates grouping fields. */ void finalizeFieldsImport(); /** Creates all date group fields for the specified cache field after import. */ void finalizeDateGroupingImport( |