summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-27 20:17:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-28 21:10:52 +0200
commite3aad392609d50d7535c9f3228878a5a0fb1984a (patch)
treeb88c0e943dc689c3abb25ac6d07191e676b5964e /include/dbaccess
parentuse more fast-parser in SvXMLNumFormatContext (diff)
downloadcore-e3aad392609d50d7535c9f3228878a5a0fb1984a.tar.gz
core-e3aad392609d50d7535c9f3228878a5a0fb1984a.zip
move FixedLine into .ui
Change-Id: Ibc22de48f1ef92d8efbe0167aff3a434ecef9afb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101503 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/dataview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index bd2b6146b4d8..e6f47a351a6f 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -38,7 +38,6 @@ namespace svt {
class AcceleratorExecute;
}
-class FixedLine;
class NotifyEvent;
namespace tools { class Rectangle; }
@@ -51,7 +50,6 @@ namespace dbaui
protected:
rtl::Reference<IController> m_xController; // the controller where we reside in
- VclPtr<FixedLine> m_aSeparator;
::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel;
public: