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
326596f1
Kaydet (Commit)
326596f1
authored
Tem 31, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: replace boost::function with std::function
Change-Id: I5a0a0e83366ce518fc74d915bb8c43cc883ff016
üst
91352803
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
precompiled_sw.hxx
sw/inc/pch/precompiled_sw.hxx
+0
-1
CntntIdxStore.cxx
sw/source/core/doc/CntntIdxStore.cxx
+1
-2
docbm.cxx
sw/source/core/doc/docbm.cxx
+0
-1
No files found.
sw/inc/pch/precompiled_sw.hxx
Dosyayı görüntüle @
326596f1
...
...
@@ -43,7 +43,6 @@
#include <basic/sbx.hxx>
#include <basic/sbxobj.hxx>
#include <basic/sbxvar.hxx>
#include <boost/function.hpp>
#include <boost/make_shared.hpp>
#include <boost/noncopyable.hpp>
#include <boost/numeric/conversion/cast.hpp>
...
...
sw/source/core/doc/CntntIdxStore.cxx
Dosyayı görüntüle @
326596f1
...
...
@@ -18,7 +18,6 @@
*/
#include <bookmrk.hxx>
#include <boost/function.hpp>
#include <cntfrm.hxx>
#include <doc.hxx>
#include <IDocumentRedlineAccess.hxx>
...
...
@@ -129,7 +128,7 @@ namespace
std
::
vector
<
MarkEntry
>
m_aFlyEntries
;
std
::
vector
<
PaMEntry
>
m_aUnoCrsrEntries
;
std
::
vector
<
PaMEntry
>
m_aShellCrsrEntries
;
typedef
boost
::
function
<
void
(
SwPosition
&
rPos
,
sal_Int32
nContent
)
>
updater_t
;
typedef
std
::
function
<
void
(
SwPosition
&
rPos
,
sal_Int32
nContent
)
>
updater_t
;
virtual
void
Clear
()
SAL_OVERRIDE
{
m_aBkmkEntries
.
clear
();
...
...
sw/source/core/doc/docbm.cxx
Dosyayı görüntüle @
326596f1
...
...
@@ -19,7 +19,6 @@
#include <MarkManager.hxx>
#include <bookmrk.hxx>
#include <boost/function.hpp>
#include <cntfrm.hxx>
#include <crossrefbookmark.hxx>
#include <annotationmark.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