diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-10-08 03:45:50 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-10-08 04:52:03 +0200 |
commit | 9d19634c8e719a80674ca4b3dfc3c7e49f049e5b (patch) | |
tree | 7597abdac9bbbb4c029c072ad5f7fb2d8a5982b7 /sc/source | |
parent | 21d8c021b3b0a8cdb946daf9116be64a497fdb91 (diff) |
Pivot tables: Fix XLSX import of nested date groups
Same fix which was added for other kind of groups:
f697d7aa5c26f9fcfd717b76a4827a5bcb38325e
Change-Id: Ic35602ce32cc35933edebc6256e85b2a2a691b77
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/dapiuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx index 677a6ae83b4b..834c3d6931f9 100644 --- a/sc/source/ui/unoobj/dapiuno.cxx +++ b/sc/source/ui/unoobj/dapiuno.cxx @@ -2788,7 +2788,7 @@ Reference < XDataPilotField > SAL_CALL ScDataPilotFieldObj::createDateGroup( con // apply changes pDPObj->SetSaveData( aSaveData ); - SetDPObject( pDPObj ); + ScDBDocFunc(*GetDocShell()).RefreshPivotTableGroups(pDPObj); } // return the UNO object of the new dimension, after writing back saved data |