summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-06-09 17:28:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-06-11 14:54:14 +0200
commitb1fe17f280b24e78e7ee55d4762dc64a98d6f302 (patch)
tree819aecb52d9c92a3cf6b640c52da8cfcf6a077fa /sc/source/ui/docshell/docsh4.cxx
parent51178765e8afe33ebbb2016219cff869d88ca07f (diff)
Simplify Sequences initializations (sc)
Change-Id: I0c581b3a900a6b89c0f4e203310d65600545987f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116929 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index 9276a57ecfc6..f3eca38a7da9 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -1395,8 +1395,7 @@ bool ScDocShell::ExecuteChangeProtectionDialog( bool bJustQueryIfProtected )
if ( bJustQueryIfProtected )
bDone = true;
else
- pChangeTrack->SetProtection(
- css::uno::Sequence< sal_Int8 > (0) );
+ pChangeTrack->SetProtection( {} );
}
else
{