summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-05 18:15:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-05 18:15:30 +0100
commite5992c481c01f6c85e43192ef83e384a035d9bf1 (patch)
tree7ea078f97a6080eb9d17e5e35ee72461b7457597 /sd/inc
parent5f2e9679b1a676d54c9efc8fd0c2dae25015cfd9 (diff)
loplugin:cstylecast, involving pointer to incomplete type
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdabstdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx
index 6120b20a0113..2c7932c49a7f 100644
--- a/sd/inc/sdabstdlg.hxx
+++ b/sd/inc/sdabstdlg.hxx
@@ -34,6 +34,7 @@
namespace sd {
class View;
+ class ViewShell;
class DrawDocShell;
class DrawView;
}
@@ -56,7 +57,6 @@ class SdResId;
namespace vcl { class Window; }
class SdPage;
class TabPage;
-class ViewShell;
class SdCustomShowList;
class AbstractCopyDlg : public VclAbstractDialog
@@ -200,7 +200,7 @@ public:
SdDrawDocument* pDoc,
SdPage* ) = 0;
- virtual AbstractHeaderFooterDialog* CreateHeaderFooterDialog( ViewShell* pViewShell,
+ virtual AbstractHeaderFooterDialog* CreateHeaderFooterDialog( sd::ViewShell* pViewShell,
vcl::Window* pParent,
SdDrawDocument* pDoc,
SdPage* pCurrentPage ) = 0;