summaryrefslogtreecommitdiffstats
path: root/include/connectivity/FValue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/FValue.hxx')
-rw-r--r--include/connectivity/FValue.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx
index 80512576b828..7e1ef9fd7c85 100644
--- a/include/connectivity/FValue.hxx
+++ b/include/connectivity/FValue.hxx
@@ -465,7 +465,7 @@ namespace connectivity
};
typedef ::rtl::Reference<ORowSetValueDecorator> ORowSetValueDecoratorRef;
- // -------------------------------------------------------------------------
+
/// TSetBound is a unary_function to set the bound value with e.q. for_each call
struct OOO_DLLPUBLIC_DBTOOLS TSetBound : ::std::unary_function<ORowSetValue,void>
{
@@ -475,7 +475,7 @@ namespace connectivity
};
- // -------------------------------------------------------------------------
+
/// TSetBound is a unary_function to set the bound value with e.q. for_each call
struct OOO_DLLPUBLIC_DBTOOLS TSetRefBound : ::std::unary_function<ORowSetValueDecoratorRef,void>
{
@@ -485,9 +485,9 @@ namespace connectivity
};
- // ----------------------------------------------------------------------------
+
// Vector for file based rows
- // ----------------------------------------------------------------------------
+
template< class VectorVal > class ODeleteVector : public connectivity::ORowVector< VectorVal >
{
bool m_bDeleted;