svn commit: r1707403 - in /openoffice/branches/AOO410/main: ./ cui/source/dialogs/SpellDialog.cxx

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 21:51:59 2015
New Revision: 1707403

URL: http://svn.apache.org/viewvc?rev=1707403=rev
Log:
#i126447# Fix text deletion when toggling "Check grammar" in spell checker.
Patch by: Stefan Heinemann 

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/cui/source/dialogs/SpellDialog.cxx

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 21:51:59 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,170210
 
7,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397

Modified: openoffice/branches/AOO410/main/cui/source/dialogs/SpellDialog.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/cui/source/dialogs/SpellDialog.cxx?rev=1707403=1707402=1707403=diff
==
--- openoffice/branches/AOO410/main/cui/source/dialogs/SpellDialog.cxx 
(original)
+++ openoffice/branches/AOO410/main/cui/source/dialogs/SpellDialog.cxx Wed Oct  
7 21:51:59 2015
@@ -787,7 +787,7 @@ void SpellDialog::Impl_Restore()
 //get a new sentence
 aSentenceED.SetText(rtl::OUString());
 aSentenceED.ResetModified();
-SpellContinue_Impl();
+SpellContinue_Impl(true);
 aIgnorePB.SetText(aIgnoreOnceST);
 }
 




svn commit: r1707381 - in /openoffice/trunk/main/sal/osl/unx: backtrace.h file.cxx

2015-10-07 Thread pfg
Author: pfg
Date: Wed Oct  7 20:30:12 2015
New Revision: 1707381

URL: http://svn.apache.org/viewvc?rev=1707381=rev
Log:
FreeBSD: Small cleanup and enhancement.

Reviewed by:Don Lewis

Modified:
openoffice/trunk/main/sal/osl/unx/backtrace.h
openoffice/trunk/main/sal/osl/unx/file.cxx

Modified: openoffice/trunk/main/sal/osl/unx/backtrace.h
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/backtrace.h?rev=1707381=1707380=1707381=diff
==
--- openoffice/trunk/main/sal/osl/unx/backtrace.h (original)
+++ openoffice/trunk/main/sal/osl/unx/backtrace.h Wed Oct  7 20:30:12 2015
@@ -22,7 +22,7 @@
 
 
 
-#if defined (SOLARIS) || (FREEBSD) 
+#if defined (FREEBSD) || defined (SOLARIS)  
 
 #ifdef __cplusplus
 extern "C" {

Modified: openoffice/trunk/main/sal/osl/unx/file.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/file.cxx?rev=1707381=1707380=1707381=diff
==
--- openoffice/trunk/main/sal/osl/unx/file.cxx (original)
+++ openoffice/trunk/main/sal/osl/unx/file.cxx Wed Oct  7 20:30:12 2015
@@ -1085,7 +1085,7 @@ SAL_CALL osl_mapFile (
 // OS simultaneously pages in the rest); on other platforms, it remains
 // to be evaluated whether madvise or equivalent is available and
 // actually useful:
-#if defined MACOSX
+#if defined (FREEBSD) || defined (MACOSX) 
 int e = posix_madvise(p, nLength, POSIX_MADV_WILLNEED);
 if (e != 0)
 {




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

2015-10-07 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/88

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: r1707408 - /openoffice/trunk/main/LICENSE_ALv2

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 22:08:56 2015
New Revision: 1707408

URL: http://svn.apache.org/viewvc?rev=1707408=rev
Log:
#i126567# Extend copyright years.

Modified:
openoffice/trunk/main/LICENSE_ALv2

Modified: openoffice/trunk/main/LICENSE_ALv2
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/LICENSE_ALv2?rev=1707408=1707407=1707408=diff
==
--- openoffice/trunk/main/LICENSE_ALv2 (original)
+++ openoffice/trunk/main/LICENSE_ALv2 Wed Oct  7 22:08:56 2015
@@ -187,7 +187,7 @@
   same "printed page" as the copyright notice for easier
   identification within third-party archives.
 
-   Copyright 2011, 2012, 2013 Apache Software Foundation
+   Copyright 2011, 2012, 2013, 2014, 2015 Apache Software Foundation
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.




svn commit: r1707409 - in /openoffice/branches/AOO410/main: ./ LICENSE_ALv2

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 22:09:59 2015
New Revision: 1707409

URL: http://svn.apache.org/viewvc?rev=1707409=rev
Log:
#i126567# Extend copyright years.

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/LICENSE_ALv2

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 22:09:59 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408

Modified: openoffice/branches/AOO410/main/LICENSE_ALv2
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/LICENSE_ALv2?rev=1707409=1707408=1707409=diff
==
--- openoffice/branches/AOO410/main/LICENSE_ALv2 (original)
+++ openoffice/branches/AOO410/main/LICENSE_ALv2 Wed Oct  7 22:09:59 2015
@@ -187,7 +187,7 @@
   same "printed page" as the copyright notice for easier
   identification within third-party archives.
 
-   Copyright 2011, 2012, 2013 Apache Software Foundation
+   Copyright 2011, 2012, 2013, 2014, 2015 Apache Software Foundation
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.




svn commit: r1707392 - in /openoffice/branches/AOO410/main: ./ sc/ sc/source/core/data/ sc/source/core/data/dociter.cxx

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 21:17:38 2015
New Revision: 1707392

URL: http://svn.apache.org/viewvc?rev=1707392=rev
Log:
#i123901# formula DGET() gives #VALUE! error when fetching calculation 
resulting in string
Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas 
returning strings.
Note: Tests are only on trunk.
Patch by: damjan.

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/sc/   (props changed)
openoffice/branches/AOO410/main/sc/source/core/data/   (props changed)
openoffice/branches/AOO410/main/sc/source/core/data/dociter.cxx

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 21:17:38 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,1702894,170289
 
8,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,1702107,170289
 
4,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175

Propchange: openoffice/branches/AOO410/main/sc/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 21:17:38 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main/sc:1417739-1541842
 
/openoffice/branches/ooxml-osba/main/sc:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main/sc:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main/sc:1571617,1571902,1594864,1621121,1623847,1623849-1623850,1642300-1642302,1702894,1702898,1702986,1702988,1707169
+/openoffice/trunk/main/sc:1571617,1571902,1594864,1621121,1623847,1623849-1623850,1642300-1642302,1702107,1702894,1702898,1702986,1702988,1707169

Propchange: openoffice/branches/AOO410/main/sc/source/core/data/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 21:17:38 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main/sc/source/core/data:1417739-1541842
 
/openoffice/branches/ooxml-osba/main/sc/source/core/data:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main/sc/source/core/data:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main/sc/source/core/data:1571617,1571902,1594864,1621121,1623847,1623849-1623850,1642300-1642302,1653973,1702894,1702898,1702986,1702988
+/openoffice/trunk/main/sc/source/core/data:1571617,1571902,1594864,1621121,1623847,1623849-1623850,1642300-1642302,1653973,1702107,1702894,1702898,1702986,1702988


svn commit: r1707397 - /openoffice/trunk/main/sal/osl/w32/profile.cxx

2015-10-07 Thread pfg
Author: pfg
Date: Wed Oct  7 21:37:01 2015
New Revision: 1707397

URL: http://svn.apache.org/viewvc?rev=1707397=rev
Log:
Bring back the casts for Win32.

Our old version of MSVC doesn't understand CERT secure C coding standard
MEM 02-A.

Reported by:damjan (through pescetti)

Modified:
openoffice/trunk/main/sal/osl/w32/profile.cxx

Modified: openoffice/trunk/main/sal/osl/w32/profile.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/w32/profile.cxx?rev=1707397=1707396=1707397=diff
==
--- openoffice/trunk/main/sal/osl/w32/profile.cxx (original)
+++ openoffice/trunk/main/sal/osl/w32/profile.cxx Wed Oct  7 21:37:01 2015
@@ -1584,7 +1584,7 @@ static const sal_Char* addLine(osl_TProf
if (pProfile->m_Lines == NULL)
{
pProfile->m_MaxLines = LINES_INI;
-   pProfile->m_Lines = calloc(pProfile->m_MaxLines, 
sizeof(sal_Char *));
+   pProfile->m_Lines = (sal_Char 
**)calloc(pProfile->m_MaxLines, sizeof(sal_Char *));
}
else
{
@@ -1625,7 +1625,7 @@ static const sal_Char* insertLine(osl_TP
if (pProfile->m_Lines == NULL)
{
pProfile->m_MaxLines = LINES_INI;
-   pProfile->m_Lines = calloc(pProfile->m_MaxLines, 
sizeof(sal_Char *));
+   pProfile->m_Lines = (sal_Char 
**)calloc(pProfile->m_MaxLines, sizeof(sal_Char *));
}
else
{
@@ -1799,7 +1799,7 @@ static sal_Bool addSection(osl_TProfileI
if (pProfile->m_Sections == NULL)
{
pProfile->m_MaxSections = SECTIONS_INI;
-   pProfile->m_Sections = calloc(pProfile->m_MaxSections, 
sizeof(osl_TProfileSection));
+   pProfile->m_Sections = (osl_TProfileSection 
*)calloc(pProfile->m_MaxSections, sizeof(osl_TProfileSection));
}
else
{




svn commit: r1707412 - /openoffice/trunk/main/extensions.lst

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 22:41:05 2015
New Revision: 1707412

URL: http://svn.apache.org/viewvc?rev=1707412=rev
Log:
#i126573# Update English dictionary to version 2015.10.01

Modified:
openoffice/trunk/main/extensions.lst

Modified: openoffice/trunk/main/extensions.lst
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/extensions.lst?rev=1707412=1707411=1707412=diff
==
--- openoffice/trunk/main/extensions.lst (original)
+++ openoffice/trunk/main/extensions.lst Wed Oct  7 22:41:05 2015
@@ -39,7 +39,7 @@
 
 # English dictionary
 [ language=en.* || language=de || language=it ]
-045c9cd45d6517c7304e77faeb502776 
http://sourceforge.net/projects/aoo-extensions/files/17102/20/dict-en.oxt/download
 "dict-en.oxt"
+f5f6aab4cc5d92a34ab13ad15332770c 
http://sourceforge.net/projects/aoo-extensions/files/17102/21/dict-en.oxt/download
 "dict-en.oxt"
 
 # English (USA, en_US) dictionary
 [ language==nl || language==ru ]




svn commit: r1707399 - in /openoffice/branches/AOO410/main: ./ solenv/gbuild/platform/linux.mk

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 21:39:24 2015
New Revision: 1707399

URL: http://svn.apache.org/viewvc?rev=1707399=rev
Log:
#i124712# Use -fuse-cxa-atexit (to build svl on, e.g., Ubuntu 14.04)
Patch by: Amali Praveena Soban Kumar 

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/solenv/gbuild/platform/linux.mk

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 21:39:24 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,1702107,170289
 
4,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,170210
 
7,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175

Modified: openoffice/branches/AOO410/main/solenv/gbuild/platform/linux.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/solenv/gbuild/platform/linux.mk?rev=1707399=1707398=1707399=diff
==
--- openoffice/branches/AOO410/main/solenv/gbuild/platform/linux.mk (original)
+++ openoffice/branches/AOO410/main/solenv/gbuild/platform/linux.mk Wed Oct  7 
21:39:24 2015
@@ -93,7 +93,7 @@ gb_CXXFLAGS := \
-fmessage-length=0 \
-fno-common \
-fno-strict-aliasing \
-   -fno-use-cxa-atexit \
+   -fuse-cxa-atexit \
-fvisibility-inlines-hidden \
-fvisibility=hidden \
-pipe \




svn commit: r1707413 - in /openoffice/branches/AOO410/main: ./ extensions.lst

2015-10-07 Thread pescetti
Author: pescetti
Date: Wed Oct  7 22:42:34 2015
New Revision: 1707413

URL: http://svn.apache.org/viewvc?rev=1707413=rev
Log:
#i126573# Update English dictionary to version 2015.10.01

Modified:
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/extensions.lst

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 22:42:34 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408
+/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1620195,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700126,170013
 
5,1702107,1702894,1702898,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1706649,1707167,1707169-1707170,1707175,1707397,1707408,1707412

Modified: openoffice/branches/AOO410/main/extensions.lst
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/extensions.lst?rev=1707413=1707412=1707413=diff
==
--- openoffice/branches/AOO410/main/extensions.lst (original)
+++ openoffice/branches/AOO410/main/extensions.lst Wed Oct  7 22:42:34 2015
@@ -39,7 +39,7 @@
 
 # English dictionary
 [ language=en.* || language=de || language=it ]
-045c9cd45d6517c7304e77faeb502776 
http://sourceforge.net/projects/aoo-extensions/files/17102/20/dict-en.oxt/download
 "dict-en.oxt"
+f5f6aab4cc5d92a34ab13ad15332770c 
http://sourceforge.net/projects/aoo-extensions/files/17102/21/dict-en.oxt/download
 "dict-en.oxt"
 
 # English (USA, en_US) dictionary
 [ language==nl || language==ru ]




buildbot success in ASF Buildbot on openoffice-linux32-nightly

2015-10-07 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/108

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 failure in ASF Buildbot on openoffice-linux64-nightly

2015-10-07 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/104

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 build --all

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2015-10-07 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/95

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 build --all

Sincerely,
 -The Buildbot





buildbot success in ASF Buildbot on openoffice-linux64-rat

2015-10-07 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/92

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





svn commit: r1707321 - in /openoffice/branches/AOO410: ./ main/ main/sal/osl/unx/profile.c main/sal/osl/w32/profile.cxx

2015-10-07 Thread pfg
Author: pfg
Date: Wed Oct  7 14:47:48 2015
New Revision: 1707321

URL: http://svn.apache.org/viewvc?rev=1707321=rev
Log:
MFT r1706649:
malloc + memset (0) --> calloc

Drop useless casts while here.

Discussed with: security team

Modified:
openoffice/branches/AOO410/   (props changed)
openoffice/branches/AOO410/main/   (props changed)
openoffice/branches/AOO410/main/sal/osl/unx/profile.c
openoffice/branches/AOO410/main/sal/osl/w32/profile.cxx

Propchange: openoffice/branches/AOO410/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 14:47:48 2015
@@ -2,5 +2,5 @@
 /openoffice/branches/ia2:1417739-1541842
 
/openoffice/branches/ooxml-osba:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk:1571617,1571619,1571677,1572577,1572587,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1607111,1607793,1607836,1608348,1608359,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611549,1612539,1612801,1621121,1623847,1623849-1623850,1642300-1642302,1647713,1654282,1669457,1669459,1669462-1669463,1669465,1689883,1689959,1690740,1690755,1690854,1694131-1694132,1694701,1702894,1702898,1702986,1702988,1705542-1705543,1705551
+/openoffice/trunk:1571617,1571619,1571677,1572577,1572587,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1607111,1607793,1607836,1608348,1608359,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611549,1612539,1612801,1621121,1623847,1623849-1623850,1642300-1642302,1647713,1654282,1669457,1669459,1669462-1669463,1669465,1689883,1689959,1690740,1690755,1690854,1694131-1694132,1694701,1702894,1702898,1702986,1702988,1705542-1705543,1705551,1706649
 /openoffice/trunk/main:1705369

Propchange: openoffice/branches/AOO410/main/
--
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct  7 14:47:48 2015
@@ -2,4 +2,4 @@
 /openoffice/branches/ia2/main:1417739-1541842
 
/openoffice/branches/ooxml-osba/main:1546391,1546395,1546574,1546934,1547030,1547392,1551920,1551954,1551958,1552283
 
/openoffice/branches/rejuvenate01/main:1480411,1534063,1534098,1536312,1549902,1560617
-/openoffice/trunk/main:1571617,1571677,1572569,1572577,1573547,1574058,1574101,1575922,1576216,1576748,1578786,1579934,1580657,1580779,1581746,1581840,1582359,1582365,1582709,1583336,1583418,1583589,1583988,1585171,1585261,1586242,1586249,1586583,1587468,1589050,1591501,1592692,1592716,1594206,1595847,1595851,1595858,1596218,1596491,1596494,1597076,1597102,1597109,1599169,1599173-1599174,1600581,1600587,1600590,1600630,1600861,1600863,1600883,1602434,1602791,1602823,1602850,1603416,1603897,1603941,1604028,1604709,1604786,1605044,1605355,1605689,1606055,1606061,1606706,1607111,1607793,1607836,1608348,1608376,1608730,1608733,1609204,1609208,1609302,1609426,1610347,1610411,1610422,1610671,1611470,1611549,1612070-1612071,1612539,1612801,1616457,1616944,1621121,1623847,1623849-1623850,1630814,1633294,1633297,1635806,1642300-1642302,1650314,1654282,1669457,1669459,1669462-1669463,1669465,1677190,1687177,1689883,1689959,1692551,1694132,1694701,1695962,1697807,1700078,1700135,1702894,170289
 
8,1702986,1702988,1705193,1705196,1705199,1705276,1705364,1705368-1705369,1705542,1707167,1707169-1707170,1707175

svn commit: r1707328 - /openoffice/trunk/main/sal/osl/unx/util.c

2015-10-07 Thread pfg
Author: pfg
Date: Wed Oct  7 15:48:25 2015
New Revision: 1707328

URL: http://svn.apache.org/viewvc?rev=1707328=rev
Log:
Enable some code from SUN Studio that works for other compilers (GCC).

Hinted from the OpenIndiana (Illumos) port by Alexander Pyhalov.


Modified:
openoffice/trunk/main/sal/osl/unx/util.c

Modified: openoffice/trunk/main/sal/osl/unx/util.c
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/util.c?rev=1707328=1707327=1707328=diff
==
--- openoffice/trunk/main/sal/osl/unx/util.c (original)
+++ openoffice/trunk/main/sal/osl/unx/util.c Wed Oct  7 15:48:25 2015
@@ -313,7 +313,7 @@ void osl_InitSparcV9(void)
 #endif
 
 #if( defined(__GNUC__) && (defined(X86) || defined(X86_64)) )\
-|| ( defined(SOLARIS) && defined (__SUNPRO_C) && defined(__i386) )
+|| ( defined(SOLARIS) && defined(__i386) )
 
 /* Safe default */
 int osl_isSingleCPU = 0;