summaryrefslogtreecommitdiffstats
path: root/sw/inc/IDocumentLayoutAccess.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-26 19:50:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-26 20:03:50 +0200
commitee3189489c0205ec221fbc907a01c711b58fc42e (patch)
tree1cd2fd05e3518d9484b11f0fc29b6e458a629338 /sw/inc/IDocumentLayoutAccess.hxx
parentfix warnings in gtksalframe (diff)
downloadcore-ee3189489c0205ec221fbc907a01c711b58fc42e.tar.gz
core-ee3189489c0205ec221fbc907a01c711b58fc42e.zip
sw: ViewShell -> SwViewShell rename
It's a public class, so it should have the 'Sw' prefix. Change-Id: I0040c1cc37ffcba7fc5f58b71c86f4a7cb0bfce4
Diffstat (limited to 'sw/inc/IDocumentLayoutAccess.hxx')
-rw-r--r--sw/inc/IDocumentLayoutAccess.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/IDocumentLayoutAccess.hxx b/sw/inc/IDocumentLayoutAccess.hxx
index fc9bb5c689ba..feccc26082ab 100644
--- a/sw/inc/IDocumentLayoutAccess.hxx
+++ b/sw/inc/IDocumentLayoutAccess.hxx
@@ -22,7 +22,7 @@
#include <swtypes.hxx>
-class ViewShell;
+class SwViewShell;
class SwRootFrm;
class SwFrmFmt;
class SfxItemSet;
@@ -37,15 +37,15 @@ public:
/** Returns the layout set at the document.
*/
- virtual const ViewShell* GetCurrentViewShell() const = 0;
- virtual ViewShell* GetCurrentViewShell() = 0;
+ virtual const SwViewShell* GetCurrentViewShell() const = 0;
+ virtual SwViewShell* GetCurrentViewShell() = 0;
virtual const SwRootFrm* GetCurrentLayout() const = 0;
virtual SwRootFrm* GetCurrentLayout() = 0;
virtual bool HasLayout() const = 0;
/** !!!The old layout must be deleted!!!
*/
- virtual void SetCurrentViewShell( ViewShell* pNew ) = 0;
+ virtual void SetCurrentViewShell( SwViewShell* pNew ) = 0;
/**
*/