diff options
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index d1b015a772a8..1c82db956315 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -455,7 +455,7 @@ public: // Create new PaM at position. static std::shared_ptr<SwUnoCursor> NewUnoCursor(SwDoc & rDoc, - sal_uLong const nStartIdx, sal_uLong const nEndIdx); + SwNodeOffset const nStartIdx, SwNodeOffset const nEndIdx); // If applicable copy a local file into internet. bool CopyLocalFileToINet( OUString& rFileNm ); |