summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/frmmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-24 15:21:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-24 18:55:43 +0100
commit493a714d4a62f78a4726d09d3258c425939c94c3 (patch)
tree67e79f9709451ee9767867d26ee0c245fc04a234 /sw/source/uibase/inc/frmmgr.hxx
parent46eb2fa586b683858dc35cc535e0f30108b1cdbe (diff)
pass SwFormatAnchor to SwFEShell::CalcBoundRect
part of the process of making SwFormatAnchor not use an SwPosition (because SwFormatAnchor does weird does with the internals of an SwPosition) Change-Id: I1694ae83070082f10699aa7b3bd2a043c518d0c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143227 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/frmmgr.hxx')
-rw-r--r--sw/source/uibase/inc/frmmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/frmmgr.hxx b/sw/source/uibase/inc/frmmgr.hxx
index 9368766e43a3..c5ac8eba3edd 100644
--- a/sw/source/uibase/inc/frmmgr.hxx
+++ b/sw/source/uibase/inc/frmmgr.hxx
@@ -115,7 +115,7 @@ public:
// check and change metrics
void ValidateMetrics(SvxSwFrameValidation& rVal,
- const SwPosition* pToCharContentPos,
+ const SwFormatAnchor* pToCharContentPos,
bool bOnlyPercentRefValue = false);
void DelAttr(sal_uInt16 nId);