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
08ce45c9
Kaydet (Commit)
08ce45c9
authored
Mar 02, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove more SunStudio cruft
Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413
üst
9a3f8cc7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ExternalProject_hunspell.mk
external/hunspell/ExternalProject_hunspell.mk
+0
-1
frmform.cxx
sw/source/core/text/frmform.cxx
+0
-1
bitmap_gfx.cxx
vcl/generic/print/bitmap_gfx.cxx
+6
-4
No files found.
external/hunspell/ExternalProject_hunspell.mk
Dosyayı görüntüle @
08ce45c9
...
@@ -19,7 +19,6 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
...
@@ -19,7 +19,6 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
./configure --disable-shared --disable-nls --with-pic \
./configure --disable-shared --disable-nls --with-pic \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
$(if $(filter C53,$(COM)),CFLAGS="-xc99=none") \
$(if $(filter-out WNTGCC,$(OS)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \
$(if $(filter-out WNTGCC,$(OS)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \
&& $(MAKE) \
&& $(MAKE) \
)
)
...
...
sw/source/core/text/frmform.cxx
Dosyayı görüntüle @
08ce45c9
...
@@ -1267,7 +1267,6 @@ void SwTxtFrm::_Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf,
...
@@ -1267,7 +1267,6 @@ void SwTxtFrm::_Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf,
SwParaPortion
*
pPara
=
rLine
.
GetInfo
().
GetParaPortion
();
SwParaPortion
*
pPara
=
rLine
.
GetInfo
().
GetParaPortion
();
rLine
.
SetUnclipped
(
false
);
rLine
.
SetUnclipped
(
false
);
// That was too complicated for the C30: aString( GetTxt() );
const
OUString
&
rString
=
GetTxtNode
()
->
GetTxt
();
const
OUString
&
rString
=
GetTxtNode
()
->
GetTxt
();
const
sal_Int32
nStrLen
=
rString
.
getLength
();
const
sal_Int32
nStrLen
=
rString
.
getLength
();
...
...
vcl/generic/print/bitmap_gfx.cxx
Dosyayı görüntüle @
08ce45c9
...
@@ -33,8 +33,9 @@ const sal_uInt32 nBufferSize = 16384;
...
@@ -33,8 +33,9 @@ const sal_uInt32 nBufferSize = 16384;
*
*
*/
*/
PrinterBmp
::~
PrinterBmp
()
PrinterBmp
::~
PrinterBmp
()
{
/* dont need this, but C50 does */
}
{
}
/* virtual base class */
/* virtual base class */
...
@@ -48,8 +49,9 @@ public:
...
@@ -48,8 +49,9 @@ public:
virtual
~
ByteEncoder
()
=
0
;
virtual
~
ByteEncoder
()
=
0
;
};
};
ByteEncoder
::~
ByteEncoder
()
ByteEncoder
::~
ByteEncoder
()
{
/* dont need this, but the C50 does */
}
{
}
/* HexEncoder */
/* HexEncoder */
...
...
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