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
0a158b78
Kaydet (Commit)
0a158b78
authored
Eki 19, 2011
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Undo basis/brand split: merge basis program/resource/ into brand program/resource/.
üst
ad9c1ffd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
19 deletions
+1
-19
macros.inc
scp2/inc/macros.inc
+0
-8
common_brand.scp
scp2/source/ooo/common_brand.scp
+0
-6
directory_ooo.scp
scp2/source/ooo/directory_ooo.scp
+1
-1
resmgr.cxx
tools/source/rc/resmgr.cxx
+0
-4
No files found.
scp2/inc/macros.inc
Dosyayı görüntüle @
0a158b78
...
...
@@ -190,14 +190,6 @@
Styles
=
(
PACKED
);
\
End
#define BRAND_RES_FILE(id,name) \
File
id
\
TXT_FILE_BODY
;
\
RESFILE_ALL_LANG
(
name
);
\
Dir
=
gid_Brand_Dir_Program_Resource
;
\
Styles
=
(
PACKED
);
\
End
#define STD_RES_FILE_PATCH(id,name) \
File
id
\
TXT_FILE_BODY
;
\
...
...
scp2/source/ooo/common_brand.scp
Dosyayı görüntüle @
0a158b78
...
...
@@ -120,7 +120,6 @@ Module gid_Module_Langpack_Brand_Template
InstallOrder = "1050";
Dirs = (gid_Brand_Dir_Program,
gid_Brand_Dir_Program_Shell,
gid_Brand_Dir_Program_Resource,
gid_Brand_Dir_Readme);
Files = (gid_Brand_File_Res_Iso,
gid_Brand_File_Res_Ooo,
...
...
@@ -147,11 +146,6 @@ Directory gid_Brand_Dir_Program
#endif
End
Directory gid_Brand_Dir_Program_Resource
ParentID = gid_Brand_Dir_Program;
DosName = "resource";
End
Directory gid_Brand_Dir_Program_Shell
ParentID = gid_Brand_Dir_Program;
DosName = "shell";
...
...
scp2/source/ooo/directory_ooo.scp
Dosyayı görüntüle @
0a158b78
...
...
@@ -142,7 +142,7 @@ Directory gid_Dir_Filter
End
Directory gid_Dir_Resource
ParentID = gid_Dir_Program;
ParentID = gid_
Brand_
Dir_Program;
DosName = "resource";
End
...
...
tools/source/rc/resmgr.cxx
Dosyayı görüntüle @
0a158b78
...
...
@@ -207,10 +207,6 @@ void ResMgrContainer::init()
RTL_CONSTASCII_USTRINGPARAM
(
"$BRAND_BASE_DIR/program/resource"
));
rtl
::
Bootstrap
::
expandMacros
(
uri
);
aDirs
.
push_back
(
uri
);
uri
=
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"$OOO_BASE_DIR/program/resource"
));
rtl
::
Bootstrap
::
expandMacros
(
uri
);
aDirs
.
push_back
(
uri
);
// 2. in STAR_RESOURCEPATH
const
sal_Char
*
pEnv
=
getenv
(
"STAR_RESOURCEPATH"
);
...
...
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