summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
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: