diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-17 15:04:47 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-01-17 16:18:43 +0100 |
commit | 44c05a9ae8de321875f2e9868b7bb1046eccd64a (patch) | |
tree | 6e08cdfb069a6e9c29ebbfc8e72986e6f6863eed /starmath | |
parent | 7a101c5ced5f634e7b661062a74c637e48ba1f2b (diff) |
Drop unused declaration
Change-Id: I17cd0d144b64fc6bfc8ce10f1de2db3ce4565ac3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128444
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/edit.hxx | 5 | ||||
-rw-r--r-- | starmath/inc/view.hxx | 2 |
2 files changed, 0 insertions, 7 deletions
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: |