summaryrefslogtreecommitdiff
path: root/forms/source/component/cachedrowset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/cachedrowset.cxx')
-rw-r--r--forms/source/component/cachedrowset.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/cachedrowset.cxx b/forms/source/component/cachedrowset.cxx
index 37bf3f9d33a9..8989c4266286 100644
--- a/forms/source/component/cachedrowset.cxx
+++ b/forms/source/component/cachedrowset.cxx
@@ -29,10 +29,10 @@
#include <tools/diagnose_ex.h>
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::UNO_QUERY;
@@ -54,9 +54,9 @@ namespace frm
namespace ResultSetType = ::com::sun::star::sdbc::ResultSetType;
- //====================================================================
+
//= CachedRowSet_Data
- //====================================================================
+
struct CachedRowSet_Data
{
OUString sCommand;
@@ -74,9 +74,9 @@ namespace frm
}
};
- //====================================================================
+
//= CachedRowSet
- //====================================================================
+
CachedRowSet::CachedRowSet()
:m_pData( new CachedRowSet_Data )
@@ -183,8 +183,8 @@ namespace frm
}
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */