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
963970f3
Kaydet (Commit)
963970f3
authored
Ara 30, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
std::auto_ptr->boost::scoped_ptr
Change-Id: Icb67d5a39c8ae05947be9da950a1feaaa85bc9d8
üst
44f5e76a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tabvwshh.cxx
sc/source/ui/view/tabvwshh.cxx
+2
-4
No files found.
sc/source/ui/view/tabvwshh.cxx
Dosyayı görüntüle @
963970f3
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include "retypepassdlg.hxx"
#include "retypepassdlg.hxx"
#include "tabprotection.hxx"
#include "tabprotection.hxx"
#include <
memory
>
#include <
boost/scoped_ptr.hpp
>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
...
@@ -261,11 +261,9 @@ sal_Bool ScTabViewShell::HasAccessibilityObjects()
...
@@ -261,11 +261,9 @@ sal_Bool ScTabViewShell::HasAccessibilityObjects()
bool
ScTabViewShell
::
ExecuteRetypePassDlg
(
ScPasswordHash
eDesiredHash
)
bool
ScTabViewShell
::
ExecuteRetypePassDlg
(
ScPasswordHash
eDesiredHash
)
{
{
using
::
std
::
auto_ptr
;
ScDocument
*
pDoc
=
GetViewData
()
->
GetDocument
();
ScDocument
*
pDoc
=
GetViewData
()
->
GetDocument
();
auto
_ptr
<
ScRetypePassDlg
>
pDlg
(
new
ScRetypePassDlg
(
GetDialogParent
()));
boost
::
scoped
_ptr
<
ScRetypePassDlg
>
pDlg
(
new
ScRetypePassDlg
(
GetDialogParent
()));
pDlg
->
SetDataFromDocument
(
*
pDoc
);
pDlg
->
SetDataFromDocument
(
*
pDoc
);
pDlg
->
SetDesiredHash
(
eDesiredHash
);
pDlg
->
SetDesiredHash
(
eDesiredHash
);
if
(
pDlg
->
Execute
()
!=
RET_OK
)
if
(
pDlg
->
Execute
()
!=
RET_OK
)
...
...
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