summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/dialogs/scriptdlg.cxx1
-rw-r--r--cui/source/inc/macropg.hxx2
-rw-r--r--sc/source/ui/inc/searchresults.hxx1
3 files changed, 0 insertions, 4 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
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index 3ffb8afa49a9..002cea21ed32 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -30,8 +30,6 @@
#include <unordered_map>
#include <vector>
-class SvTreeListBox;
-
typedef std::unordered_map< OUString, std::pair< OUString, OUString > > EventsHash;
struct EventDisplayName
diff --git a/sc/source/ui/inc/searchresults.hxx b/sc/source/ui/inc/searchresults.hxx
index bbc734803c2b..137b999d967c 100644
--- a/sc/source/ui/inc/searchresults.hxx
+++ b/sc/source/ui/inc/searchresults.hxx
@@ -16,7 +16,6 @@
class ScDocument;
class ScRangeList;
-class SvTreeListBox;
namespace sc {