Author: hdu
Date: Fri Jan  3 12:59:36 2014
New Revision: 1555078

URL: http://svn.apache.org/r1555078
Log:
#i123948# fix struct/class mismatch of PrefetchPropertiesFunc's forward 
declaration

Modified:
    openoffice/trunk/main/slideshow/source/engine/slideshowimpl.cxx

Modified: openoffice/trunk/main/slideshow/source/engine/slideshowimpl.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/slideshow/source/engine/slideshowimpl.cxx?rev=1555078&r1=1555077&r2=1555078&view=diff
==============================================================================
--- openoffice/trunk/main/slideshow/source/engine/slideshowimpl.cxx (original)
+++ openoffice/trunk/main/slideshow/source/engine/slideshowimpl.cxx Fri Jan  3 
12:59:36 2014
@@ -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();


Reply via email to