summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-11-12 10:30:43 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-11-12 10:30:43 +0000
commitd0e945790494e61f557420d6a44c03b323bd01e6 (patch)
tree1528d3dd559cd033809e7861d5637e617c144f50 /ucb/source/ucp/ftp/ftpcontent.cxx
parentcfea500c91af8e9d782d012438e4d6a1b1bfc98e (diff)
#100000# - Reordered headers to avoid compile problem on Windows.
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontent.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index 9b57703e182b..4e29485c2932 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontent.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: abi $ $Date: 2002-10-29 12:43:13 $
+ * last change: $Author: kso $ $Date: 2002-11-12 11:30:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
*************************************************************************/
+#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HDL_
+#include <com/sun/star/beans/PropertyAttribute.hdl>
+#endif
+
#include "ftpdynresultset.hxx"
#include "ftpresultsetfactory.hxx"
#include "ftpresultsetI.hxx"