diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-07-29 10:07:33 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-07-29 10:07:33 +0900 |
commit | b4e3c29f8aab725b71e76a4b6387134cf6241d11 (patch) | |
tree | 11acb67af88027fc6444382d1c371a579068c8c9 /sfx2 | |
parent | 4bd54da67439112cce7811c91c5c039fa7aa42f0 (diff) |
Fix typo: completelly -> completely
Change-Id: I566c5554bf32ea18121c5a186365b97c91667c5d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 9b25e14f212e..15fd9db9d098 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -1917,7 +1917,7 @@ bool SfxObjectShell::DoSaveObjectAs( SfxMedium& rMedium, bool bCommit ) } -// TODO/LATER: may be the call must be removed completelly +// TODO/LATER: may be the call must be removed completely bool SfxObjectShell::DoSaveAs( SfxMedium& rMedium ) { // here only root storages are included, which are stored via temp file |