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
e4231134
Kaydet (Commit)
e4231134
authored
Kas 17, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pch: jpeg's headers conflict with INT32 typedef when in pch.
Change-Id: I02b8fa22c11895d00e29d93b25397af676e3edae
üst
0f1be97f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
update_pch.sh
bin/update_pch.sh
+2
-2
precompiled_vcl.hxx
vcl/inc/pch/precompiled_vcl.hxx
+8
-2
No files found.
bin/update_pch.sh
Dosyayı görüntüle @
e4231134
...
@@ -150,8 +150,8 @@ function filter_ignore()
...
@@ -150,8 +150,8 @@ function filter_ignore()
grep
-v
-F
-e
'#include <oledb.h>'
|
\
grep
-v
-F
-e
'#include <oledb.h>'
|
\
grep
-v
-F
-e
'#include <cert.h>'
|
\
grep
-v
-F
-e
'#include <cert.h>'
|
\
grep
-v
-F
-e
'#include <xmlreader/xmlreader.hxx>'
|
\
grep
-v
-F
-e
'#include <xmlreader/xmlreader.hxx>'
|
\
grep
-v
-
F
-e
'#include "jerror.h"
'
|
\
grep
-v
-
e
'#include [<"]jerror.h[">]
'
|
\
grep
-v
-
F
-e
'#include "jpeglib.h"
'
grep
-v
-
e
'#include [<"]jpeglib.h[">]
'
)
)
# " in #include "foo" breaks echo down below, so " -> @
# " in #include "foo" breaks echo down below, so " -> @
...
...
vcl/inc/pch/precompiled_vcl.hxx
Dosyayı görüntüle @
e4231134
...
@@ -124,9 +124,11 @@
...
@@ -124,9 +124,11 @@
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <basegfx/polygon/b2dpolygonclipper.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolygontriangulator.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygoncutter.hxx>
#include <basegfx/polygon/b2dpolypolygoncutter.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/polygon/b2dtrapezoid.hxx>
#include <basegfx/range/b2drange.hxx>
#include <basegfx/range/b2drange.hxx>
#include <basegfx/range/b2drectangle.hxx>
#include <basegfx/range/b2drectangle.hxx>
#include <basegfx/range/b2irectangle.hxx>
#include <basegfx/range/b2irectangle.hxx>
...
@@ -184,8 +186,11 @@
...
@@ -184,8 +186,11 @@
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/frame/XSessionManagerClient.hpp>
#include <com/sun/star/frame/XSessionManagerClient.hpp>
...
@@ -272,6 +277,7 @@
...
@@ -272,6 +277,7 @@
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/random.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/scopeguard.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/string.hxx>
#include <comphelper/string.hxx>
...
@@ -298,8 +304,6 @@
...
@@ -298,8 +304,6 @@
#include <i18nlangtag/mslangid.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <iomanip>
#include <iomanip>
#include <iostream>
#include <iostream>
#include <jerror.h>
#include <jpeglib.h>
#include <lcms2.h>
#include <lcms2.h>
#include <limits.h>
#include <limits.h>
#include <limits>
#include <limits>
...
@@ -308,6 +312,7 @@
...
@@ -308,6 +312,7 @@
#include <math.h>
#include <math.h>
#include <memory>
#include <memory>
#include <numeric>
#include <numeric>
#include <o3tl/numeric.hxx>
#include <officecfg/Office/Common.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <osl/diagnose.hxx>
#include <osl/diagnose.hxx>
...
@@ -364,6 +369,7 @@
...
@@ -364,6 +369,7 @@
#include <tools/debug.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/diagnose_ex.h>
#include <tools/fontenum.hxx>
#include <tools/fontenum.hxx>
#include <tools/fract.hxx>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
#include <tools/helpers.hxx>
#include <tools/helpers.hxx>
#include <tools/line.hxx>
#include <tools/line.hxx>
...
...
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