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
84806f30
Kaydet (Commit)
84806f30
authored
Tem 08, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: remove boost::bind from fmtatr2.cxx
Change-Id: I4924251babfcea9a87e7e688c904264dd80f9359
üst
737e3925
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
fmtatr2.cxx
sw/source/core/txtnode/fmtatr2.cxx
+1
-2
unoobj2.cxx
sw/source/core/unocore/unoobj2.cxx
+0
-1
No files found.
sw/source/core/txtnode/fmtatr2.cxx
Dosyayı görüntüle @
84806f30
...
@@ -48,7 +48,6 @@
...
@@ -48,7 +48,6 @@
#include <docsh.hxx>
#include <docsh.hxx>
#include <svl/zforlist.hxx>
#include <svl/zforlist.hxx>
#include <boost/bind.hpp>
#include <algorithm>
#include <algorithm>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
@@ -811,7 +810,7 @@ MetaFieldManager::getMetaFields()
...
@@ -811,7 +810,7 @@ MetaFieldManager::getMetaFields()
// erase deleted fields
// erase deleted fields
const
MetaFieldList_t
::
iterator
iter
(
const
MetaFieldList_t
::
iterator
iter
(
::
std
::
remove_if
(
m_MetaFields
.
begin
(),
m_MetaFields
.
end
(),
::
std
::
remove_if
(
m_MetaFields
.
begin
(),
m_MetaFields
.
end
(),
::
boost
::
bind
(
&::
boost
::
weak_ptr
<
MetaField
>::
expired
,
_1
)
));
[]
(
::
boost
::
weak_ptr
<
MetaField
>
const
&
rField
)
{
return
rField
.
expired
();
}
));
m_MetaFields
.
erase
(
iter
,
m_MetaFields
.
end
());
m_MetaFields
.
erase
(
iter
,
m_MetaFields
.
end
());
// filter out fields in UNDO
// filter out fields in UNDO
MetaFieldList_t
filtered
(
m_MetaFields
.
size
());
MetaFieldList_t
filtered
(
m_MetaFields
.
size
());
...
...
sw/source/core/unocore/unoobj2.cxx
Dosyayı görüntüle @
84806f30
...
@@ -109,7 +109,6 @@
...
@@ -109,7 +109,6 @@
#include <sortopt.hxx>
#include <sortopt.hxx>
#include <algorithm>
#include <algorithm>
#include <iterator>
#include <iterator>
#include <boost/bind.hpp>
#include <calbck.hxx>
#include <calbck.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/supportsservice.hxx>
...
...
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