diff options
Diffstat (limited to 'sd/source/ui/inc/OutlineBulletDlg.hxx')
-rw-r--r-- | sd/source/ui/inc/OutlineBulletDlg.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/inc/OutlineBulletDlg.hxx b/sd/source/ui/inc/OutlineBulletDlg.hxx index 8542e79d7ac5..b7d8555c48fd 100644 --- a/sd/source/ui/inc/OutlineBulletDlg.hxx +++ b/sd/source/ui/inc/OutlineBulletDlg.hxx @@ -22,8 +22,8 @@ #include <sfx2/tabdlg.hxx> -namespace sd { - +namespace sd +{ class View; /** @@ -33,18 +33,18 @@ class OutlineBulletDlg : public SfxTabDialogController { public: OutlineBulletDlg(weld::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView); - virtual ~OutlineBulletDlg () override; + virtual ~OutlineBulletDlg() override; const SfxItemSet* GetBulletOutputItemSet() const; protected: - virtual void PageCreated(const OString& rId, SfxTabPage &rPage) override; + virtual void PageCreated(const OString& rId, SfxTabPage& rPage) override; private: SfxItemSet m_aInputSet; std::unique_ptr<SfxItemSet> m_xOutputSet; bool m_bTitle; - ::sd::View *m_pSdView; + ::sd::View* m_pSdView; }; } // end of namespace sd |