summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2018-07-17 15:24:47 +0900
committerEike Rathke <erack@redhat.com>2018-07-17 12:31:22 +0200
commit972ff044edc502a0e382d9f5bb3a9d0bd0a95616 (patch)
treee0019533d60ad162bd8b1669d144117abec3a17a
parenta97411b061a382dc09423d04c633dc9b7d24a737 (diff)
sc: Drop #undef leftover
Change-Id: I48bb3d8717319f8ac34a575037e15a1c41730448 Reviewed-on: https://gerrit.libreoffice.org/57542 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/core/tool/consoli.cxx3
1 files changed, 0 insertions, 3 deletions
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)