summaryrefslogtreecommitdiff
path: root/sw/inc/HandleAnchorNodeChg.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:21:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:33:36 +0100
commit695280feb90729fde1a7ecf1c409ae16f8281a46 (patch)
tree5591cb26f9546599b573ba49427b13bc5332b86f /sw/inc/HandleAnchorNodeChg.hxx
parenta930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff)
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/HandleAnchorNodeChg.hxx')
-rw-r--r--sw/inc/HandleAnchorNodeChg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx
index c25d5fbdd72a..c936bea5c6f0 100644
--- a/sw/inc/HandleAnchorNodeChg.hxx
+++ b/sw/inc/HandleAnchorNodeChg.hxx
@@ -45,9 +45,9 @@ public:
optional parameter - pointer to a fly frame of the given fly frame format,
which isn't deleted, if re-creation of fly frames is necessary.
*/
- SwHandleAnchorNodeChg( SwFlyFrameFormat& _rFlyFrameFormat,
- const SwFormatAnchor& _rNewAnchorFormat,
- SwFlyFrame const * _pKeepThisFlyFrame = nullptr );
+ SwHandleAnchorNodeChg(SwFlyFrameFormat& _rFlyFrameFormat,
+ const SwFormatAnchor& _rNewAnchorFormat,
+ SwFlyFrame const* _pKeepThisFlyFrame = nullptr);
/** calls <SwFlyFrameFormat::MakeFrames>, if re-creation of fly frames is necessary. */
~SwHandleAnchorNodeChg() COVERITY_NOEXCEPT_FALSE;
@@ -64,8 +64,8 @@ private:
SwWrtShell* mpWrtShell;
- SwHandleAnchorNodeChg( const SwHandleAnchorNodeChg& ) = delete;
- void operator=( const SwHandleAnchorNodeChg ) = delete;
+ SwHandleAnchorNodeChg(const SwHandleAnchorNodeChg&) = delete;
+ void operator=(const SwHandleAnchorNodeChg) = delete;
};
#endif