summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
diff options
context:
space:
mode:
authorGil Forcada <gforcada@gnome.org>2010-10-12 23:48:07 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-13 12:25:14 +0200
commit58ccb8ca29e97fc7866b7db6bc67e3daa42ae764 (patch)
treef29e4d6321d7e15d40221221a3f6e08b8d854cb1 /dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
parent1aa44a7761f8cd778e27ef205622f807720af62a (diff)
Removed comments, trailing spaces and death code (2)
Diffstat (limited to 'dbaccess/source/core/dataaccess/bookmarkcontainer.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/bookmarkcontainer.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx b/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
index 4c66ba968971..60f3157e8631 100644
--- a/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
+++ b/dbaccess/source/core/dataaccess/bookmarkcontainer.hxx
@@ -42,10 +42,8 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
-//........................................................................
namespace dbaccess
{
-//........................................................................
//==========================================================================
//= OBookmarkContainer - base class of collections of database definition
@@ -168,15 +166,11 @@ protected:
};
-//--------------------------------------------------------------------------
inline sal_Bool OBookmarkContainer::checkExistence(const ::rtl::OUString& _rName)
{
return m_aBookmarks.find(_rName) != m_aBookmarks.end();
}
-//........................................................................
} // namespace dbaccess
-//........................................................................
#endif // _DBA_CORE_BOOKMARKCONTAINER_HXX_
-