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
6d221b92
Kaydet (Commit)
6d221b92
authored
Eyl 17, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unused headers
Change-Id: I0a9c174c9b67361f1502769239405eaf0a00adba
üst
6f495a19
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
0 additions
and
16 deletions
+0
-16
GalleryControl.hxx
svx/inc/GalleryControl.hxx
+0
-2
precompiled_svx.hxx
svx/inc/pch/precompiled_svx.hxx
+0
-2
precompiled_svxcore.hxx
svx/inc/pch/precompiled_svxcore.hxx
+0
-2
EnhancedCustomShape2d.cxx
svx/source/customshapes/EnhancedCustomShape2d.cxx
+0
-1
docrecovery.cxx
svx/source/dialog/docrecovery.cxx
+0
-1
sdrmeasureprimitive2d.cxx
svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
+0
-1
AreaPropertyPanel.hxx
svx/source/sidebar/area/AreaPropertyPanel.hxx
+0
-1
GraphicPropertyPanel.hxx
svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
+0
-1
PosSizePropertyPanel.hxx
svx/source/sidebar/possize/PosSizePropertyPanel.hxx
+0
-1
ShadowPropertyPanel.hxx
svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
+0
-1
StylesPropertyPanel.hxx
svx/source/sidebar/styles/StylesPropertyPanel.hxx
+0
-1
tablelayouter.hxx
svx/source/table/tablelayouter.hxx
+0
-1
recoveryui.cxx
svx/source/unodraw/recoveryui.cxx
+0
-1
No files found.
svx/inc/GalleryControl.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
#include <tools/urlobj.hxx>
#include <tools/urlobj.hxx>
#include "svx/svxdllapi.h"
#include "svx/svxdllapi.h"
#include <boost/scoped_ptr.hpp>
class
SfxBindings
;
class
SfxBindings
;
class
Gallery
;
class
Gallery
;
...
...
svx/inc/pch/precompiled_svx.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -65,8 +65,6 @@
...
@@ -65,8 +65,6 @@
#include <boost/bind.hpp>
#include <boost/bind.hpp>
#include <boost/noncopyable.hpp>
#include <boost/noncopyable.hpp>
#include <memory>
#include <memory>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <cassert>
#include <cassert>
#include <climits>
#include <climits>
#include <cmath>
#include <cmath>
...
...
svx/inc/pch/precompiled_svxcore.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -96,8 +96,6 @@
...
@@ -96,8 +96,6 @@
#include <boost/optional.hpp>
#include <boost/optional.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <memory>
#include <memory>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/spirit/include/classic_core.hpp>
#include <boost/spirit/include/classic_core.hpp>
#include <cassert>
#include <cassert>
#include <cmath>
#include <cmath>
...
...
svx/source/customshapes/EnhancedCustomShape2d.cxx
Dosyayı görüntüle @
6d221b92
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
#include <com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp>
#include <boost/shared_ptr.hpp>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <basegfx/color/bcolortools.hxx>
#include <basegfx/color/bcolortools.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
...
...
svx/source/dialog/docrecovery.cxx
Dosyayı görüntüle @
6d221b92
...
@@ -57,7 +57,6 @@
...
@@ -57,7 +57,6 @@
#include <unotools/pathoptions.hxx>
#include <unotools/pathoptions.hxx>
#include "svtools/treelistentry.hxx"
#include "svtools/treelistentry.hxx"
#include <officecfg/Office/Recovery.hxx>
#include <officecfg/Office/Recovery.hxx>
#include <boost/scoped_ptr.hpp>
namespace
svx
{
namespace
svx
{
namespace
DocRecovery
{
namespace
DocRecovery
{
...
...
svx/source/sdr/primitive2d/sdrmeasureprimitive2d.cxx
Dosyayı görüntüle @
6d221b92
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
#include <svx/sdr/primitive2d/svx_primitivetypes2d.hxx>
#include <svx/sdr/primitive2d/svx_primitivetypes2d.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx>
#include <drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx>
#include <boost/scoped_ptr.hpp>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
...
...
svx/source/sidebar/area/AreaPropertyPanel.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#include <svx/sidebar/PanelLayout.hxx>
#include <svx/sidebar/PanelLayout.hxx>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <boost/scoped_ptr.hpp>
#include <svx/sidebar/AreaPropertyPanelBase.hxx>
#include <svx/sidebar/AreaPropertyPanelBase.hxx>
...
...
svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
#include <sfx2/sidebar/ControllerItem.hxx>
#include <sfx2/sidebar/ControllerItem.hxx>
#include <svx/sidebar/PanelLayout.hxx>
#include <svx/sidebar/PanelLayout.hxx>
#include <vcl/fixed.hxx>
#include <vcl/fixed.hxx>
#include <boost/scoped_ptr.hpp>
class
FixedText
;
class
FixedText
;
class
MetricField
;
class
MetricField
;
...
...
svx/source/sidebar/possize/PosSizePropertyPanel.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include <sfx2/sidebar/SidebarPanelBase.hxx>
#include <sfx2/sidebar/SidebarPanelBase.hxx>
#include <sfx2/sidebar/ControllerItem.hxx>
#include <sfx2/sidebar/ControllerItem.hxx>
#include <sfx2/sidebar/IContextChangeReceiver.hxx>
#include <sfx2/sidebar/IContextChangeReceiver.hxx>
#include <boost/scoped_ptr.hpp>
#include <svx/rectenum.hxx>
#include <svx/rectenum.hxx>
#include <svx/sidebar/PanelLayout.hxx>
#include <svx/sidebar/PanelLayout.hxx>
#include <svl/poolitem.hxx>
#include <svl/poolitem.hxx>
...
...
svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
#include <vcl/lstbox.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/field.hxx>
#include <vcl/field.hxx>
#include <vcl/slider.hxx>
#include <vcl/slider.hxx>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <sfx2/request.hxx>
#include <sfx2/request.hxx>
#include <svx/dlgctrl.hxx>
#include <svx/dlgctrl.hxx>
...
...
svx/source/sidebar/styles/StylesPropertyPanel.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#include <sfx2/sidebar/EnumContext.hxx>
#include <sfx2/sidebar/EnumContext.hxx>
#include <svtools/ctrlbox.hxx>
#include <svtools/ctrlbox.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/XSidebar.hpp>
#include <com/sun/star/ui/XSidebar.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
...
...
svx/source/table/tablelayouter.hxx
Dosyayı görüntüle @
6d221b92
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
#include <sal/types.h>
#include <sal/types.h>
#include <basegfx/range/b2irectangle.hxx>
#include <basegfx/range/b2irectangle.hxx>
#include <basegfx/tuple/b2ituple.hxx>
#include <basegfx/tuple/b2ituple.hxx>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <vector>
#include <map>
#include <map>
...
...
svx/source/unodraw/recoveryui.cxx
Dosyayı görüntüle @
6d221b92
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <vcl/window.hxx>
#include <boost/scoped_ptr.hpp>
#include <officecfg/Office/Recovery.hxx>
#include <officecfg/Office/Recovery.hxx>
namespace
svxdr
=
svx
::
DocRecovery
;
namespace
svxdr
=
svx
::
DocRecovery
;
...
...
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