diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 20:19:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 20:22:18 +0100 |
commit | 61533b8c54077bf1aa203f503e271037b6553411 (patch) | |
tree | cca699b68ee2a89fb36371edeca948c909b97ba1 /sw/inc/crsrsh.hxx | |
parent | ffe5c9ce94234971a8c2081610842a2542f5cfb8 (diff) |
Resolves: fdo#65743 MovePara gets stuck on hidden para fields
Change-Id: I03b26aaa9be491e760335185c5a9ffd5d04990bb
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index d38329f44954..a652acc076c0 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -258,6 +258,8 @@ private: SW_DLLPRIVATE short GetTextDirection( const Point* pPt = 0 ) const; + SW_DLLPRIVATE bool isInHiddenTxtFrm(SwShellCrsr* pShellCrsr); + typedef sal_Bool (SwCursor:: *FNCrsr)(); SW_DLLPRIVATE sal_Bool CallCrsrFN( FNCrsr ); |