basic/source/sbx/sbxarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a62ad21f980a7675362a43fe889e8342fa4bad4a Author: Arnaud Versini <arnaud.vers...@gmail.com> Date: Sun Mar 13 17:01:00 2016 +0100 BASIC: Calling SbxDimArray::Clear should also call SbxArray. Change-Id: I832a192bbb3ddd2d32d80f22ae8f2cf95e3edfb7 Reviewed-on: https://gerrit.libreoffice.org/23192 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.vers...@libreoffice.org> diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx index 654004a..11faaef 100644 --- a/basic/source/sbx/sbxarray.cxx +++ b/basic/source/sbx/sbxarray.cxx @@ -553,12 +553,12 @@ SbxDimArray& SbxDimArray::operator=( const SbxDimArray& rArray ) SbxDimArray::~SbxDimArray() { - Clear(); } void SbxDimArray::Clear() { m_vDimensions.clear(); + SbxArray::Clear(); } // Add a dimension _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits