[Libreoffice-commits] core.git: external/hunspell sw/source vcl/generic

Michael Stahl mstahl at redhat.com
Tue Mar 3 08:03:23 PST 2015


 external/hunspell/ExternalProject_hunspell.mk |    1 -
 sw/source/core/text/frmform.cxx               |    1 -
 vcl/generic/print/bitmap_gfx.cxx              |   10 ++++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 08ce45c94fcf3d5d0e937fb01e90f16ef4d9c88f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Mar 2 21:17:10 2015 +0100

    remove more SunStudio cruft
    
    Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413

diff --git a/external/hunspell/ExternalProject_hunspell.mk b/external/hunspell/ExternalProject_hunspell.mk
index 2b1ab8b..160f2b1 100644
--- a/external/hunspell/ExternalProject_hunspell.mk
+++ b/external/hunspell/ExternalProject_hunspell.mk
@@ -19,7 +19,6 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
 		./configure --disable-shared --disable-nls --with-pic \
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
 			$(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") \
 		&& $(MAKE) \
 	)
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 7e426fc..fc18196 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -1267,7 +1267,6 @@ void SwTxtFrm::_Format( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf,
     SwParaPortion *pPara = rLine.GetInfo().GetParaPortion();
     rLine.SetUnclipped( false );
 
-    // That was too complicated for the C30: aString( GetTxt() );
     const OUString &rString = GetTxtNode()->GetTxt();
     const sal_Int32 nStrLen = rString.getLength();
 
diff --git a/vcl/generic/print/bitmap_gfx.cxx b/vcl/generic/print/bitmap_gfx.cxx
index 2811da8..ca6495f 100644
--- a/vcl/generic/print/bitmap_gfx.cxx
+++ b/vcl/generic/print/bitmap_gfx.cxx
@@ -33,8 +33,9 @@ const sal_uInt32 nBufferSize = 16384;
  *
  */
 
-PrinterBmp::~PrinterBmp ()
-{ /* dont need this, but C50 does */ }
+PrinterBmp::~PrinterBmp()
+{
+}
 
 /* virtual base class */
 
@@ -48,8 +49,9 @@ public:
     virtual         ~ByteEncoder () = 0;
 };
 
-ByteEncoder::~ByteEncoder ()
-{ /* dont need this, but the C50 does */ }
+ByteEncoder::~ByteEncoder()
+{
+}
 
 /* HexEncoder */
 


More information about the Libreoffice-commits mailing list