diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 14:00:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 14:00:31 +0000 |
commit | 5823e907daa9d5046af5ae7a52193cd115d2a155 (patch) | |
tree | bc96e9f1a7a985b5a2e79e5a829ee4f268e3915c /ucbhelper/workben | |
parent | 5a605b0f34f6976eb08aadb48539fe5016c02049 (diff) |
INTEGRATION: CWS bgdlremove (1.4.64); FILE MERGED
2007/05/30 10:50:31 kso 1.4.64.2: #i37864# - Cleanup.
2007/05/18 11:38:07 kso 1.4.64.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r-- | ucbhelper/workben/myucp/myucp_resultset.hxx | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/ucbhelper/workben/myucp/myucp_resultset.hxx b/ucbhelper/workben/myucp/myucp_resultset.hxx index ee06a745c27c..4d7ec8192840 100644 --- a/ucbhelper/workben/myucp/myucp_resultset.hxx +++ b/ucbhelper/workben/myucp/myucp_resultset.hxx @@ -4,9 +4,9 @@ * * $RCSfile: myucp_resultset.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:46:13 $ + * last change: $Author: ihi $ $Date: 2007-06-05 15:00:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,22 +37,15 @@ #ifndef _MYUCP_RESULTSET_HXX #define _MYUCP_RESULTSET_HXX -#ifndef _RTL_REF_HXX_ -#include <rtl/ref.hxx> -#endif -#ifndef _UCBHELPER_RESULTSETHELPER_HXX -#include <ucbhelper/resultsethelper.hxx> -#endif +#include "rtl/ref.hxx" +#include "ucbhelper/resultsethelper.hxx" -// @@@ Adjust multi-include-protection-ifdef and header file name. -#ifndef _MYUCP_CONTENT_HXX #include "myucp_content.hxx" -#endif // @@@ Adjust namespace name. namespace myucp { -class DynamicResultSet : public ::ucb::ResultSetImplHelper +class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper { rtl::Reference< Content > m_xContent; com::sun::star::uno::Reference< |