starmath/inc/edit.hxx | 5 ----- starmath/inc/view.hxx | 2 -- 2 files changed, 7 deletions(-)
New commits: commit 44c05a9ae8de321875f2e9868b7bb1046eccd64a Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Mon Jan 17 15:04:47 2022 +0100 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Mon Jan 17 16:18:43 2022 +0100 Drop unused declaration Change-Id: I17cd0d144b64fc6bfc8ce10f1de2db3ce4565ac3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128444 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index a5dee85fdbd4..3c5d498a364b 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -33,11 +33,6 @@ class SmCmdBoxWindow; class CommandEvent; class Timer; -namespace svtools -{ -class ColorConfig; -} - void SmGetLeftSelectionPart(const ESelection& rSelection, sal_Int32& nPara, sal_uInt16& nPos); class SmEditWindow; diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index a8e02addfba6..5ad4ac3842d9 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -38,8 +38,6 @@ class SmGraphicAccessible; class SmGraphicWidget; class SmElementsDockingWindow; -namespace svtools { class ColorConfig; } - class SmGraphicWindow final : public InterimItemWindow { private: