summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
authorShubham Verma <lifemeansmore008@gmail.com>2018-02-23 00:21:07 +0530
committerMichael Stahl <mstahl@redhat.com>2018-02-27 17:51:42 +0100
commit0b49701fa5c22abba6b9b4a60ddd2720973dd858 (patch)
treefe3feb78388d8e6bf05f3a3f6378d7361595b54b /basctl/source/basicide/baside2b.cxx
parent49c3bab770ea579d96aa3ea79e1d4ff304f42334 (diff)
tdf#114441 sal_uLong to better integer types
Change-Id: I55b45821cf67a99f97ba067a3d4923d76c19696e Reviewed-on: https://gerrit.libreoffice.org/50204 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 06604ba9c0b6..a506a68e40b3 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -204,7 +204,7 @@ private:
class EditorWindow::ProgressInfo : public SfxProgress
{
public:
- ProgressInfo (SfxObjectShell* pObjSh, OUString const& rText, sal_uLong nRange) :
+ ProgressInfo (SfxObjectShell* pObjSh, OUString const& rText, sal_uInt32 nRange) :
SfxProgress(pObjSh, rText, nRange),
nCurState(0)
{ }
@@ -1304,7 +1304,7 @@ void EditorWindow::ParagraphInsertedDeleted( sal_uLong nPara, bool bInserted )
}
}
-void EditorWindow::CreateProgress( const OUString& rText, sal_uLong nRange )
+void EditorWindow::CreateProgress( const OUString& rText, sal_uInt32 nRange )
{
DBG_ASSERT( !pProgress, "ProgressInfo exists already" );
pProgress.reset(new ProgressInfo(