Kaydet (Commit) 08ce45c9 authored tarafından Michael Stahl's avatar Michael Stahl

remove more SunStudio cruft

Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413
üst 9a3f8cc7
...@@ -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) \
) )
......
...@@ -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();
......
...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment