diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-15 04:00:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-15 10:13:34 +0200 |
commit | 9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch) | |
tree | bdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /include | |
parent | 04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff) |
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91
Reviewed-on: https://gerrit.libreoffice.org/36556
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/docfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfile.hxx b/include/sfx2/docfile.hxx index c695a127b4f8..5727d9a372ea 100644 --- a/include/sfx2/docfile.hxx +++ b/include/sfx2/docfile.hxx @@ -178,7 +178,7 @@ public: SAL_WARN_UNUSED_RESULT bool IsReadOnly() const; // Whether the medium had originally been opened r/o (either because it is - // "physically" r/o, or because it was requested to be opended r/o, + // "physically" r/o, or because it was requested to be opened r/o, // independent of later changes via SetOpenMode; used to keep track of the // "true" state of the medium across toggles via SID_EDITDOC (which do // change SetOpenMode): |