Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
c74cb014
Kaydet (Commit)
c74cb014
authored
Mar 29, 2011
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cosmetic comments change regarding using --xxx instead of -xxx
üst
84a75d7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LoadDocument.java
framework/qa/complex/broken_document/LoadDocument.java
+1
-1
autorecovery.cxx
framework/source/services/autorecovery.cxx
+2
-2
No files found.
framework/qa/complex/broken_document/LoadDocument.java
Dosyayı görüntüle @
c74cb014
...
@@ -62,7 +62,7 @@ public class LoadDocument {
...
@@ -62,7 +62,7 @@ public class LoadDocument {
// }
// }
/**
/**
* Start Office with "-headless" parameter, then
* Start Office with "-
-
headless" parameter, then
* load the broken document "dbf.dbf.emf", that brings a message box up in
* load the broken document "dbf.dbf.emf", that brings a message box up in
* the ui, see if the headless mode of SOffice changes.
* the ui, see if the headless mode of SOffice changes.
*/
*/
...
...
framework/source/services/autorecovery.cxx
Dosyayı görüntüle @
c74cb014
...
@@ -840,7 +840,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven
...
@@ -840,7 +840,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven
WriteGuard
aWriteLock
(
m_aLock
);
WriteGuard
aWriteLock
(
m_aLock
);
// Changes of the configuration must be ignored if AutoSave/Recovery was disabled for this
// Changes of the configuration must be ignored if AutoSave/Recovery was disabled for this
// office session. That can happen if e.g. the command line arguments "-
norestore" or "
-headless"
// office session. That can happen if e.g. the command line arguments "-
-norestore" or "-
-headless"
// was set.
// was set.
if
((
m_eJob
&
AutoRecovery
::
E_DISABLE_AUTORECOVERY
)
==
AutoRecovery
::
E_DISABLE_AUTORECOVERY
)
if
((
m_eJob
&
AutoRecovery
::
E_DISABLE_AUTORECOVERY
)
==
AutoRecovery
::
E_DISABLE_AUTORECOVERY
)
return
;
return
;
...
@@ -1530,7 +1530,7 @@ IMPL_LINK(AutoRecovery, implts_timerExpired, void*, EMPTYARG)
...
@@ -1530,7 +1530,7 @@ IMPL_LINK(AutoRecovery, implts_timerExpired, void*, EMPTYARG)
implts_stopTimer
();
implts_stopTimer
();
// The timer must be ignored if AutoSave/Recovery was disabled for this
// The timer must be ignored if AutoSave/Recovery was disabled for this
// office session. That can happen if e.g. the command line arguments "-
norestore" or "
-headless"
// office session. That can happen if e.g. the command line arguments "-
-norestore" or "-
-headless"
// was set. But normaly the timer was disabled if recovery was disabled ...
// was set. But normaly the timer was disabled if recovery was disabled ...
// But so we are more "safe" .-)
// But so we are more "safe" .-)
// SAFE -> ----------------------------------
// SAFE -> ----------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment