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
d947fb8a
Kaydet (Commit)
d947fb8a
authored
Ock 24, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: "defined but not used" for stuff bypassed for Android
üst
2727a29e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app.cxx
desktop/source/app/app.cxx
+8
-0
userinstall.cxx
desktop/source/app/userinstall.cxx
+2
-1
No files found.
desktop/source/app/app.cxx
Dosyayı görüntüle @
d947fb8a
...
@@ -130,7 +130,10 @@ namespace desktop
...
@@ -130,7 +130,10 @@ namespace desktop
static
oslSignalHandler
pSignalHandler
=
0
;
static
oslSignalHandler
pSignalHandler
=
0
;
static
sal_Bool
_bCrashReporterEnabled
=
sal_True
;
static
sal_Bool
_bCrashReporterEnabled
=
sal_True
;
#ifndef ANDROID
static
::
rtl
::
OUString
getBrandSharePreregBundledPathURL
();
static
::
rtl
::
OUString
getBrandSharePreregBundledPathURL
();
#endif
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
ResMgr
*
Desktop
::
GetDesktopResManager
()
ResMgr
*
Desktop
::
GetDesktopResManager
()
...
@@ -355,6 +358,8 @@ void ReplaceStringHookProc( UniString& rStr )
...
@@ -355,6 +358,8 @@ void ReplaceStringHookProc( UniString& rStr )
static
const
char
pLastSyncFileName
[]
=
"lastsynchronized"
;
static
const
char
pLastSyncFileName
[]
=
"lastsynchronized"
;
static
const
sal_Int32
nStrLenLastSync
=
16
;
static
const
sal_Int32
nStrLenLastSync
=
16
;
#ifndef ANDROID
static
bool
needsSynchronization
(
static
bool
needsSynchronization
(
::
rtl
::
OUString
const
&
baseSynchronizedURL
,
::
rtl
::
OUString
const
&
userSynchronizedURL
)
::
rtl
::
OUString
const
&
baseSynchronizedURL
,
::
rtl
::
OUString
const
&
userSynchronizedURL
)
{
{
...
@@ -462,6 +467,9 @@ static ::rtl::OUString getLastSyncFileURLFromUserInstallation()
...
@@ -462,6 +467,9 @@ static ::rtl::OUString getLastSyncFileURLFromUserInstallation()
return
aTmp
.
makeStringAndClear
();
return
aTmp
.
makeStringAndClear
();
}
}
#endif
//Checks if the argument src is the folder of the help or configuration
//Checks if the argument src is the folder of the help or configuration
//backend in the prereg folder
//backend in the prereg folder
static
bool
excludeTmpFilesAndFolders
(
const
rtl
::
OUString
&
src
)
static
bool
excludeTmpFilesAndFolders
(
const
rtl
::
OUString
&
src
)
...
...
desktop/source/app/userinstall.cxx
Dosyayı görüntüle @
d947fb8a
...
@@ -216,6 +216,7 @@ namespace desktop {
...
@@ -216,6 +216,7 @@ namespace desktop {
return
err
;
return
err
;
}
}
#ifndef ANDROID
static
const
char
*
pszSrcList
[]
=
{
static
const
char
*
pszSrcList
[]
=
{
"/presets"
,
"/presets"
,
NULL
NULL
...
@@ -224,7 +225,7 @@ namespace desktop {
...
@@ -224,7 +225,7 @@ namespace desktop {
"/user"
,
"/user"
,
NULL
NULL
};
};
#endif
static
UserInstall
::
UserInstallError
create_user_install
(
OUString
&
aUserPath
)
static
UserInstall
::
UserInstallError
create_user_install
(
OUString
&
aUserPath
)
{
{
...
...
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