summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 554e5ebc6a43..373429b4782b 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -28,7 +28,7 @@
class SfxBroadcaster;
class SwTextField;
-class SwRootFrm;
+class SwRootFrame;
class SwPostItMgr;
class SwEditWin;
namespace sw { namespace sidebarwindows {
@@ -41,7 +41,7 @@ typedef sal_Int64 SwPostItBits;
struct SwLayoutInfo
{
- const SwFrm* mpAnchorFrm;
+ const SwFrame* mpAnchorFrame;
SwRect mPosition;
// optional start of the annotation
@@ -57,7 +57,7 @@ struct SwLayoutInfo
sal_uInt16 mRedlineAuthor;
SwLayoutInfo()
- : mpAnchorFrm(nullptr)
+ : mpAnchorFrame(nullptr)
, mPosition()
, mnStartNodeIdx( 0 )
, mnStartContent( -1 )
@@ -81,9 +81,9 @@ namespace SwPostItHelper
const SwPosition& rAnchorPos,
const SwPosition* pAnnotationStartPos = nullptr );
- long getLayoutHeight( const SwRootFrm* pRoot );
- void setSidebarChanged( SwRootFrm* pRoot, bool bBrowseMode );
- unsigned long getPageInfo( SwRect& rPageFrm, const SwRootFrm* , const Point& );
+ long getLayoutHeight( const SwRootFrame* pRoot );
+ void setSidebarChanged( SwRootFrame* pRoot, bool bBrowseMode );
+ unsigned long getPageInfo( SwRect& rPageFrame, const SwRootFrame* , const Point& );
}
class SwSidebarItem