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
f5fc8161
Kaydet (Commit)
f5fc8161
authored
Eki 22, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid unnecessary #include
Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37
üst
294c80f1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
personalization.cxx
cui/source/options/personalization.cxx
+1
-0
builder.hxx
include/vcl/builder.hxx
+1
-1
builder.cxx
vcl/source/window/builder.cxx
+1
-0
window.cxx
vcl/source/window/window.cxx
+1
-1
No files found.
cui/source/options/personalization.cxx
Dosyayı görüntüle @
f5fc8161
...
...
@@ -18,6 +18,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/strbuf.hxx>
#include <tools/urlobj.hxx>
#include <vcl/edit.hxx>
#include <vcl/msgbox.hxx>
...
...
include/vcl/builder.hxx
Dosyayı görüntüle @
f5fc8161
...
...
@@ -16,7 +16,6 @@
#include <tools/fldunit.hxx>
#include <vcl/dllapi.h>
#include <vcl/window.hxx>
#include <xmlreader/xmlreader.hxx>
#include <map>
#include <set>
#include <stack>
...
...
@@ -39,6 +38,7 @@ class DateField;
class
TimeField
;
class
VclExpander
;
class
VclMultiLineEdit
;
namespace
xmlreader
{
class
XmlReader
;
}
class
VCL_DLLPUBLIC
VclBuilder
:
private
boost
::
noncopyable
{
...
...
vcl/source/window/builder.cxx
Dosyayı görüntüle @
f5fc8161
...
...
@@ -45,6 +45,7 @@
#include <svdata.hxx>
#include <svids.hrc>
#include <window.h>
#include <xmlreader/xmlreader.hxx>
using
namespace
com
::
sun
::
star
;
...
...
vcl/source/window/window.cxx
Dosyayı görüntüle @
f5fc8161
...
...
@@ -18,7 +18,7 @@
*/
#include <config_features.h>
#include <rtl/strbuf.hxx>
#include <tools/rc.h>
#include <sal/types.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