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/03/21 07:32:46 UTC

svn commit: r1459168 - /openoffice/trunk/main/cppuhelper/source/primeweak.cxx

Author: hdu
Date: Thu Mar 21 06:32:46 2013
New Revision: 1459168

URL: http://svn.apache.org/r1459168
Log:
fix case mismatch in include path

Modified:
    openoffice/trunk/main/cppuhelper/source/primeweak.cxx

Modified: openoffice/trunk/main/cppuhelper/source/primeweak.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/cppuhelper/source/primeweak.cxx?rev=1459168&r1=1459167&r2=1459168&view=diff
==============================================================================
--- openoffice/trunk/main/cppuhelper/source/primeweak.cxx (original)
+++ openoffice/trunk/main/cppuhelper/source/primeweak.cxx Thu Mar 21 06:32:46 2013
@@ -47,7 +47,7 @@
 #include "cppuhelper/com/sun/star/lang/XSingleServiceFactory.hpp"
 #include "cppuhelper/com/sun/star/lang/XSingleComponentFactory.hpp"
 #include "cppuhelper/com/sun/star/lang/XMultiServiceFactory.hpp"
-#include "cppuhelper/com/sun/star/lang/XMulticomponentFactory.hpp"
+#include "cppuhelper/com/sun/star/lang/XMultiComponentFactory.hpp"
 #include "cppuhelper/com/sun/star/lang/XServiceInfo.hpp"
 #include "cppuhelper/com/sun/star/lang/XEventListener.hpp"
 #include "cppuhelper/com/sun/star/lang/XTypeProvider.hpp"