diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-04 16:42:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-08-04 22:40:48 +0200 |
commit | f7197e574cdbd7410fcadab1632bcce2626dca5a (patch) | |
tree | d7d2f9563037bc647db25aa0704b5a6ced1cca8c /sw/inc/postithelper.hxx | |
parent | 59471bb949e8d8d64023b17136921f59e0bf705e (diff) |
simplify IMark hierarchy (6)
merge IMark into MarkBase
Change-Id: I5d3c648c950f97497c96912c25081906de434056
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171464
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index f55d64d39a99..e9d30a3d854d 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -33,7 +33,7 @@ class SwEditWin; class SwFrame; class IDocumentRedlineAccess; namespace sw::annotation { class SwAnnotationWin; } -namespace sw::mark { class IMark; } +namespace sw::mark { class MarkBase; } struct SwPosition; @@ -84,7 +84,7 @@ namespace SwPostItHelper SwLayoutStatus getLayoutInfos( SwLayoutInfo& o_rInfo, const SwPosition& rAnchorPos, - const sw::mark::IMark* pAnnotationMark = nullptr ); + const sw::mark::MarkBase* pAnnotationMark = nullptr ); tools::Long getLayoutHeight( const SwRootFrame* pRoot ); void setSidebarChanged( SwRootFrame* pRoot, bool bBrowseMode ); |