summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_View3D.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/dlg_View3D.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_View3D.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/dlg_View3D.hxx b/chart2/source/controller/inc/dlg_View3D.hxx
index a4c9e876ae65..e31668e01f38 100644
--- a/chart2/source/controller/inc/dlg_View3D.hxx
+++ b/chart2/source/controller/inc/dlg_View3D.hxx
@@ -21,7 +21,10 @@
#include <vcl/weld.hxx>
#include <ControllerLockGuard.hxx>
-namespace com::sun::star::frame { class XModel; }
+namespace com::sun::star::frame
+{
+class XModel;
+}
namespace chart
{
@@ -32,7 +35,7 @@ class ThreeD_SceneIllumination_TabPage;
class View3DDialog : public weld::GenericDialogController
{
public:
- View3DDialog(weld::Window* pWindow, const css::uno::Reference<css::frame::XModel> & xChartModel);
+ View3DDialog(weld::Window* pWindow, const css::uno::Reference<css::frame::XModel>& xChartModel);
virtual ~View3DDialog() override;
virtual short run() override;
@@ -40,7 +43,7 @@ public:
private:
DECL_LINK(ActivatePageHdl, const OString&, void);
- ControllerLockHelper m_aControllerLocker;
+ ControllerLockHelper m_aControllerLocker;
static sal_uInt16 m_nLastPageId;