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
98929ce4
Kaydet (Commit)
98929ce4
authored
Ara 22, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos
Change-Id: Ib9c92c059eaec367c809949550d9991e8bd10d93
üst
a1a76efa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
LocalOfficeConnection.java
bean/com/sun/star/beans/LocalOfficeConnection.java
+1
-1
LocalOfficeConnection.java
bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+1
-1
UnpackedTarball.mk
solenv/gbuild/UnpackedTarball.mk
+1
-1
xmltbli.cxx
sw/source/filter/xml/xmltbli.cxx
+2
-2
No files found.
bean/com/sun/star/beans/LocalOfficeConnection.java
Dosyayı görüntüle @
98929ce4
...
...
@@ -523,7 +523,7 @@ public class LocalOfficeConnection
/* replaces each substring aSearch in aString by aReplace.
StringBuffer.replaceAll() is not avai
a
lable in Java 1.3.x.
StringBuffer.replaceAll() is not available in Java 1.3.x.
*/
private
static
String
replaceAll
(
String
aString
,
String
aSearch
,
String
aReplace
)
{
...
...
bean/com/sun/star/comp/beans/LocalOfficeConnection.java
Dosyayı görüntüle @
98929ce4
...
...
@@ -637,7 +637,7 @@ public class LocalOfficeConnection
/* replaces each substring aSearch in aString by aReplace.
StringBuffer.replaceAll() is not avai
a
lable in Java 1.3.x.
StringBuffer.replaceAll() is not available in Java 1.3.x.
*/
private
static
String
replaceAll
(
String
aString
,
String
aSearch
,
String
aReplace
)
{
...
...
solenv/gbuild/UnpackedTarball.mk
Dosyayı görüntüle @
98929ce4
...
...
@@ -424,7 +424,7 @@ endef
echo "Patch $$patch_file generated" ; \
); \
else \
echo "Error: No pristine tarball avai
a
lable for $*" 1>&2 ; \
echo "Error: No pristine tarball available for $*" 1>&2 ; \
fi
...
...
sw/source/filter/xml/xmltbli.cxx
Dosyayı görüntüle @
98929ce4
...
...
@@ -2760,9 +2760,9 @@ void SwXMLTableContext::MakeTable()
// For text::HoriOrientation::NONE we would prefere to use the sum
// of the relative column widths as reference width.
// Unfortunately this works only if this sum interpreted as
// twip value is larger than the space that is avai
a
lable.
// twip value is larger than the space that is available.
// We don't know that space, so we have to use USHRT_MAX, too.
// Even if a size is spec
z
ified, it will be ignored!
// Even if a size is specified, it will be ignored!
nWidth
=
USHRT_MAX
;
break
;
default
:
...
...
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