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 = ::rtl::OUString ( String(SdResId(SID_SD_A11Y_P_NUMBER_N)) );
             break;
         default:
-            //sName = ::rtl::OUString 
(RTL_CONSTASCII_USTRINGPARAM("UnknownAccessibleImpressShape"));
             sName = ::rtl::OUString (String(SdResId(SID_SD_A11Y_P_UNKNOWN_N)));
             uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, 
uno::UNO_QUERY);
             if (xDescriptor.is())
@@ -146,12 +135,10 @@ AccessiblePresentationShape::~Accessible
     switch (nShapeType)
     {
         case PRESENTATION_TITLE:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationTitleShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_TITLE_D)) );
            aDG.Initialize (sDescription);              
             break;
         case PRESENTATION_OUTLINER:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationOutlinerShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_OUTLINER_D)) );
            aDG.Initialize (sDescription);                              
//PresentationOutlinerShape
             break;
@@ -176,27 +163,22 @@ AccessiblePresentationShape::~Accessible
            aDG.Initialize (sDescription);                              
//PresentationHandoutShape
             break;
                case PRESENTATION_HEADER:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationHeaderShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_HEADER_D)) );
            aDG.Initialize (sDescription);                              
//PresentationHeaderShape
             break;
                case PRESENTATION_FOOTER:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationFooterShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_FOOTER_D)) );
            aDG.Initialize (sDescription);                              
//PresentationFooterShape
             break;
                case PRESENTATION_DATETIME:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationDateAndTimeShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_DATE_D)) );
            aDG.Initialize (sDescription);                              
//PresentationDateShape
             break;
                case PRESENTATION_PAGENUMBER:
-            //aDG.Initialize (::rtl::OUString::createFromAscii 
("PresentationPageNumberShape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_NUMBER_D)) );
            aDG.Initialize (sDescription);                              
//PresentationNumberShape
             break;
         default:
-            //aDG.Initialize (::rtl::OUString::createFromAscii ("Unknown 
accessible presentation shape"));
            sDescription = ::rtl::OUString ( 
String(SdResId(SID_SD_A11Y_P_UNKNOWN_D)) );
            aDG.Initialize (sDescription);                              
//Unknown accessible presentation shape
             uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, 
uno::UNO_QUERY);

Modified: 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==============================================================================
--- 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
 (original)
+++ 
openoffice/branches/rejuvenate01/main/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
 Wed Dec 11 08:49:16 2013
@@ -200,7 +200,6 @@ sal_Int16 SAL_CALL AccessibleSlideSorter
 {
     ThrowIfDisposed();
     //set Role = Shape
-    //static sal_Int16 nRole = AccessibleRole::LIST_ITEM;
     static sal_Int16 nRole = AccessibleRole::SHAPE;
     return nRole;
 }

Modified: openoffice/branches/rejuvenate01/main/sd/source/ui/func/fuediglu.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/func/fuediglu.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/sd/source/ui/func/fuediglu.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/sd/source/ui/func/fuediglu.cxx Wed 
Dec 11 08:49:16 2013
@@ -327,7 +327,6 @@ sal_Bool FuEditGluePoints::KeyInput(cons
 
        //Solution: Add Shift+UP/DOWN/LEFT/RIGHT key to move the position of 
insert point, 
        //and SHIFT+ENTER key to decide the postion and draw the new insert 
point
-       //sal_Bool bReturn = FuDraw::KeyInput(rKEvt);
 
        sal_Bool bReturn = sal_False;
        

Modified: openoffice/branches/rejuvenate01/main/sd/source/ui/view/sdwindow.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sd/source/ui/view/sdwindow.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/sd/source/ui/view/sdwindow.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/sd/source/ui/view/sdwindow.cxx Wed 
Dec 11 08:49:16 2013
@@ -1173,7 +1173,6 @@ void Window::DropScroll(const Point& rMo
                return xAcc;
        }
     if (mpViewShell != NULL)
-       //return mpViewShell->CreateAccessibleDocumentView (this);
        {
                xAcc = mpViewShell->CreateAccessibleDocumentView (this);
                SetAccessible(xAcc);

Modified: openoffice/branches/rejuvenate01/main/sfx2/source/view/viewfrm.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sfx2/source/view/viewfrm.cxx?rev=1550072&r1=1550071&r2=1550072&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/sfx2/source/view/viewfrm.cxx 
(original)
+++ openoffice/branches/rejuvenate01/main/sfx2/source/view/viewfrm.cxx Wed Dec 
11 08:49:16 2013
@@ -3390,8 +3390,6 @@ void SfxViewFrame::ChildWindowExecute( S
                ToggleChildWindow( nSID );
 
        GetBindings().Invalidate( nSID );
-       // Move to the before show()
-    //GetDispatcher()->Update_Impl( sal_True );
 
        // ggf. recorden
     if ( nSID == SID_HYPERLINK_DIALOG || nSID == SID_SEARCH_DLG )


Reply via email to