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
c570e6d5
Kaydet (Commit)
c570e6d5
authored
Haz 05, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some clean up
Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1
üst
0e89a49f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
dialog.cxx
vcl/source/window/dialog.cxx
+2
-6
No files found.
vcl/source/window/dialog.cxx
Dosyayı görüntüle @
c570e6d5
...
@@ -478,8 +478,6 @@ Dialog::Dialog( WindowType nType )
...
@@ -478,8 +478,6 @@ Dialog::Dialog( WindowType nType )
ImplInitDialogData
();
ImplInitDialogData
();
}
}
#define RELPATH_SHARE_LAYER OUString("soffice.cfg")
OUString
VclBuilderContainer
::
getUIRootDir
()
OUString
VclBuilderContainer
::
getUIRootDir
()
{
{
/*to-do, check if user config has an override before using shared one, etc*/
/*to-do, check if user config has an override before using shared one, etc*/
...
@@ -494,12 +492,10 @@ OUString VclBuilderContainer::getUIRootDir()
...
@@ -494,12 +492,10 @@ OUString VclBuilderContainer::getUIRootDir()
sShareLayer
=
sShareLayer
.
copy
(
0
,
nPos
);
sShareLayer
=
sShareLayer
.
copy
(
0
,
nPos
);
// Note: May be an user uses URLs without a final slash! Check it ...
// Note: May be an user uses URLs without a final slash! Check it ...
nPos
=
sShareLayer
.
lastIndexOf
(
'/'
);
if
(
!
sShareLayer
.
endsWith
(
"/"
))
if
(
nPos
!=
sShareLayer
.
getLength
()
-
1
)
sShareLayer
+=
"/"
;
sShareLayer
+=
"/"
;
sShareLayer
+=
RELPATH_SHARE_LAYER
;
// folder
sShareLayer
+=
"soffice.cfg/"
;
sShareLayer
+=
"/"
;
/*to-do, can we merge all this foo with existing soffice.cfg finding code, etc*/
/*to-do, can we merge all this foo with existing soffice.cfg finding code, etc*/
return
sShareLayer
;
return
sShareLayer
;
}
}
...
...
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