summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/fontworkbar.hxx2
-rw-r--r--include/svx/fontworkgallery.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fontworkbar.hxx b/include/svx/fontworkbar.hxx
index c9f0b78bb17a..678ae8903cb7 100644
--- a/include/svx/fontworkbar.hxx
+++ b/include/svx/fontworkbar.hxx
@@ -48,7 +48,7 @@ public:
FontworkBar(SfxViewShell* pViewShell);
virtual ~FontworkBar() override;
- static void execute( SdrView* pSdrView, SfxRequest const & rReq, SfxBindings& rBindings );
+ static void execute( SdrView& rSdrView, SfxRequest const & rReq, SfxBindings& rBindings );
static void getState( SdrView const * pSdrView, SfxItemSet& rSet );
};
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx
index 610b0ad96452..0c04001cd8f7 100644
--- a/include/svx/fontworkgallery.hxx
+++ b/include/svx/fontworkgallery.hxx
@@ -51,7 +51,7 @@ public:
class SAL_WARN_UNUSED SVX_DLLPUBLIC FontWorkGalleryDialog : public weld::GenericDialogController
{
sal_uInt16 mnThemeId;
- SdrView* mpSdrView;
+ SdrView& mrSdrView;
SdrObject** mppSdrObject;
SdrModel* mpDestModel;
@@ -70,7 +70,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC FontWorkGalleryDialog : public weld::Generic
DECL_LINK(ClickOKHdl, weld::Button&, void );
public:
- FontWorkGalleryDialog(weld::Window* pParent, SdrView* pView);
+ FontWorkGalleryDialog(weld::Window* pParent, SdrView& rView);
virtual ~FontWorkGalleryDialog() override;
// SJ: if the SdrObject** is set, the SdrObject is not inserted into the page when executing the dialog