summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdpreslt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/sdpreslt.hxx')
-rw-r--r--sd/source/ui/inc/sdpreslt.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/inc/sdpreslt.hxx b/sd/source/ui/inc/sdpreslt.hxx
index db744714ce35..014c7c5e418d 100644
--- a/sd/source/ui/inc/sdpreslt.hxx
+++ b/sd/source/ui/inc/sdpreslt.hxx
@@ -40,7 +40,6 @@ class SfxItemSet;
namespace sd {
class DrawDocShell;
-class ViewShell;
}
@@ -51,7 +50,6 @@ class SdPresLayoutDlg
public:
SdPresLayoutDlg(
::sd::DrawDocShell* pDocShell,
- ::sd::ViewShell* pViewShell,
::Window* pWindow,
const SfxItemSet& rInAttrs);
@@ -64,7 +62,6 @@ public:
private:
::sd::DrawDocShell* mpDocSh;
- ::sd::ViewShell* mpViewSh;
FixedText maFtLayout;
ValueSet maVS;
OKButton maBtnOK;