summaryrefslogtreecommitdiff
path: root/sw/inc/HandleAnchorNodeChg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/HandleAnchorNodeChg.hxx')
-rw-r--r--sw/inc/HandleAnchorNodeChg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx
index cba6d26e545d..8261c86c16d6 100644
--- a/sw/inc/HandleAnchorNodeChg.hxx
+++ b/sw/inc/HandleAnchorNodeChg.hxx
@@ -21,7 +21,7 @@
class SwFlyFrameFormat;
class SwFormatAnchor;
-class SwFlyFrm;
+class SwFlyFrame;
// helper class to track change of anchor node of at-paragraph respectively
// at-character anchored fly frames
@@ -43,15 +43,15 @@ public:
@param _rNewAnchorFormat
new anchor attribute, which will be applied at the given fly frame format
- @param _pKeepThisFlyFrm
+ @param _pKeepThisFlyFrame
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,
- SwFlyFrm* _pKeepThisFlyFrm = nullptr );
+ SwFlyFrame* _pKeepThisFlyFrame = nullptr );
- /** calls <SwFlyFrameFormat::MakeFrms>, if re-creation of fly frames is necessary.
+ /** calls <SwFlyFrameFormat::MakeFrames>, if re-creation of fly frames is necessary.
@author OD
*/