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/content.hxx | |
parent | 4a61b2fed9ec49e995db27315aa2e637ce4f874f (diff) |
fdo#65108 inter-module includes <> include/ucbhelper
Change-Id: I355c0873ef51b92f39dd7cc0d696075f54f890d9
Diffstat (limited to 'include/ucbhelper/content.hxx')
-rw-r--r-- | include/ucbhelper/content.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx index 3308a8e23526..217cfcb82a6b 100644 --- a/include/ucbhelper/content.hxx +++ b/include/ucbhelper/content.hxx @@ -19,13 +19,13 @@ #ifndef INCLUDED_UCBHELPER_CONTENT_HXX #define INCLUDED_UCBHELPER_CONTENT_HXX -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include <com/sun/star/ucb/ContentCreationException.hpp> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include "ucbhelper/ucbhelperdllapi.h" +#include <ucbhelper/ucbhelperdllapi.h> namespace com { namespace sun { namespace star { namespace beans { class XPropertySetInfo; |