Author: hdu
Date: Wed Jan  8 13:07:25 2014
New Revision: 1556523

URL: http://svn.apache.org/r1556523
Log:
#i123948# fix struct/class mismatch from PropertyValue forward declaration

Modified:
    openoffice/trunk/main/writerfilter/source/dmapper/GraphicImport.hxx

Modified: openoffice/trunk/main/writerfilter/source/dmapper/GraphicImport.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/writerfilter/source/dmapper/GraphicImport.hxx?rev=1556523&r1=1556522&r2=1556523&view=diff
==============================================================================
--- openoffice/trunk/main/writerfilter/source/dmapper/GraphicImport.hxx 
(original)
+++ openoffice/trunk/main/writerfilter/source/dmapper/GraphicImport.hxx Wed Jan 
 8 13:07:25 2014
@@ -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