diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-17 12:39:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-18 12:18:59 +0200 |
commit | 2ff43210210492fb5b656eb60262163c6fe62b64 (patch) | |
tree | 50485ddb8d75eae5d5ea76d396feb6e71886cc9c /dbaccess | |
parent | be3b1a8393ca3e77f31bea5d9caa7271fd53e9e4 (diff) |
remove newly unused ExtMultiLineEdit
Change-Id: If9a1639d28aa7a540f301657387a04309ba82580
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100873
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/DocumentInfoPreview.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/DocumentInfoPreview.hxx b/dbaccess/source/ui/app/DocumentInfoPreview.hxx index 2cacb741937e..44fbbba1d3de 100644 --- a/dbaccess/source/ui/app/DocumentInfoPreview.hxx +++ b/dbaccess/source/ui/app/DocumentInfoPreview.hxx @@ -24,8 +24,6 @@ namespace com :: sun :: star :: uno { template <typename > class Reference; } -class ExtMultiLineEdit; - namespace com::sun::star { namespace document { class XDocumentProperties; } namespace util { struct DateTime; } |