diff options
Diffstat (limited to 'sw/inc/IDocumentLayoutAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentLayoutAccess.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentLayoutAccess.hxx b/sw/inc/IDocumentLayoutAccess.hxx index 005385f749b2..fc9bb5c689ba 100644 --- a/sw/inc/IDocumentLayoutAccess.hxx +++ b/sw/inc/IDocumentLayoutAccess.hxx @@ -38,14 +38,14 @@ public: /** Returns the layout set at the document. */ virtual const ViewShell* GetCurrentViewShell() const = 0; - virtual ViewShell* GetCurrentViewShell() = 0; //swmod 071107//swmod 071225 + virtual ViewShell* GetCurrentViewShell() = 0; virtual const SwRootFrm* GetCurrentLayout() const = 0; - virtual SwRootFrm* GetCurrentLayout() = 0; //swmod 080218 + virtual SwRootFrm* GetCurrentLayout() = 0; virtual bool HasLayout() const = 0; /** !!!The old layout must be deleted!!! */ - virtual void SetCurrentViewShell( ViewShell* pNew ) = 0; //swmod 071107//swmod 071225 + virtual void SetCurrentViewShell( ViewShell* pNew ) = 0; /** */ |