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
c276ca28
Kaydet (Commit)
c276ca28
authored
Mar 28, 2015
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Mar 28, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
let it sound a bit less dramatic, related tdf#42897
Change-Id: Ie387f8e12efb1624ff56d7e25afd27deb0f1135b
üst
fd28dea5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
condformatdlgentry.cxx
sc/source/ui/condformat/condformatdlgentry.cxx
+1
-1
globstr.src
sc/source/ui/src/globstr.src
+1
-1
No files found.
sc/source/ui/condformat/condformatdlgentry.cxx
Dosyayı görüntüle @
c276ca28
...
...
@@ -299,7 +299,7 @@ IMPL_LINK(ScConditionFrmtEntry, OnEdChanged, Edit*, pEdit)
(
(
op
==
ocBad
)
&&
(
t
==
formula
::
svString
)
)
)
{
pEdit
->
SetControlBackground
(
COL_
LIGHTRED
);
pEdit
->
SetControlBackground
(
COL_
YELLOW
);
maFtVal
.
SetText
(
ScGlobal
::
GetRscString
(
STR_UNQUOTED_STRING
));
return
0
;
}
...
...
sc/source/ui/src/globstr.src
Dosyayı görüntüle @
c276ca28
...
...
@@ -2083,7 +2083,7 @@ Resource RID_GLOBSTR
};
String STR_UNQUOTED_STRING
{
Text [ en-US ] = "Strings
must be quoted, otherwise they might be interpreted as an address or col/row name!
";
Text [ en-US ] = "Strings
without quotes are interpreted as column/row labels.
";
};
String STR_ENTER_VALUE
{
...
...
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