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
60679f47
Kaydet (Commit)
60679f47
authored
Kas 10, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:nullptr
Change-Id: I7e266a0e29d86247d01df38da00899a8a1700719
üst
46b3d069
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bugfix-test.cxx
sc/qa/unit/bugfix-test.cxx
+2
-2
No files found.
sc/qa/unit/bugfix-test.cxx
Dosyayı görüntüle @
60679f47
...
@@ -192,11 +192,11 @@ void ScFiltersTest::testTdf91979()
...
@@ -192,11 +192,11 @@ void ScFiltersTest::testTdf91979()
CPPUNIT_ASSERT_MESSAGE
(
"Failed to access document shell"
,
pFoundShell
);
CPPUNIT_ASSERT_MESSAGE
(
"Failed to access document shell"
,
pFoundShell
);
ScDocShellRef
xDocSh
=
dynamic_cast
<
ScDocShell
*>
(
pFoundShell
);
ScDocShellRef
xDocSh
=
dynamic_cast
<
ScDocShell
*>
(
pFoundShell
);
CPPUNIT_ASSERT
(
xDocSh
!=
NULL
);
CPPUNIT_ASSERT
(
xDocSh
!=
nullptr
);
// Get the document controller
// Get the document controller
ScTabViewShell
*
pViewShell
=
xDocSh
->
GetBestViewShell
(
false
);
ScTabViewShell
*
pViewShell
=
xDocSh
->
GetBestViewShell
(
false
);
CPPUNIT_ASSERT
(
pViewShell
!=
NULL
);
CPPUNIT_ASSERT
(
pViewShell
!=
nullptr
);
auto
&
aViewData
=
pViewShell
->
GetViewData
();
auto
&
aViewData
=
pViewShell
->
GetViewData
();
auto
*
pDoc
=
aViewData
.
GetDocument
();
auto
*
pDoc
=
aViewData
.
GetDocument
();
...
...
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