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
6f6f8aff
Kaydet (Commit)
6f6f8aff
authored
May 19, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix-includes.pl: idlc
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
üst
4671e7b8
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
21 deletions
+21
-21
astattribute.hxx
idlc/inc/idlc/astattribute.hxx
+2
-2
inheritedinterface.hxx
idlc/inc/idlc/inheritedinterface.hxx
+1
-1
astconstant.cxx
idlc/source/astconstant.cxx
+1
-1
astdump.cxx
idlc/source/astdump.cxx
+2
-2
astenum.cxx
idlc/source/astenum.cxx
+2
-2
astinterface.cxx
idlc/source/astinterface.cxx
+2
-2
astoperation.cxx
idlc/source/astoperation.cxx
+1
-1
astservice.cxx
idlc/source/astservice.cxx
+1
-1
aststruct.cxx
idlc/source/aststruct.cxx
+2
-2
aststructinstance.cxx
idlc/source/aststructinstance.cxx
+2
-2
attributeexceptions.hxx
idlc/source/attributeexceptions.hxx
+1
-1
idlcmain.cxx
idlc/source/idlcmain.cxx
+1
-1
options.cxx
idlc/source/options.cxx
+3
-3
No files found.
idlc/inc/idlc/astattribute.hxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -22,8 +22,8 @@
#include <idlc/astdeclaration.hxx>
#include "idlc/astscope.hxx"
#include
"registry/types.h"
#include
"rtl/ustring.hxx"
#include
<registry/types.h>
#include
<rtl/ustring.hxx>
namespace
typereg
{
class
Writer
;
}
...
...
idlc/inc/idlc/inheritedinterface.hxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -22,7 +22,7 @@
#include "idlc/idlc.hxx"
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
class
AstInterface
;
class
AstType
;
...
...
idlc/source/astconstant.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -20,7 +20,7 @@
#include <idlc/astconstant.hxx>
#include <idlc/astscope.hxx>
#include
"registry/writer.hxx"
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/astdump.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -29,8 +29,8 @@
#include <idlc/astsequence.hxx>
#include "idlc/astoperation.hxx"
#include
"registry/version.h"
#include
"registry/writer.hxx"
#include
<registry/version.h>
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/astenum.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -19,8 +19,8 @@
#include <idlc/astenum.hxx>
#include
"registry/version.h"
#include
"registry/writer.hxx"
#include
<registry/version.h>
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/astinterface.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -22,8 +22,8 @@
#include <idlc/astoperation.hxx>
#include "idlc/idlc.hxx"
#include
"registry/version.h"
#include
"registry/writer.hxx"
#include
<registry/version.h>
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/astoperation.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -23,7 +23,7 @@
#include <idlc/astparameter.hxx>
#include <idlc/errorhandler.hxx>
#include
"registry/writer.hxx"
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/astservice.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -18,7 +18,7 @@
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include "idlc/astmember.hxx"
#include "idlc/astoperation.hxx"
...
...
idlc/source/aststruct.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -20,8 +20,8 @@
#include <idlc/aststruct.hxx>
#include <idlc/astmember.hxx>
#include
"registry/version.h"
#include
"registry/writer.hxx"
#include
<registry/version.h>
#include
<registry/writer.hxx>
using
namespace
::
rtl
;
...
...
idlc/source/aststructinstance.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -23,8 +23,8 @@
#include "idlc/asttype.hxx"
#include "idlc/idlctypes.hxx"
#include
"rtl/strbuf.hxx"
#include
"rtl/string.hxx"
#include
<rtl/strbuf.hxx>
#include
<rtl/string.hxx>
namespace
{
...
...
idlc/source/attributeexceptions.hxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#define INCLUDED_IDLC_SOURCE_ATTRIBUTEEXCEPTIONS_HXX
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
struct
AttributeExceptions
{
struct
Part
{
...
...
idlc/source/idlcmain.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -19,7 +19,7 @@
#include "idlc/idlc.hxx"
#include
"sal/main.h"
#include
<sal/main.h>
#include <string.h>
...
...
idlc/source/options.cxx
Dosyayı görüntüle @
6f6f8aff
...
...
@@ -20,9 +20,9 @@
#include "idlc/options.hxx"
#include
"osl/diagnose.h"
#include
"rtl/string.hxx"
#include
"rtl/strbuf.hxx"
#include
<osl/diagnose.h>
#include
<rtl/string.hxx>
#include
<rtl/strbuf.hxx>
#include <stdio.h>
#include <string.h>
...
...
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