diff options
Diffstat (limited to 'ucb/source/ucp/file/filprp.cxx')
-rw-r--r-- | ucb/source/ucp/file/filprp.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filprp.cxx b/ucb/source/ucp/file/filprp.cxx index fb895ebe28bb..ed352a9e9a23 100644 --- a/ucb/source/ucp/file/filprp.cxx +++ b/ucb/source/ucp/file/filprp.cxx @@ -20,14 +20,13 @@ #include "filtask.hxx" #include "prov.hxx" #include "filprp.hxx" +#include "filinl.hxx" using namespace fileaccess; using namespace com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::ucb; -#include "filinl.hxx" - XPropertySetInfo_impl::XPropertySetInfo_impl( TaskManager* pMyShell,const OUString& aUnqPath ) : m_pMyShell( pMyShell ), m_seq( 0 ) |