You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/05/08 20:46:27 UTC

svn commit: r1480401 - in /openoffice/branches/rejuvenate01/main: slideshow/source/engine/slideshowimpl.cxx sw/source/ui/docvw/SidebarTxtControl.hxx writerfilter/source/dmapper/GraphicImport.hxx

Author: hdu
Date: Wed May  8 18:46:27 2013
New Revision: 1480401

URL: http://svn.apache.org/r1480401
Log:
#i122208# fix some minor class/struct declaration mismatches

Modified:
    openoffice/branches/rejuvenate01/main/slideshow/source/engine/slideshowimpl.cxx
    openoffice/branches/rejuvenate01/main/sw/source/ui/docvw/SidebarTxtControl.hxx
    openoffice/branches/rejuvenate01/main/writerfilter/source/dmapper/GraphicImport.hxx

Modified: openoffice/branches/rejuvenate01/main/slideshow/source/engine/slideshowimpl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/slideshow/source/engine/slideshowimpl.cxx?rev=1480401&r1=1480400&r2=1480401&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/slideshow/source/engine/slideshowimpl.cxx (original)
+++ openoffice/branches/rejuvenate01/main/slideshow/source/engine/slideshowimpl.cxx Wed May  8 18:46:27 2013
@@ -365,7 +365,7 @@ protected:
     
 private:
     struct SeparateListenerImpl; friend struct SeparateListenerImpl;
-    struct PrefetchPropertiesFunc; friend struct PrefetchPropertiesFunc;
+    class PrefetchPropertiesFunc; friend class PrefetchPropertiesFunc;
     
     /// Stop currently running show.
     void stopShow();

Modified: openoffice/branches/rejuvenate01/main/sw/source/ui/docvw/SidebarTxtControl.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/sw/source/ui/docvw/SidebarTxtControl.hxx?rev=1480401&r1=1480400&r2=1480401&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/sw/source/ui/docvw/SidebarTxtControl.hxx (original)
+++ openoffice/branches/rejuvenate01/main/sw/source/ui/docvw/SidebarTxtControl.hxx Wed May  8 18:46:27 2013
@@ -29,7 +29,7 @@
 class OutlinerView;
 class SwView;
 class SwPostItMgr;
-class SpellCallbackInfo;
+struct SpellCallbackInfo;
 
 namespace sw { namespace sidebarwindows {
 

Modified: openoffice/branches/rejuvenate01/main/writerfilter/source/dmapper/GraphicImport.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/writerfilter/source/dmapper/GraphicImport.hxx?rev=1480401&r1=1480400&r2=1480401&view=diff
==============================================================================
--- openoffice/branches/rejuvenate01/main/writerfilter/source/dmapper/GraphicImport.hxx (original)
+++ openoffice/branches/rejuvenate01/main/writerfilter/source/dmapper/GraphicImport.hxx Wed May  8 18:46:27 2013
@@ -46,7 +46,7 @@ namespace com{ namespace sun { namespace
     }
     namespace beans
     {
-        class PropertyValue;
+        struct PropertyValue;
         typedef ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > PropertyValues;
     }
 }}}