diff options
Diffstat (limited to 'sfx2/source/appl/fileobj.cxx')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index 41af9a85031e..fe4d1e463119 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -325,7 +325,7 @@ void SvFileObject::Edit(weld::Window* pParent, sfx2::SvBaseLink* pLink, const Li IMPL_LINK_NOARG( SvFileObject, LoadGrfReady_Impl, void*, void ) { - // When we come form here there it can not be an error no more. + // When we come from here there it can not be an error no more. bLoadError = false; bWaitForData = false; |