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
08d4ea4b
Kaydet (Commit)
08d4ea4b
authored
Agu 15, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use scoped_ptr instead of shared_ptr
Change-Id: Ic814a2301aaf6e57aa8ca04b837acafb6e4f4566
üst
0e633c51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tabprotection.hxx
sc/inc/tabprotection.hxx
+3
-3
No files found.
sc/inc/tabprotection.hxx
Dosyayı görüntüle @
08d4ea4b
...
...
@@ -25,7 +25,7 @@
#include "global.hxx"
#include "rangelst.hxx"
#include <boost/s
har
ed_ptr.hpp>
#include <boost/s
cop
ed_ptr.hpp>
class
ScDocument
;
class
ScTableProtectionImpl
;
...
...
@@ -108,7 +108,7 @@ public:
void
setOption
(
Option
eOption
,
bool
bEnabled
);
private
:
::
boost
::
s
har
ed_ptr
<
ScTableProtectionImpl
>
mpImpl
;
::
boost
::
s
cop
ed_ptr
<
ScTableProtectionImpl
>
mpImpl
;
};
/** Container for the Excel EnhancedProtection feature.
...
...
@@ -200,7 +200,7 @@ public:
bool
isSelectionEditable
(
const
ScRangeList
&
rRangeList
)
const
;
private
:
::
boost
::
s
har
ed_ptr
<
ScTableProtectionImpl
>
mpImpl
;
::
boost
::
s
cop
ed_ptr
<
ScTableProtectionImpl
>
mpImpl
;
};
#endif
...
...
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