summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-02 21:18:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-03 11:04:10 +0100
commit643df7362733bb6914d17fc4902c9aac30c0b894 (patch)
tree1a00c29377d30a2f738ff9af7573d0dceb8d9302 /cui/source/dialogs
parent188bdbaf19241cd51820832fdb4522747534bec6 (diff)
unnecessary forward declares
Change-Id: I086340ef46c3a4663867c0d0c3d14f223209a4c6 Reviewed-on: https://gerrit.libreoffice.org/81952 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/scriptdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx
index 588059081506..fc6d7ec407fe 100644
--- a/cui/source/dialogs/scriptdlg.cxx
+++ b/cui/source/dialogs/scriptdlg.cxx
@@ -845,7 +845,6 @@ void SvxScriptOrgDialog::createEntry(weld::TreeIter& rEntry)
// ISSUE do we need to remove all entries for parent
// to achieve sort? Just need to determine position
- // SvTreeListBox::InsertEntry can take position arg
// -- Basic doesn't do this on create.
// Suppose we could avoid this too. -> created nodes are
// not in alphabetical order