summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/copydlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/copydlg.hxx')
-rw-r--r--sd/source/ui/inc/copydlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/inc/copydlg.hxx b/sd/source/ui/inc/copydlg.hxx
index e6a114c15fcb..3f95cf2e12d1 100644
--- a/sd/source/ui/inc/copydlg.hxx
+++ b/sd/source/ui/inc/copydlg.hxx
@@ -25,8 +25,8 @@
class ColorListBox;
-namespace sd {
-
+namespace sd
+{
class View;
/**
@@ -38,13 +38,13 @@ public:
CopyDlg(weld::Window* pWindow, const SfxItemSet& rInAttrs, ::sd::View* pView);
virtual ~CopyDlg() override;
- void GetAttr( SfxItemSet& rOutAttrs );
+ void GetAttr(SfxItemSet& rOutAttrs);
void Reset();
private:
- const SfxItemSet& mrOutAttrs;
- Fraction maUIScale;
- ::sd::View* mpView;
+ const SfxItemSet& mrOutAttrs;
+ Fraction maUIScale;
+ ::sd::View* mpView;
std::unique_ptr<weld::SpinButton> m_xNumFldCopies;
std::unique_ptr<weld::Button> m_xBtnSetViewData;