diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-08-05 11:10:50 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-08-05 14:20:23 +0200 |
commit | 991c871ddd25915fd385254405c7ec70757c5102 (patch) | |
tree | 2728e68ff43f4e077fe2b25995ea29ae084914a3 /sc/source | |
parent | 890086d292798c20134e6ce78e913ced6b25a913 (diff) |
Remove commented out code
Change-Id: Idcf0794c8ee7118c6804945753f1f1b33152657c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120064
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/xcl97/xcl97esc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx index bc7c70c46e56..e64e7326d58c 100644 --- a/sc/source/filter/xcl97/xcl97esc.cxx +++ b/sc/source/filter/xcl97/xcl97esc.cxx @@ -504,7 +504,6 @@ void XclEscherEx::DeleteCurrAppData() if ( pCurrAppData ) { delete pCurrAppData->GetClientAnchor(); -// delete pCurrAppData->GetClientData(); delete pCurrAppData->GetClientTextbox(); delete pCurrAppData->GetInteractionInfo(); pCurrAppData.reset(); |