summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-03-21 05:32:46 +0000
committerHerbert Dürr <hdu@apache.org>2013-03-21 05:32:46 +0000
commit12d33dd664568614df83c87929cd1b39f080478f (patch)
tree7df9338cd2de7ed3fccfb9b6288d6353b3d4147e /cppuhelper
parentaf614d3f8358663879e086da1a3545f9f4fd10a2 (diff)
fix case mismatch in include path
Notes
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/primeweak.cxx2
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"