diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-26 20:21:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-27 09:53:04 +0100 |
commit | 960bc8553328c6bfb8818094195e0f737eb013a9 (patch) | |
tree | 39715d82a02a9ce192852824049081def3baaa30 /sc | |
parent | 2d4707f1e5ef26a535210e580e9de9d9466b9a93 (diff) |
drop SvxColorListBox forward declares
Change-Id: I0db2e3e5c2566ae4dc59ff49f677eab8daa930be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87465
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/opredlin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx index b32d848dd6aa..47abb2071901 100644 --- a/sc/source/ui/inc/opredlin.hxx +++ b/sc/source/ui/inc/opredlin.hxx @@ -21,7 +21,7 @@ #include <sfx2/tabdlg.hxx> -class SvxColorListBox; +class ColorListBox; class ScRedlineOptionsTabPage : public SfxTabPage { |