[Libreoffice-commits] core.git: include/connectivity
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 2 05:09:14 UTC 2019
include/connectivity/FValue.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit b5231a70ce2a908f3c2de2af88e65e632c64e3f8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 30 22:26:20 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 2 07:08:18 2019 +0200
Fix typo
Change-Id: Ieb97944779daac68a18ca1f5ef1c563f0f96f344
Reviewed-on: https://gerrit.libreoffice.org/74975
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list