Kaydet (Commit) deafd385 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I9671ad7c9e75b9e10abf46bc6b53fcd760acecbf
Reviewed-on: https://gerrit.libreoffice.org/57599
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst c13865a4
...@@ -74,7 +74,7 @@ namespace dbaccess ...@@ -74,7 +74,7 @@ namespace dbaccess
protected: protected:
typedef std::vector<ORowSetDataColumn*> TDataColumns; typedef std::vector<ORowSetDataColumn*> TDataColumns;
::osl::Mutex* m_pMutex; // this the mutex form the rowset itself ::osl::Mutex* m_pMutex; // this the mutex form the rowset itself
::osl::Mutex // we need a extra mutex for columns to prevend deadlock when setting new values ::osl::Mutex // we need a extra mutex for columns to prevent deadlock when setting new values
// for a row // for a row
m_aColumnsMutex; m_aColumnsMutex;
......
...@@ -65,7 +65,7 @@ public: ...@@ -65,7 +65,7 @@ public:
void addEntry(OUString const & url, Data const & data); void addEntry(OUString const & url, Data const & data);
::boost::optional<Data> getEntry(OUString const & url); ::boost::optional<Data> getEntry(OUString const & url);
//must also return the data urls for entries with @activ="false". That is, //must also return the data urls for entries with @active="false". That is,
//those are currently revoked. //those are currently revoked.
std::vector< OUString> getAllDataUrls(); std::vector< OUString> getAllDataUrls();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment