svn commit: r1550072 [3/9] - in /openoffice/branches/rejuvenate01: ./ main/accessibility/source/extended/ main/accessibility/source/standard/ main/basic/source/runtime/ main/bridges/prj/ main/chart2/s

2013-12-11 Thread hdu
Modified: 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
 (original)
+++ 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
 Wed Dec 11 08:49:16 2013
@@ -871,7 +871,6 @@ void AccessibleDrawDocumentView::Activat
 {
 if (mpChildrenManager != NULL)
 {
-//mpChildrenManager->UpdateSelection();
sal_Bool bChange = sal_False;
 // When none of the children has the focus then claim it for the
 // view.

Modified: 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx
 (original)
+++ 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx
 Wed Dec 11 08:49:16 2013
@@ -48,8 +48,6 @@ namespace accessibility 
   mViewForwarder( rOutlView )
 {   
 // register as listener - need to broadcast state change messages
-   // Moved to ::GetTextForwarder()
-//rOutliner.SetNotifyHdl( LINK(this, AccessibleOutlineEditSource, 
NotifyHdl) );
 StartListening(rOutliner);
 }
 
@@ -62,7 +60,6 @@ namespace accessibility 
 
 SvxEditSource* AccessibleOutlineEditSource::Clone() const
 {
-/*return NULL;*/
return new AccessibleOutlineEditSource(*mpOutliner, mrView, 
*mpOutlinerView, mrWindow);
 }
 

Modified: 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessiblePresentationShape.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
 (original)
+++ 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessiblePresentationShape.cxx
 Wed Dec 11 08:49:16 2013
@@ -81,47 +81,36 @@ AccessiblePresentationShape::~Accessible
 switch (nShapeType)
 {
 case PRESENTATION_TITLE:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressTitle"));
 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_TITLE_N)));
 break;
 case PRESENTATION_OUTLINER:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressOutliner"));
 sName = ::rtl::OUString 
(String(SdResId(SID_SD_A11Y_P_OUTLINER_N)));
 break;
 case PRESENTATION_SUBTITLE:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressSubtitle"));
 sName = ::rtl::OUString 
(String(SdResId(SID_SD_A11Y_P_SUBTITLE_N)));
 break;
 case PRESENTATION_PAGE:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressPage"));
 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_PAGE_N)));
 break;
 case PRESENTATION_NOTES:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressNotes"));
 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_NOTES_N)));
 break;
 case PRESENTATION_HANDOUT:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressHandout"));
 sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_HANDOUT_N)));
 break;
case PRESENTATION_HEADER:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressHeader"));
sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_HEADER_N)) );
 break;
case PRESENTATION_FOOTER:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressFooter"));
sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_FOOTER_N)) );
 break;
case PRESENTATION_DATETIME:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressDateAndTime"));
sName = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_DATE_N)) );
 break;
case PRESENTATION_PAGENUMBER:
-//sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("ImpressPageNumber"));
sName 

svn commit: r1550072 [9/9] - in /openoffice/branches/rejuvenate01: ./ main/accessibility/source/extended/ main/accessibility/source/standard/ main/basic/source/runtime/ main/bridges/prj/ main/chart2/s

2013-12-11 Thread hdu
Modified: 
openoffice/branches/rejuvenate01/main/svtools/source/brwbox/brwbox3.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/svtools/source/brwbox/brwbox3.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- openoffice/branches/rejuvenate01/main/svtools/source/brwbox/brwbox3.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/svtools/source/brwbox/brwbox3.cxx Wed 
Dec 11 08:49:16 2013
@@ -256,7 +256,6 @@ OUString BrowseBox::GetAccessibleObjectN
sal_Int32 rowId = _nPosition + 1;
aRetText = OUString::valueOf( rowId );
}
-   //aRetText = OUString( RTL_CONSTASCII_USTRINGPARAM( 
"RowHeaderCell" ) );
 #if OSL_DEBUG_LEVEL > 1
 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) );
aRetText += OUString::valueOf(sal_Int32(GetCurRow()));
@@ -266,7 +265,6 @@ OUString BrowseBox::GetAccessibleObjectN
 #endif
break;
 case ::svt::BBTYPE_COLUMNHEADERCELL:
-   //aRetText = OUString( RTL_CONSTASCII_USTRINGPARAM( 
"ColumnHeaderCell" ) );
aRetText = OUString( GetColumnDescription( sal_Int16( 
_nPosition ) ) );
 #if OSL_DEBUG_LEVEL > 1
 aRetText += OUString( RTL_CONSTASCII_USTRINGPARAM( " [" ) );

Modified: 
openoffice/branches/rejuvenate01/main/svtools/source/brwbox/editbrowsebox.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/svtools/source/brwbox/editbrowsebox.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- 
openoffice/branches/rejuvenate01/main/svtools/source/brwbox/editbrowsebox.cxx 
(original)
+++ 
openoffice/branches/rejuvenate01/main/svtools/source/brwbox/editbrowsebox.cxx 
Wed Dec 11 08:49:16 2013
@@ -1072,7 +1072,6 @@ namespace svt
 {
commitTableEvent(
 ACTIVE_DESCENDANT_CHANGED,
-   //makeAny( 
CreateAccessibleCell( nRow, GetColumnPos( nCol ) ) ),
makeAny( CreateAccessibleCell( 
nRow, GetColumnPos( nCol -1) ) ),
Any()
);

Modified: 
openoffice/branches/rejuvenate01/main/svtools/source/contnr/svtreebx.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/svtools/source/contnr/svtreebx.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- openoffice/branches/rejuvenate01/main/svtools/source/contnr/svtreebx.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/svtools/source/contnr/svtreebx.cxx 
Wed Dec 11 08:49:16 2013
@@ -907,7 +907,6 @@ void SvTreeListBox::GetFocus()
pEntry = pImp->pCursor;
}
if ( pEntry )
-   //pImp->CallEventListeners( VCLEVENT_LISTBOX_SELECT, pEntry );
pImp->CallEventListeners( VCLEVENT_LISTBOX_TREEFOCUS, pEntry );
 
 }
@@ -2763,13 +2762,6 @@ void SvTreeListBox::FillAccessibleEntryS
rStateSet.AddState( AccessibleStateType::EXPANDABLE );
if ( IsExpanded( pEntry ) )
rStateSet.AddState( 
(sal_Int16)AccessibleStateType::EXPANDED );
-   /*
-   else
-   {
-   // MT: COLLAPSE == EXPANDABLE & !EXPANDED
-   rStateSet.AddState( 
(sal_Int16)AccessibleStateType::COLLAPSE );
-   }
-   */
}
 
if ( GetCheckButtonState( pEntry ) == SV_BUTTON_CHECKED )

Modified: 
openoffice/branches/rejuvenate01/main/svtools/source/control/valueacc.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/svtools/source/control/valueacc.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==
--- openoffice/branches/rejuvenate01/main/svtools/source/control/valueacc.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/svtools/source/control/valueacc.cxx 
Wed Dec 11 08:49:16 2013
@@ -788,7 +788,6 @@ ValueSetItem* ValueSetAcc::getItem (sal_
 nIndex -= 1;
 }
 if (pItem == NULL)
-//pItem = mpParent->ImplGetVisibleItem 
(static_cast(nIndex));
pItem = mpParent->ImplGetItem (static_cast(nIndex));
 
 return pItem;
@@ -973,7 +972,6 @@ sal_Int32 SAL_CALL ValueItemAcc::getAcce
 // just in case the number of children changes in the mean time.
 try
 {
-//pItem = mpParent->mrParent.ImplGetVisibleItem (i);
 pItem = mpParent->mrParent.ImplGetItem(i);
 }
 catch (lang::IndexOutOfBoundsException aE

svn propchange: r1550072 - svn:log

2013-12-11 Thread hdu
Author: hdu
Revision: 1550072
Modified property: svn:log

Modified: svn:log at Wed Dec 11 09:13:01 2013
--
--- svn:log (original)
+++ svn:log Wed Dec 11 09:13:01 2013
@@ -1 +1 @@
-updated "rejuvenate" branch to trunk (as of 2013/12/11, r1550058)
+updated "rejuvenate" branch to trunk (as of 2013/12/11, r1550068)



buildbot success in ASF Buildbot on aoo-win7

2013-12-11 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1549940 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-win7/builds/870

 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2013-12-11 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Failure

 Build revision 1550058 on branch None

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/824

 Build reason was: forced: by IRC user  on channel #asftest: rerun 
after build fix


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2013-12-11 Thread buildbot
Hi! , The openoffice-linux32-nightly builder has just completed a run

STATUS: Failure

 Build revision 1550058 on branch None

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm2_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/582

 Build reason was: forced: by IRC user  on channel #asftest: rerun 
after build fix


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1550148 [1/2] - /openoffice/trunk/extras/l10n/source/bg/localize.sdf

2013-12-11 Thread jsc
Author: jsc
Date: Wed Dec 11 14:24:59 2013
New Revision: 1550148

URL: http://svn.apache.org/r1550148
Log:
#123818# integrate Bulgarian translation for AOO4.1

Modified:
openoffice/trunk/extras/l10n/source/bg/localize.sdf



svn commit: r1550153 [1/2] - /openoffice/trunk/extras/l10n/source/th/localize.sdf

2013-12-11 Thread jsc
Author: jsc
Date: Wed Dec 11 14:34:38 2013
New Revision: 1550153

URL: http://svn.apache.org/r1550153
Log:
#123819# integrate Thai translation for AOO4.1

Modified:
openoffice/trunk/extras/l10n/source/th/localize.sdf



svn commit: r1550157 [1/2] - /openoffice/trunk/extras/l10n/source/nb/localize.sdf

2013-12-11 Thread jsc
Author: jsc
Date: Wed Dec 11 14:43:56 2013
New Revision: 1550157

URL: http://svn.apache.org/r1550157
Log:
#123820# integrate, update Norwegian Bokmal translation for AOO4.1

Modified:
openoffice/trunk/extras/l10n/source/nb/localize.sdf



svn commit: r1550158 [1/2] - /openoffice/trunk/extras/l10n/source/de/localize.sdf

2013-12-11 Thread jsc
Author: jsc
Date: Wed Dec 11 14:45:04 2013
New Revision: 1550158

URL: http://svn.apache.org/r1550158
Log:
#123821# integrate, updated German translation for AOO4.1

Modified:
openoffice/trunk/extras/l10n/source/de/localize.sdf



svn commit: r1550217 - /openoffice/site/trunk/content/orientation/intro-contributing.mdtext

2013-12-11 Thread robweir
Author: robweir
Date: Wed Dec 11 18:26:55 2013
New Revision: 1550217

URL: http://svn.apache.org/r1550217
Log:
Update URL for "14 ways to contribute" post.  Bug reported by: gz7c...@gmail.com

Modified:
openoffice/site/trunk/content/orientation/intro-contributing.mdtext

Modified: openoffice/site/trunk/content/orientation/intro-contributing.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/orientation/intro-contributing.mdtext?rev=1550217&r1=1550216&r2=1550217&view=diff
==
--- openoffice/site/trunk/content/orientation/intro-contributing.mdtext 
(original)
+++ openoffice/site/trunk/content/orientation/intro-contributing.mdtext Wed Dec 
11 18:26:55 2013
@@ -39,7 +39,7 @@ and understanding the culture of this op
 1. [How It Works](http://apache.org/foundation/how-it-works.html) (to 
learn about how the ASF is organized and how its meritocracy works)
 1. [ASF FAQ's](http://www.apache.org/foundation/faq.html) (browse to see 
if it answers any questions you might have)
 1. [OpenOffice Wikipedia article](http://en.wikipedia.org/wiki/OpenOffice) 
(for basic historical background)
-1. [14 Ways to Contribute to Open Source without Being a Programming 
Genius or a Rock Star](http://blog.smartbear.com/software-quality/bid/167051/)
+1. [14 Ways to Contribute to Open Source without Being a Programming 
Genius or a Rock 
Star](http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/)
 
 1. As a globally-distributed all-volunteer open source project, there is never 
a time or place where we can
 all meet together in the same room or even on a telephone call.  Because of 
this, and out of respect for 




svn commit: r890016 - in /websites/staging/openoffice/trunk/content: ./ orientation/intro-contributing.html

2013-12-11 Thread buildbot
Author: buildbot
Date: Wed Dec 11 18:26:59 2013
New Revision: 890016

Log:
Staging update by buildbot for openoffice

Modified:
websites/staging/openoffice/trunk/content/   (props changed)

websites/staging/openoffice/trunk/content/orientation/intro-contributing.html

Propchange: websites/staging/openoffice/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 11 18:26:59 2013
@@ -1 +1 @@
-1548729
+1550217

Modified: 
websites/staging/openoffice/trunk/content/orientation/intro-contributing.html
==
--- 
websites/staging/openoffice/trunk/content/orientation/intro-contributing.html 
(original)
+++ 
websites/staging/openoffice/trunk/content/orientation/intro-contributing.html 
Wed Dec 11 18:26:59 2013
@@ -121,7 +121,7 @@ and understanding the culture of this op
 http://apache.org/foundation/how-it-works.html";>How It Works 
(to learn about how the ASF is organized and how its meritocracy works)
 http://www.apache.org/foundation/faq.html";>ASF FAQ's (browse 
to see if it answers any questions you might have)
 http://en.wikipedia.org/wiki/OpenOffice";>OpenOffice Wikipedia 
article (for basic historical background)
-http://blog.smartbear.com/software-quality/bid/167051/";>14 Ways 
to Contribute to Open Source without Being a Programming Genius or a Rock 
Star
+http://blog.smartbear.com/programming/14-ways-to-contribute-to-open-source-without-being-a-programming-genius-or-a-rock-star/";>14
 Ways to Contribute to Open Source without Being a Programming Genius or a Rock 
Star
 
 
 




svn commit: r890017 - /websites/production/openoffice/content/

2013-12-11 Thread robweir
Author: robweir
Date: Wed Dec 11 18:27:51 2013
New Revision: 890017

Log:
Publishing svnmucc operation to openoffice site by robweir

Added:
websites/production/openoffice/content/
  - copied from r890016, websites/staging/openoffice/trunk/content/



svn commit: r1550226 - /openoffice/ooo-site/trunk/content/donations.html

2013-12-11 Thread robweir
Author: robweir
Date: Wed Dec 11 18:52:01 2013
New Revision: 1550226

URL: http://svn.apache.org/r1550226
Log:
update title

Modified:
openoffice/ooo-site/trunk/content/donations.html

Modified: openoffice/ooo-site/trunk/content/donations.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/donations.html?rev=1550226&r1=1550225&r2=1550226&view=diff
==
--- openoffice/ooo-site/trunk/content/donations.html (original)
+++ openoffice/ooo-site/trunk/content/donations.html Wed Dec 11 18:52:01 2013
@@ -2,7 +2,7 @@
 
 
 
-Donations 
+Help Us Help the World
 
 
 




svn commit: r890020 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/donations.html

2013-12-11 Thread buildbot
Author: buildbot
Date: Wed Dec 11 18:53:20 2013
New Revision: 890020

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/donations.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 11 18:53:20 2013
@@ -1 +1 @@
-1549625
+1550226

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 11 18:53:20 2013
@@ -1 +1 @@
-1549625
+1550226

Modified: websites/staging/ooo-site/trunk/content/donations.html
==
--- websites/staging/ooo-site/trunk/content/donations.html (original)
+++ websites/staging/ooo-site/trunk/content/donations.html Wed Dec 11 18:53:20 
2013
@@ -3,7 +3,7 @@
 
 
 
-Donations 
+Help Us Help the World
 
 
 




svn commit: r890021 - in /websites/production/ooo-site: cgi-bin/ content/

2013-12-11 Thread robweir
Author: robweir
Date: Wed Dec 11 18:54:06 2013
New Revision: 890021

Log:
Publishing svnmucc operation to ooo-site site by robweir

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r890020, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r890020, websites/staging/ooo-site/trunk/content/



buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2013-12-11 Thread buildbot
Hi! , The openoffice-fbsd-nightly builder has just completed a run

STATUS: Failure

 Build revision 1550344 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-fbsd2_64bit

 Build results at: 
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/118

 Build reason was: The Nightly scheduler named 'openoffice-fbsd-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot