diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 15:36:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 10:05:45 +0000 |
commit | 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch) | |
tree | f4e9328c9563e9cb55fa2469108b2c28b3aec89d /svx | |
parent | 6b9498c65b0a549e97c287439131759aac3abc1b (diff) |
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253
Reviewed-on: https://gerrit.libreoffice.org/35406
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index b3358636ce70..8e45a9390cae 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -452,8 +452,8 @@ void SAL_CALL RecoveryCore::statusChanged(const css::frame::FeatureStateEvent& a INetURLObject aURL(sURL); aNew.StandardImage = SvFileInformationManager::GetFileImage(aURL); - /* set the right UI state for this item to NOT_RECOVERED_YET ... because nDocState shows the state of - the last emergency save operation before and is interessting for the used recovery core service only ... + /* set the right UI state for this item to NOT_RECOVERED_YET... because nDocState shows the state of + the last emergency save operation before and is interesting for the used recovery core service only... for now! But if there is a further notification for this item (see lines above!) we must map the doc state to an UI state. */ aNew.RecoveryState = E_NOT_RECOVERED_YET; |