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
af3030e6
Kaydet (Commit)
af3030e6
authored
Ara 05, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OSL_* to SAL_WARN in conditio.cxx
Change-Id: I866217341572a79f653fb9900789a7e523b620a6
üst
332b61dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
conditio.cxx
sc/source/core/data/conditio.cxx
+6
-6
No files found.
sc/source/core/data/conditio.cxx
Dosyayı görüntüle @
af3030e6
...
...
@@ -465,7 +465,7 @@ void ScConditionEntry::CompileXML()
void
ScConditionEntry
::
SetSrcString
(
const
rtl
::
OUString
&
rNew
)
{
// aSrcString is only evaluated in CompileXML
OSL_ENSURE
(
mpDoc
->
IsImportingXML
()
,
"SetSrcString is only valid for XML import"
);
SAL_WARN_IF
(
!
mpDoc
->
IsImportingXML
(),
"sc"
,
"SetSrcString is only valid for XML import"
);
aSrcString
=
rNew
;
}
...
...
@@ -1138,7 +1138,7 @@ bool ScConditionEntry::IsValid( double nArg, const ScAddress& rPos ) const
bValid
=
!
bValid
;
break
;
default
:
OSL_FAIL
(
"unbekannte Operation bei ScConditionEntry"
);
SAL_WARN
(
"sc"
,
"unbekannte Operation bei ScConditionEntry"
);
break
;
}
return
bValid
;
...
...
@@ -1246,7 +1246,7 @@ bool ScConditionEntry::IsValidStr( const rtl::OUString& rArg, const ScAddress& r
break
;
// SC_COND_DIRECT schon oben abgefragt
default
:
OSL_FAIL
(
"unbekannte Operation bei ScConditionEntry"
);
SAL_WARN
(
"sc"
,
"unbekannte Operation bei ScConditionEntry"
);
bValid
=
false
;
break
;
}
...
...
@@ -1317,7 +1317,7 @@ rtl::OUString ScConditionEntry::GetExpression( const ScAddress& rCursor, sal_uIn
}
else
{
OSL_FAIL
(
"GetExpression: falscher Index"
);
SAL_WARN
(
"sc"
,
"GetExpression: falscher Index"
);
}
return
aRet
;
...
...
@@ -1356,7 +1356,7 @@ ScTokenArray* ScConditionEntry::CreateTokenArry( sal_uInt16 nIndex ) const
}
else
{
OSL_FAIL
(
"GetExpression: falscher Index"
);
SAL_WARN
(
"sc"
,
"GetExpression: falscher Index"
);
}
return
pRet
;
...
...
@@ -2110,7 +2110,7 @@ ScConditionalFormat* ScConditionalFormatList::GetFormat( sal_uInt32 nKey )
if
(
itr
->
GetKey
()
==
nKey
)
return
&
(
*
itr
);
OSL_FAIL
(
"ScConditionalFormatList: Eintrag nicht gefunden"
);
SAL_WARN
(
"sc"
,
"ScConditionalFormatList: Eintrag nicht gefunden"
);
return
NULL
;
}
...
...
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