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
91567c26
Kaydet (Commit)
91567c26
authored
Ock 23, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
calling alloca() requires #include <sal/alloca.h>
Change-Id: I59e5ede0c0cfb10f4196d79ae762132ae4ecb9bb
üst
c5b6b206
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
vclxfont.cxx
toolkit/source/awt/vclxfont.cxx
+1
-0
vclxgraphics.cxx
toolkit/source/awt/vclxgraphics.cxx
+1
-0
atkwrapper.cxx
vcl/unx/gtk/a11y/atkwrapper.cxx
+1
-0
winlayout.cxx
vcl/win/source/gdi/winlayout.cxx
+1
-4
No files found.
toolkit/source/awt/vclxfont.cxx
Dosyayı görüntüle @
91567c26
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <rtl/uuid.h>
#include <rtl/uuid.h>
#include <rtl/ustring.h>
#include <rtl/ustring.h>
#include <sal/alloca.h>
#include <vcl/outdev.hxx>
#include <vcl/outdev.hxx>
...
...
toolkit/source/awt/vclxgraphics.cxx
Dosyayı görüntüle @
91567c26
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <rtl/uuid.h>
#include <rtl/uuid.h>
#include <sal/alloca.h>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
#include <vcl/outdev.hxx>
...
...
vcl/unx/gtk/a11y/atkwrapper.cxx
Dosyayı görüntüle @
91567c26
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
#include <rtl/ref.hxx>
#include <rtl/ref.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.h>
#include <sal/alloca.h>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/queryinterface.hxx>
...
...
vcl/win/source/gdi/winlayout.cxx
Dosyayı görüntüle @
91567c26
...
@@ -32,10 +32,7 @@
...
@@ -32,10 +32,7 @@
#include "sallayout.hxx"
#include "sallayout.hxx"
#include <cstdio>
#include <cstdio>
#include <malloc.h>
#include <sal/alloca.h>
#ifndef __MINGW32__
#define alloca _alloca
#endif
#include <algorithm>
#include <algorithm>
...
...
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