[Libreoffice-commits] core.git: svx/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 3 07:28:01 UTC 2021
svx/source/inc/fmshimp.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d596bedd1c4aa27549fe9dda5112c67bdfc8c7fb
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Mon Aug 2 20:01:03 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Aug 3 09:27:29 2021 +0200
tools::Long->sal_Int16 in FmXFormShell
m_arrRelativeGridColumn is set from FmFoundRecordInformation.nFieldPos
which is sal_Int16
Change-Id: Ifd3d72f8aa34d0d574d1b9fc2cbe755c32952b4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119911
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index f347e6cd2e7b..295a73c43ecb 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -180,7 +180,7 @@ class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) FmXFormShell final : public FmXFormShe
// since I want to mark an SdrObject when searching for the treatment of the "found",
// I get all relevant objects before yanking up of the search dialog
// (the array is thus only valid during the search process)
- std::vector<tools::Long> m_arrRelativeGridColumn;
+ std::vector<sal_Int16> m_arrRelativeGridColumn;
::osl::Mutex m_aMutex;
ImplSVEvent * m_nInvalidationEvent;
More information about the Libreoffice-commits
mailing list