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
626969aa
Kaydet (Commit)
626969aa
authored
12 years ago
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix conditionals detection
Change-Id: I50b335375b8b2ac67c50f887a4eb58456b9cea33
üst
17e0f422
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
update_pch.sh
solenv/bin/update_pch.sh
+4
-2
precompiled_svx.hxx
svx/inc/pch/precompiled_svx.hxx
+0
-7
No files found.
solenv/bin/update_pch.sh
Dosyayı görüntüle @
626969aa
...
...
@@ -30,7 +30,7 @@ for x in $headers; do
inobjects
=
ifstack
=
0
while
read
line
;
do
if
(
test
"
$line
"
=
"))"
)
||
(
echo
$line
|
grep
-q
", "
)
;
then
if
test
"
$line
"
=
"))"
;
then
inobjects
=
elif
echo
$line
|
grep
-q
-e
add_exception_objects
-e
add_noexception_objects
-e
add_cxxobject
-e
add_cxxobjects
;
then
inobjects
=
1
...
...
@@ -43,7 +43,9 @@ for x in $headers; do
ifstack
=
$((
ifstack
-
1
))
elif
test
-n
"
$inobjects
"
-a
$ifstack
-eq
0
;
then
file
=
$line
if
!
test
-f
"
$root
/
$file
"
.cxx
;
then
if
echo
$line
|
grep
-q
", "
;
then
true
# $if() probably, or something similar
elif
!
test
-f
"
$root
/
$file
"
.cxx
;
then
echo
No file
$file
in
$module
/
$makefile
>
&2
else
cat
"
$root
/
$file
"
.cxx |
grep
-e
'^\s*#include'
|
sed
's/\(#include [<"][^>"]*[>"]\).*/\1/'
|
sed
's#\.\./##g#'
>>
$tmpfile
...
...
This diff is collapsed.
Click to expand it.
svx/inc/pch/precompiled_svx.hxx
Dosyayı görüntüle @
626969aa
...
...
@@ -250,21 +250,16 @@
#include <numeric>
#include "osl/diagnose.h"
#include <osl/diagnose.h>
#include "osl/file.hxx"
#include <osl/file.hxx>
#include <osl/interlck.h>
#include <osl/mutex.hxx>
#include <osl/nlsupport.h>
#include "osl/process.h"
#include <osl/security.hxx>
#include <pwd.h>
#include "rtl/bootstrap.hxx"
#include <rtl/bootstrap.hxx>
#include <rtl/instance.hxx>
#include <rtl/locale.h>
#include <rtl/math.hxx>
#include <rtl/ref.hxx>
#include "rtl/strbuf.hxx"
#include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h>
#include <rtl/textenc.h>
...
...
@@ -354,7 +349,6 @@
#include <toolkit/helper/externallock.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <toolkit/unohlp.hxx>
#include "tools/appendunixshellword.hxx"
#include <tools/color.hxx>
#include <tools/debug.hxx>
#include <tools/errinf.hxx>
...
...
@@ -370,7 +364,6 @@
#include <tools/string.hxx>
#include <tools/urlobj.hxx>
#include <unicode/uchar.h>
#include <unistd.h>
#include "uno/lbnames.h"
#include <uno/mapping.hxx>
#include <unotools/accessiblerelationsethelper.hxx>
...
...
This diff is collapsed.
Click to expand it.
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