diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:37:02 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:48 -0600 |
commit | 3d12a3339bfcadd776029c078b456817d0aba2f2 (patch) | |
tree | a886e524d8f50b4270ed4793e23b9526fa263aab /include/ucbhelper/propertyvalueset.hxx | |
parent | 4a61b2fed9ec49e995db27315aa2e637ce4f874f (diff) |
fdo#65108 inter-module includes <> include/ucbhelper
Change-Id: I355c0873ef51b92f39dd7cc0d696075f54f890d9
Diffstat (limited to 'include/ucbhelper/propertyvalueset.hxx')
-rw-r--r-- | include/ucbhelper/propertyvalueset.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx index ea5aec2cd868..694fd41183b6 100644 --- a/include/ucbhelper/propertyvalueset.hxx +++ b/include/ucbhelper/propertyvalueset.hxx @@ -26,9 +26,9 @@ #include <com/sun/star/beans/Property.hpp> #include <cppuhelper/weak.hxx> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include <ucbhelper/macros.hxx> -#include "ucbhelper/ucbhelperdllapi.h" +#include <ucbhelper/ucbhelperdllapi.h> namespace com { namespace sun { namespace star { namespace script { class XTypeConverter; |