diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 17:15:46 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-10 17:15:46 +0100 |
commit | 5f1c72ae4e8a5d32a30e2ad9f4b2d9ec29701a63 (patch) | |
tree | ca4d986a1cdf6ad132dacc62b160c67fdb1ebe89 /sc/source/ui/docshell/dbdocfun.cxx | |
parent | 0430258177b43f9586c654a532bbbf8f77faee5e (diff) | |
parent | d795240234770c3c3a8ce14d4c722b660604d573 (diff) |
CWS-TOOLING: integrate CWS datapilotapi
Diffstat (limited to 'sc/source/ui/docshell/dbdocfun.cxx')
-rw-r--r-- | sc/source/ui/docshell/dbdocfun.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index 1633af000b51..2053cebc8ce5 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -56,6 +56,7 @@ #include "attrib.hxx" #include "drwlayer.hxx" #include "dpshttab.hxx" +#include "hints.hxx" // ----------------------------------------------------------------- @@ -1403,7 +1404,12 @@ BOOL ScDBDocFunc::DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewOb delete pUndoDPObj; if (bDone) + { + // notify API objects + if (pDestObj) + pDoc->BroadcastUno( ScDataPilotModifiedHint( pDestObj->GetName() ) ); aModificator.SetDocumentModified(); + } if ( nErrId && !bApi ) rDocShell.ErrorMessage( nErrId ); |