diff options
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 5b4f3319ca05..6bc06b60507c 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -25,6 +25,7 @@ #include <vcl/vclptr.hxx> #include <tools/solar.h> #include "SidebarWindowsTypes.hxx" +#include "nodeoffset.hxx" class SfxBroadcaster; class SwRootFrame; @@ -43,7 +44,7 @@ struct SwLayoutInfo SwRect mPosition; // optional start of the annotation - sal_uLong mnStartNodeIdx; + SwNodeOffset mnStartNodeIdx; sal_Int32 mnStartContent; SwRect mPageFrame; |