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
78955632
Kaydet (Commit)
78955632
authored
Şub 03, 2011
tarafından
Fridrich Strba
Kaydeden (comit)
Fridrich Štrba
Şub 03, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move module cppuhelper to boost unordered containers
üst
4724f82b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
component_context.cxx
cppuhelper/source/component_context.cxx
+2
-3
interfacecontainer.cxx
cppuhelper/source/interfacecontainer.cxx
+1
-1
No files found.
cppuhelper/source/component_context.cxx
Dosyayı görüntüle @
78955632
...
...
@@ -38,7 +38,7 @@
#endif
#include <vector>
#include <
hash_ma
p>
#include <
boost/unordered_map.hp
p>
#ifdef CONTEXT_DIAG
#include <map>
#endif
...
...
@@ -64,7 +64,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include "com/sun/star/uno/RuntimeException.hpp"
#include <hash_map>
#include <memory>
#define SMGR_SINGLETON "/singletons/com.sun.star.lang.theServiceManager"
...
...
@@ -363,7 +362,7 @@ protected:
,
lateInit
(
lateInit_
)
{}
};
typedef
::
std
::
hash
_map
<
OUString
,
ContextEntry
*
,
OUStringHash
>
t_map
;
typedef
::
boost
::
unordered
_map
<
OUString
,
ContextEntry
*
,
OUStringHash
>
t_map
;
t_map
m_map
;
Reference
<
lang
::
XMultiComponentFactory
>
m_xSMgr
;
...
...
cppuhelper/source/interfacecontainer.cxx
Dosyayı görüntüle @
78955632
...
...
@@ -36,7 +36,7 @@
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
#include <
hash_ma
p>
#include <
boost/unordered_map.hp
p>
#include <com/sun/star/lang/XEventListener.hpp>
...
...
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