summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentLayoutAccess.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:14:13 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 15:19:17 +0300
commita537db8762d93009651d48b9b6a1782eaa842866 (patch)
tree4372fcf354b9cb0e9b881aac07e8d17bb6984b34 /sw/inc/IDocumentLayoutAccess.hxx
parented445d95eda257aef5efeb4ed55ceb43a00b8343 (diff)
Bin useless swmod comments
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
Diffstat (limited to 'sw/inc/IDocumentLayoutAccess.hxx')
-rw-r--r--sw/inc/IDocumentLayoutAccess.hxx6
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;
/**
*/