diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-01 15:19:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-10 07:22:21 +0100 |
commit | 5cd672ee291f47ff0f5ea9cba828639a41ae40a7 (patch) | |
tree | af2eae6fd2470ca93f7ee8c43866c6fb0bc245b1 /include | |
parent | ea3b18ad18829db26cc32a320af992a1e760d28d (diff) |
Fixed function name
It passed "make check"
Change-Id: I0828ea2c2531cb970f32581333776f02a46a8d5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129314
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 7440674d6656..c44a56b858da 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -329,7 +329,7 @@ public: void SaveChildren(bool bObjectsOnly=false); bool SaveAsChildren( SfxMedium &rMedium ); - bool SwitchChildrenPersistance( + bool SwitchChildrenPersistence( const css::uno::Reference< css::embed::XStorage >& xStorage, bool bForceNonModified = false ); bool SaveCompletedChildren(); |