summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/indexcollection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/indexcollection.hxx')
-rw-r--r--dbaccess/source/ui/inc/indexcollection.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/indexcollection.hxx b/dbaccess/source/ui/inc/indexcollection.hxx
index e741fc65e35e..e31039a769f4 100644
--- a/dbaccess/source/ui/inc/indexcollection.hxx
+++ b/dbaccess/source/ui/inc/indexcollection.hxx
@@ -25,14 +25,10 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include "indexes.hxx"
-//......................................................................
namespace dbaui
{
-//......................................................................
- //==================================================================
- //= OIndexCollection
- //==================================================================
+ // OIndexCollection
class OIndexCollection
{
protected:
@@ -100,10 +96,7 @@ namespace dbaui
void implFillIndexInfo(OIndex& _rIndex) SAL_THROW((::com::sun::star::uno::Exception));
};
-
-//......................................................................
} // namespace dbaui
-//......................................................................
#endif // _DBAUI_INDEXCOLLECTION_HXX_