summaryrefslogtreecommitdiff
path: root/ucbhelper/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:51:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:51:01 +0000
commitd123b9a062cb9f24ad78c22685da3b314b88821e (patch)
tree0052c7c25ae6b008aa21980c3b05ba35359ea029 /ucbhelper/inc
parent0e17f5f79083a08a106136373488eb60b32b84b2 (diff)
INTEGRATION: CWS bgdlremove (1.5.64); FILE MERGED
2007/05/18 11:38:09 kso 1.5.64.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r--ucbhelper/inc/ucbhelper/resultsetmetadata.hxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
index bc5563821b2b..b1422aafe012 100644
--- a/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
+++ b/ucbhelper/inc/ucbhelper/resultsetmetadata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resultsetmetadata.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:31:10 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:51:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,7 +71,11 @@ namespace com { namespace sun { namespace star {
namespace beans { struct Property; }
} } }
-namespace ucb
+namespace ucbhelper_impl {
+ struct ResultSetMetaData_Impl;
+}
+
+namespace ucbhelper
{
//=========================================================================
@@ -161,8 +165,6 @@ ResultSetColumnData::ResultSetColumnData()
//=========================================================================
-struct ResultSetMetaData_Impl;
-
/**
* This is an implementation of the interface XResultSetMetaData. It can be
* used to implement the interface
@@ -175,7 +177,7 @@ class UCBHELPER_DLLPUBLIC ResultSetMetaData :
public ::com::sun::star::sdbc::XResultSetMetaData
{
private:
- ResultSetMetaData_Impl* m_pImpl;
+ ucbhelper_impl::ResultSetMetaData_Impl* m_pImpl;
protected:
::com::sun::star::uno::Reference<
@@ -497,6 +499,6 @@ public:
::com::sun::star::uno::RuntimeException );
};
-} // namespace ucb
+} // namespace ucbhelper
#endif /* !_UCBHELPER_RESULTSETMETADATA_HXX */