diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-13 21:25:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 15:03:37 +0200 |
commit | c8ecf827f4ba8f2ff81a58c45bea773d52828723 (patch) | |
tree | a1a0f89dcf1f96679b0f011d7bc4f721e4dd8543 /chart2/source/controller/inc | |
parent | 60c5c3576a3dc2907e308aa8272e90a6b2d2b38a (diff) |
TextDirectionListBox is gone now
Change-Id: If71c156164b51362754b6996f46917e30aee5b87
Reviewed-on: https://gerrit.libreoffice.org/61753
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/TextDirectionListBox.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/TextDirectionListBox.hxx b/chart2/source/controller/inc/TextDirectionListBox.hxx index e04fcca15718..766c8a95c1fb 100644 --- a/chart2/source/controller/inc/TextDirectionListBox.hxx +++ b/chart2/source/controller/inc/TextDirectionListBox.hxx @@ -27,12 +27,6 @@ namespace vcl { class Window; } namespace chart { -class TextDirectionListBox : public svx::FrameDirectionListBox -{ -public: - explicit TextDirectionListBox( vcl::Window* pParent ); -}; - class SchTextDirectionListBox : public svx::SvxFrameDirectionListBox { public: |