diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-02 12:03:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-02 17:56:38 +0100 |
commit | a2e533767bed88f293d2129aca9dfd9c4c60226b (patch) | |
tree | 86e3e8cdfa9d13fe546daa2bbabdd24290085b26 /sd/source/ui/view/viewshe2.cxx | |
parent | 43fadd3beaf3fbc8a402363cf1c0bbda339b2edc (diff) |
verbs can be sal_Int32 instead of tools::Long
Change-Id: I51c88b837928760c72b77de1535f7843b4fd575e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110318
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/view/viewshe2.cxx')
-rw-r--r-- | sd/source/ui/view/viewshe2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 8bfc9739e6e7..8d68fe58c017 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -627,7 +627,7 @@ void ViewShell::WriteFrameViewData() { } -bool ViewShell::ActivateObject(SdrOle2Obj* pObj, ::tools::Long nVerb) +bool ViewShell::ActivateObject(SdrOle2Obj* pObj, sal_Int32 nVerb) { ErrCode aErrCode = ERRCODE_NONE; |