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;
     }
 }}}


Reply via email to