summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/FValue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/FValue.hxx')
-rw-r--r--connectivity/inc/connectivity/FValue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/FValue.hxx b/connectivity/inc/connectivity/FValue.hxx
index dd8d1083c405..48f63f43c3c0 100644
--- a/connectivity/inc/connectivity/FValue.hxx
+++ b/connectivity/inc/connectivity/FValue.hxx
@@ -251,7 +251,7 @@ namespace connectivity
ORowSetValue& operator=(const ::rtl::OUString& _rRH);
// the type isn't set it will be set to VARCHAR if the type is different change it
ORowSetValue& operator=(const ::com::sun::star::uno::Sequence<sal_Int8>& _rRH);
- // we the possiblity to save a any for bookmarks
+ // we the possibility to save a any for bookmarks
ORowSetValue& operator=(const ::com::sun::star::uno::Any& _rAny);
operator sal_Bool() const { return isNull() ? sal_False : getBool(); }