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
11f50dfa
Kaydet (Commit)
11f50dfa
authored
Eyl 04, 2013
tarafından
Michael Meeks
Kaydeden (comit)
Michael Meeks
Eyl 09, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: build fixes.
Change-Id: I7419df44a1f75a1f8bd93f10a8104b75784e6fee
üst
d9e21015
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
sendfunc.cxx
sc/source/ui/collab/sendfunc.cxx
+3
-5
No files found.
sc/source/ui/collab/sendfunc.cxx
Dosyayı görüntüle @
11f50dfa
...
@@ -31,7 +31,7 @@ OUString editToString( const EditTextObject& /*rEditText*/ )
...
@@ -31,7 +31,7 @@ OUString editToString( const EditTextObject& /*rEditText*/ )
return
OUString
();
return
OUString
();
}
}
EditTextObject
stringToEdit
(
const
OUString
&
rStr
)
EditTextObject
stringToEdit
(
const
OUString
&
/* rStr */
)
{
{
// FIXME: implement me.
// FIXME: implement me.
// The code here only serves to make this file compilable.
// The code here only serves to make this file compilable.
...
@@ -196,9 +196,7 @@ public:
...
@@ -196,9 +196,7 @@ public:
void
appendAddress
(
const
ScAddress
&
rPos
)
void
appendAddress
(
const
ScAddress
&
rPos
)
{
{
OUString
aStr
;
aMessage
.
append
(
rPos
.
Format
(
SCA_VALID
)
);
rPos
.
Format
(
aStr
,
SCA_VALID
);
aMessage
.
append
(
aStr
);
appendSeparator
();
appendSeparator
();
}
}
...
@@ -379,7 +377,7 @@ bool ScDocFuncSend::SetFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell,
...
@@ -379,7 +377,7 @@ bool ScDocFuncSend::SetFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell,
aOp
.
appendFormulaCell
(
pCell
);
aOp
.
appendFormulaCell
(
pCell
);
aOp
.
appendBool
(
bInteraction
);
aOp
.
appendBool
(
bInteraction
);
SendMessage
(
aOp
);
SendMessage
(
aOp
);
pCell
->
Delete
()
;
delete
pCell
;
return
true
;
// needs some code auditing action
return
true
;
// needs some code auditing action
}
}
...
...
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