diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-05 14:39:00 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-07 19:12:57 +0200 |
commit | 72deb65aaf5c97a955c0606c9389940735ab32a0 (patch) | |
tree | b440e146fa111f1611d2a57a6e02d5b419657e67 /sd/source | |
parent | ff33c443c06cbe9a0f245f5598d4484be90f6df9 (diff) |
Fix typo
Change-Id: Idefeaeb8dbe53f6709d2f9655c2bbcd1486632cc
Reviewed-on: https://gerrit.libreoffice.org/71921
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx index 830da53ba3d5..ac3b4478d63e 100644 --- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx +++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx @@ -114,7 +114,7 @@ private: void LoadPersistentValues(); /** Save the list of recently used master pages to the registry to make - it presistent. + it persistent. */ void SavePersistentValues(); |