diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-06-12 21:26:57 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-06-12 21:26:57 +0200 |
commit | f456a5cd95093b62a5ed0b956173c5ed55151ca3 (patch) | |
tree | bf71bede2c706a5d13906aef39d3d797a62fe8d8 /tools/source | |
parent | 3d3a3e5e07f647ef7c631772f5cde899d9bb9b57 (diff) |
CWS mba33issues01: typo
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/svlibrary.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/svlibrary.cxx b/tools/source/generic/svlibrary.cxx index 365d61ca4244..6ebfd0086b5c 100644 --- a/tools/source/generic/svlibrary.cxx +++ b/tools/source/generic/svlibrary.cxx @@ -34,7 +34,7 @@ #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XMacroExpander.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/beans/xPropertySet.hpp>
+#include <com/sun/star/beans/XPropertySet.hpp>
#include <comphelper/processfactory.hxx>
#include <tools/string.hxx>
#include <rtl/uri.hxx>
|