summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/DocumentLayoutManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/DocumentLayoutManager.hxx')
-rw-r--r--sw/source/core/inc/DocumentLayoutManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/DocumentLayoutManager.hxx b/sw/source/core/inc/DocumentLayoutManager.hxx
index 026e3c0dc9ed..c3f900fce214 100644
--- a/sw/source/core/inc/DocumentLayoutManager.hxx
+++ b/sw/source/core/inc/DocumentLayoutManager.hxx
@@ -41,8 +41,8 @@ public:
virtual SwViewShell *GetCurrentViewShell() override; //< It must be able to communicate to a SwViewShell.This is going to be removed later.
virtual void SetCurrentViewShell( SwViewShell* pNew ) override;
- virtual const SwRootFrm *GetCurrentLayout() const override;
- virtual SwRootFrm *GetCurrentLayout() override;
+ virtual const SwRootFrame *GetCurrentLayout() const override;
+ virtual SwRootFrame *GetCurrentLayout() override;
virtual bool HasLayout() const override;
virtual const SwLayouter* GetLayouter() const override;
@@ -51,7 +51,7 @@ public:
virtual SwFrameFormat* MakeLayoutFormat( RndStdIds eRequest, const SfxItemSet* pSet ) override;
virtual void DelLayoutFormat( SwFrameFormat *pFormat ) override;
- virtual SwFrameFormat* CopyLayoutFormat( const SwFrameFormat& rSrc, const SwFormatAnchor& rNewAnchor, bool bSetTextFlyAtt, bool bMakeFrms ) override;
+ virtual SwFrameFormat* CopyLayoutFormat( const SwFrameFormat& rSrc, const SwFormatAnchor& rNewAnchor, bool bSetTextFlyAtt, bool bMakeFrames ) override;
//Non Interface methods
void ClearSwLayouterEntries();