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
1110e665
Kaydet (Commit)
1110e665
authored
Kas 12, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror,-Wunused-member-function
Change-Id: Id218a6123037bf624044a6297edaede924bd4a9a
üst
43796f03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bootstrap.cxx
sal/rtl/bootstrap.cxx
+2
-3
No files found.
sal/rtl/bootstrap.cxx
Dosyayı görüntüle @
1110e665
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#include <rtl/uri.hxx>
#include <rtl/uri.hxx>
#include "rtl/allocator.hxx"
#include "rtl/allocator.hxx"
#include <boost/noncopyable.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_map.hpp>
#include <list>
#include <list>
...
@@ -628,7 +629,7 @@ void Bootstrap_Impl::expandValue(
...
@@ -628,7 +629,7 @@ void Bootstrap_Impl::expandValue(
namespace
{
namespace
{
struct
bootstrap_map
{
struct
bootstrap_map
:
private
boost
::
noncopyable
{
typedef
boost
::
unordered_map
<
typedef
boost
::
unordered_map
<
rtl
::
OUString
,
Bootstrap_Impl
*
,
rtl
::
OUString
,
Bootstrap_Impl
*
,
rtl
::
OUStringHash
,
std
::
equal_to
<
rtl
::
OUString
>
,
rtl
::
OUStringHash
,
std
::
equal_to
<
rtl
::
OUString
>
,
...
@@ -652,8 +653,6 @@ struct bootstrap_map {
...
@@ -652,8 +653,6 @@ struct bootstrap_map {
}
}
private
:
private
:
bootstrap_map
();
// not defined
static
t
*
m_map
;
static
t
*
m_map
;
};
};
...
...
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