diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-07-26 13:26:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-07-27 09:25:48 +0200 |
commit | 870c5443a5fb5e5981c1916cc2ff09dad984f225 (patch) | |
tree | d182e83373b8e15dafa38533db53b627dec834da /sc/inc/dpobject.hxx | |
parent | b45926a3a1dd89ffec3ed766ab5647604c23eec0 (diff) |
InsertNewTable always returns true
Change-Id: I28b2cd46bf40011f5f813784bd5c182f18ee103f
Reviewed-on: https://gerrit.libreoffice.org/58112
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 9ea215f2f9eb..df422a461c97 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -392,7 +392,7 @@ public: OUString CreateNewName() const; void FreeTable(const ScDPObject* pDPObj); - SC_DLLPUBLIC bool InsertNewTable(ScDPObject* pDPObj); + SC_DLLPUBLIC void InsertNewTable(ScDPObject* pDPObj); SC_DLLPUBLIC bool HasTable(const ScDPObject* pDPObj) const; SC_DLLPUBLIC SheetCaches& GetSheetCaches(); |