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
dec34f54
Kaydet (Commit)
dec34f54
authored
Kas 06, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: I3aa16846a9d26cca60db32bd3b6de9fec8b456c1
üst
f5a3a6e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ucalc_formula.cxx
sc/qa/unit/ucalc_formula.cxx
+3
-3
htmlexp.cxx
sc/source/filter/html/htmlexp.cxx
+1
-1
No files found.
sc/qa/unit/ucalc_formula.cxx
Dosyayı görüntüle @
dec34f54
...
@@ -4621,11 +4621,11 @@ void Test::testFuncINDIRECT()
...
@@ -4621,11 +4621,11 @@ void Test::testFuncINDIRECT()
void
Test
::
testFuncINDIRECT2
()
void
Test
::
testFuncINDIRECT2
()
{
{
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
m_pDoc->InsertTab (0,
OUString("foo")
));
m_pDoc
->
InsertTab
(
0
,
"foo"
));
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
m_pDoc->InsertTab (1,
OUString("bar")
));
m_pDoc
->
InsertTab
(
1
,
"bar"
));
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
CPPUNIT_ASSERT_MESSAGE
(
"failed to insert sheet"
,
m_pDoc->InsertTab (2,
OUString("baz")
));
m_pDoc
->
InsertTab
(
2
,
"baz"
));
ScAddress
aStart
;
ScAddress
aStart
;
ScAddress
aEnd
;
ScAddress
aEnd
;
...
...
sc/source/filter/html/htmlexp.cxx
Dosyayı görüntüle @
dec34f54
...
@@ -865,7 +865,7 @@ void ScHTMLExport::WriteTables()
...
@@ -865,7 +865,7 @@ void ScHTMLExport::WriteTables()
}
}
if
(
bAll
)
if
(
bAll
)
OUT_COMMENT
(
OUString
(
"**************************************************************************"
)
);
OUT_COMMENT
(
"**************************************************************************"
);
}
}
}
}
...
...
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