[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jul 17 10:31:46 UTC 2018
sc/source/core/tool/consoli.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 972ff044edc502a0e382d9f5bb3a9d0bd0a95616
Author: Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Tue Jul 17 15:24:47 2018 +0900
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Tue Jul 17 12:31:22 2018 +0200
sc: Drop #undef leftover
Change-Id: I48bb3d8717319f8ac34a575037e15a1c41730448
Reviewed-on: https://gerrit.libreoffice.org/57542
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/core/tool/consoli.cxx b/sc/source/core/tool/consoli.cxx
index 1c76ed39b342..8db1446e9dc4 100644
--- a/sc/source/core/tool/consoli.cxx
+++ b/sc/source/core/tool/consoli.cxx
@@ -90,9 +90,6 @@ void ScConsData::DeleteData()
aCornerText.clear();
}
-#undef DELETEARR
-#undef DELETESTR
-
void ScConsData::InitData()
{
if (bReference && nColCount && !ppRefs)
More information about the Libreoffice-commits
mailing list