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
641387a3
Kaydet (Commit)
641387a3
authored
Mar 03, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code editeng::Section::Section()
Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6
üst
cf5ac4dd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
section.cxx
editeng/source/editeng/section.cxx
+0
-2
section.hxx
include/editeng/section.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
editeng/source/editeng/section.cxx
Dosyayı görüntüle @
641387a3
...
@@ -11,8 +11,6 @@
...
@@ -11,8 +11,6 @@
namespace
editeng
{
namespace
editeng
{
Section
::
Section
()
:
mnParagraph
(
0
),
mnStart
(
0
),
mnEnd
(
0
)
{}
Section
::
Section
(
sal_Int32
nPara
,
sal_Int32
nStart
,
sal_Int32
nEnd
)
:
Section
::
Section
(
sal_Int32
nPara
,
sal_Int32
nStart
,
sal_Int32
nEnd
)
:
mnParagraph
(
nPara
),
mnStart
(
nStart
),
mnEnd
(
nEnd
){}
mnParagraph
(
nPara
),
mnStart
(
nStart
),
mnEnd
(
nEnd
){}
...
...
include/editeng/section.hxx
Dosyayı görüntüle @
641387a3
...
@@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
...
@@ -26,7 +26,6 @@ struct EDITENG_DLLPUBLIC Section
std
::
vector
<
const
SfxPoolItem
*>
maAttributes
;
std
::
vector
<
const
SfxPoolItem
*>
maAttributes
;
Section
();
Section
(
sal_Int32
nPara
,
sal_Int32
nStart
,
sal_Int32
nEnd
);
Section
(
sal_Int32
nPara
,
sal_Int32
nStart
,
sal_Int32
nEnd
);
};
};
...
...
unusedcode.easy
Dosyayı görüntüle @
641387a3
...
@@ -226,7 +226,6 @@ connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
...
@@ -226,7 +226,6 @@ connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char)
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize() const
editeng::MisspellRange::MisspellRange()
editeng::MisspellRange::MisspellRange()
editeng::Section::Section()
oglcanvas::CanvasHelper::flush() const
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::core::Relations::getRelationsFromType(rtl::OUString const&) const
oox::core::Relations::getRelationsFromType(rtl::OUString const&) const
...
...
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