svn commit: r1697461 - /openoffice/trunk/main/basegfx/test/basegfx2d.cxx

2015-08-24 Thread damjan
Author: damjan
Date: Mon Aug 24 17:51:36 2015
New Revision: 1697461

URL: http://svn.apache.org/r1697461
Log:
Fix a mistyped comma in a basegfx test commited in 1536730.


Modified:
openoffice/trunk/main/basegfx/test/basegfx2d.cxx

Modified: openoffice/trunk/main/basegfx/test/basegfx2d.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/basegfx/test/basegfx2d.cxx?rev=1697461r1=1697460r2=1697461view=diff
==
--- openoffice/trunk/main/basegfx/test/basegfx2d.cxx (original)
+++ openoffice/trunk/main/basegfx/test/basegfx2d.cxx Mon Aug 24 17:51:36 2015
@@ -193,7 +193,7 @@ public:
 CPPUNIT_ASSERT_MESSAGE(importing simple bezier polygon from SVG-D, 
tools::importFromSvgD( aReImport, aExport, false, 0));
 CPPUNIT_ASSERT_MESSAGE(re-imported polygon needs to be identical, 
aReImport == aPoly);
 
-   CPPUNIT_ASSERT_MESSAGE(importing '@' from SVG-D, 
tools::importFromSvgD( aPoly, aPath2, , false, 0));
+   CPPUNIT_ASSERT_MESSAGE(importing '@' from SVG-D, 
tools::importFromSvgD( aPoly, aPath2, false, 0));
 aExport = tools::exportToSvgD( aPoly, true, true, false );
 
// Adaptions for B2DPolygon bezier change (see #i77162#):




buildbot exception in ASF Buildbot on aoo-w7snap

2015-08-24 Thread buildbot
The Buildbot has detected a build exception on builder aoo-w7snap while 
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-w7snap/builds/11

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-snapshot' triggered this 
build
Build Source Stamp: [branch openoffice/tags/SNAPSHOT] HEAD
Blamelist: 

BUILD FAILED: exception svn info autoconf configure bootstrap build.pl --all 
copy the log index upload logs

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-nightly

2015-08-24 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/58

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-08-24 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux64-rat 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-rat/builds/48

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat-aoo410

2015-08-24 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux64-rat-aoo410 while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux64-rat-aoo410/builds/44

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-rat-aoo410' 
triggered this build
Build Source Stamp: [branch openoffice/branches/AOO410] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





svn commit: r1697501 - /openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx

2015-08-24 Thread kschenk
Author: kschenk
Date: Mon Aug 24 21:04:11 2015
New Revision: 1697501

URL: http://svn.apache.org/r1697501
Log:
#i126476# Patch by: Mark Hung


Modified:
openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx

Modified: openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx?rev=1697501r1=1697500r2=1697501view=diff
==
--- openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx (original)
+++ openoffice/trunk/main/sw/source/core/text/itrcrsr.cxx Mon Aug 24 21:04:11 
2015
@@ -56,6 +56,7 @@
 // -- OD 2010-05-05 #i111284#
 #include numrule.hxx
 // --
+#include com/sun/star/i18n/ScriptType.hpp
 
 // Nicht reentrant !!!
 // wird in GetCharRect gesetzt und im UnitUp/Down ausgewertet.
@@ -267,6 +268,9 @@ void SwTxtMargin::CtorInitTxtMargin( SwT
rSpace.IsAutoFirst() )
{
nFirstLineOfs = GetFnt()-GetSize( 
GetFnt()-GetActual() ).Height();
+LanguageType aLang = pNode-GetLang( 0, 1, 
i18n::ScriptType::ASIAN);
+if (aLang != LANGUAGE_KOREAN  aLang != 
LANGUAGE_JAPANESE)
+nFirstLineOfs=1;
const SvxLineSpacingItem *pSpace = 
aLineInf.GetLineSpacing();
if( pSpace )
{




buildbot success in ASF Buildbot on openoffice-linux32-snapshot

2015-08-24 Thread buildbot
The Buildbot has detected a passing build on builder 
openoffice-linux32-snapshot while building ASF Buildbot. Full details are 
available at:
http://ci.apache.org/builders/openoffice-linux32-snapshot/builds/13

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm3_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-snapshot' 
triggered this build
Build Source Stamp: [branch openoffice/tags/SNAPSHOT] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2015-08-24 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/59

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2015-08-24 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-fbsd-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/47

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-fbsd2_64bit

Build Reason: The Nightly scheduler named 'openoffice-fbsd-nightly' triggered 
this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed configure bootstrap

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux32-nightly

2015-08-24 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/64

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot exception in ASF Buildbot on aoo-win7

2015-08-24 Thread buildbot
The Buildbot has detected a build exception on builder aoo-win7 while building 
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-win7/builds/62

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: exception svn info autoconf configure bootstrap build.pl --all 
copy log index upload logs

Sincerely,
 -The Buildbot