diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-02 15:53:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-03 09:07:36 +0200 |
commit | 68e213319f2a3ee2f90e7bfccae8e5e13492d357 (patch) | |
tree | 44ef8a6d927420111ddea01975dfcdc25556ad55 /sw | |
parent | 0d7f5e060663cb747b0dc50bb76c162484e4dae4 (diff) |
remove empty comments
found with:
git ls-files | xargs grep -Pzl '/\*\*
(\*|\s|
)*\*/'
Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597
Reviewed-on: https://gerrit.libreoffice.org/37159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/IDocumentLayoutAccess.hxx | 8 |
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; |