diff options
author | Herbert Dürr <hdu@apache.org> | 2013-03-21 05:32:46 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-03-21 05:32:46 +0000 |
commit | 12d33dd664568614df83c87929cd1b39f080478f (patch) | |
tree | 7df9338cd2de7ed3fccfb9b6288d6353b3d4147e /cppuhelper | |
parent | af614d3f8358663879e086da1a3545f9f4fd10a2 (diff) |
fix case mismatch in include path
Notes
Notes:
prefer: dee53a32a9feba2021782db5762b5a9a034efae4
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/primeweak.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/primeweak.cxx b/cppuhelper/source/primeweak.cxx index c3bf7a9e4cc5..97d3accb443c 100644 --- a/cppuhelper/source/primeweak.cxx +++ b/cppuhelper/source/primeweak.cxx @@ -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" |