summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-05-20 21:14:44 +0200
committerTomaž Vajngerl <quikee@gmail.com>2020-05-20 23:14:37 +0200
commitb6ac08a97eba21f4f74a8b6798a0c763b8a82ed1 (patch)
tree9c920c721a362e37c325d67ce3865de646b19f75 /svx
parent474aed49d6d1457f8262593c1d9c71731bda8896 (diff)
remove commented code
Change-Id: Ief714e8905f9e79da8457bb33ce84b8f6d6bd30e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94602 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdoutl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoutl.cxx b/svx/source/svdraw/svdoutl.cxx
index 62aa7622c825..fed5e1c82f25 100644
--- a/svx/source/svdraw/svdoutl.cxx
+++ b/svx/source/svdraw/svdoutl.cxx
@@ -27,7 +27,6 @@
SdrOutliner::SdrOutliner( SfxItemPool* pItemPool, OutlinerMode nMode )
: Outliner( pItemPool, nMode ),
- //mpPaintInfoRec( NULL )
mpVisualizedPage(nullptr)
{
}