summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-21 14:18:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-21 14:18:24 +0200
commit39a271effb5ff9cbdefa604dbd2292b3b01626b6 (patch)
tree06be33b6433c083a74e2426d9d020edd239de500 /include/cppuhelper
parentfix crash on export of ooo30155-1.sxw to odt (diff)
downloadcore-39a271effb5ff9cbdefa604dbd2292b3b01626b6.tar.gz
core-39a271effb5ff9cbdefa604dbd2292b3b01626b6.zip
typo
Change-Id: Iba3d56e8c95da526e0e559238e1ec5ba7a29538e
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/compbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/compbase.hxx b/include/cppuhelper/compbase.hxx
index 966679b3c2ee..ae578de1af8a 100644
--- a/include/cppuhelper/compbase.hxx
+++ b/include/cppuhelper/compbase.hxx
@@ -35,7 +35,7 @@
#include <rtl/instance.hxx>
#include <sal/types.h>
-namespace com { namespace sun { namespace star { namespace uno {
+namespace com { namespace sun { namespace star { namespace lang {
class XEventListener;
} } } }
namespace osl { class Mutex; }