summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/Navigator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/Navigator.hxx')
-rw-r--r--reportdesign/source/ui/inc/Navigator.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/reportdesign/source/ui/inc/Navigator.hxx b/reportdesign/source/ui/inc/Navigator.hxx
index eed3e529c00d..f201472147f5 100644
--- a/reportdesign/source/ui/inc/Navigator.hxx
+++ b/reportdesign/source/ui/inc/Navigator.hxx
@@ -19,15 +19,19 @@
#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_NAVIGATOR_HXX
#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_NAVIGATOR_HXX
+#include <com/sun/star/report/XReportDefinition.hpp>
#include <vcl/weld.hxx>
#include <memory>
+
namespace rptui
{
+ class NavigatorTree;
class OReportController;
- class ONavigatorImpl;
class ONavigator : public weld::GenericDialogController
{
- ::std::unique_ptr<ONavigatorImpl> m_pImpl;
+ css::uno::Reference< css::report::XReportDefinition> m_xReport;
+ std::unique_ptr<NavigatorTree> m_xNavigatorTree;
+
ONavigator(const ONavigator&) = delete;
void operator =(const ONavigator&) = delete;