summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-30 10:45:27 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-08-30 10:45:27 -0400
commit6ad86f8cc036d01702e9d491874b2b3bde23fe77 (patch)
tree0d95d3815aa618786d4e780ca70435f4c8df24a5 /sc/inc/dpobject.hxx
parentfdo#53938: Check for null pointer. (diff)
downloadcore-6ad86f8cc036d01702e9d491874b2b3bde23fe77.tar.gz
core-6ad86f8cc036d01702e9d491874b2b3bde23fe77.zip
fdo#53938: Don't proceed when error occurs.
This prevents the same error dialog from appearing 3 times in a row, also the pivot table outout from becoming empty. Change-Id: I09a72f78561f3f0446a95732fb9c242c1144878a
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 06ad5374b4fb..cba66ccb68b6 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -243,7 +243,7 @@ public:
* Remove in the save data entries for members that don't exist anymore.
* This is called during pivot table refresh.
*/
- void SyncAllDimensionMembers();
+ bool SyncAllDimensionMembers();
static bool HasRegisteredSources();
static com::sun::star::uno::Sequence<rtl::OUString> GetRegisteredSources();