summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/IDocumentLayoutAccess.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/IDocumentLayoutAccess.hxx b/sw/inc/IDocumentLayoutAccess.hxx
index 23f465f36f5f..3472ac9ba4b0 100644
--- a/sw/inc/IDocumentLayoutAccess.hxx
+++ b/sw/inc/IDocumentLayoutAccess.hxx
@@ -47,22 +47,14 @@ public:
*/
virtual void SetCurrentViewShell( SwViewShell* pNew ) = 0;
- /**
- */
virtual SwFrameFormat* MakeLayoutFormat( RndStdIds eRequest, const SfxItemSet* pSet ) = 0;
- /**
- */
virtual SwLayouter* GetLayouter() = 0;
virtual const SwLayouter* GetLayouter() const = 0;
virtual void SetLayouter( SwLayouter* pNew ) = 0;
- /**
- */
virtual void DelLayoutFormat( SwFrameFormat *pFormat ) = 0;
- /**
- */
virtual SwFrameFormat* CopyLayoutFormat( const SwFrameFormat& rSrc, const SwFormatAnchor& rNewAnchor,
bool bSetTextFlyAtt, bool bMakeFrames ) = 0;