diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-30 22:26:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-02 07:08:18 +0200 |
commit | b5231a70ce2a908f3c2de2af88e65e632c64e3f8 (patch) | |
tree | 021b941bb746852193592bfd21f144b072c0ed4a /include/connectivity | |
parent | 6fe53ff4d79aee8413d1a6fcff339c13e18bd12b (diff) |
Fix typo
Change-Id: Ieb97944779daac68a18ca1f5ef1c563f0f96f344
Reviewed-on: https://gerrit.libreoffice.org/74975
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/FValue.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx index a06fa627a199..e79ef73f0a13 100644 --- a/include/connectivity/FValue.hxx +++ b/include/connectivity/FValue.hxx @@ -307,7 +307,7 @@ namespace connectivity ORowSetValue& operator=(const OUString& _rRH); // the type isn't set it will be set to VARCHAR if the type is different change it ORowSetValue& operator=(const css::uno::Sequence<sal_Int8>& _rRH); - // we the possibility to save a any for bookmarks + // with the possibility to save an any for bookmarks ORowSetValue& operator=(const css::uno::Any& _rAny); operator bool() const { return !isNull() && getBool(); } @@ -398,7 +398,7 @@ namespace connectivity double getDouble() const; float getFloat() const; - OUString getString() const; // makes a automatic conversion if type isn't a string + OUString getString() const; // makes an automatic conversion if type isn't a string css::util::Date getDate() const; css::util::Time getTime() const; css::util::DateTime getDateTime() const; @@ -438,7 +438,7 @@ namespace connectivity void impl_fill( const sal_Int32 _nType, bool _bNullable, const detail::IValueSource& _rValueSource ); }; - /// ORowSetValueDecorator decorates a ORowSetValue so the value is "refcounted" + /// ORowSetValueDecorator decorates an ORowSetValue so the value is "refcounted" class OOO_DLLPUBLIC_DBTOOLS ORowSetValueDecorator : public ::salhelper::SimpleReferenceObject { ORowSetValue m_aValue; // my own value |