summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core')
-rw-r--r--dbaccess/source/core/api/query.hxx2
-rw-r--r--dbaccess/source/core/dataaccess/ModelImpl.hxx2
-rw-r--r--dbaccess/source/core/inc/querycontainer.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/query.hxx b/dbaccess/source/core/api/query.hxx
index 6c10524c8dea..e0a14916aee2 100644
--- a/dbaccess/source/core/api/query.hxx
+++ b/dbaccess/source/core/api/query.hxx
@@ -71,7 +71,7 @@ protected:
enum AGGREGATE_ACTION { NONE, SETTING_PROPERTIES, FLUSHING };
AGGREGATE_ACTION m_eDoingCurrently;
- /** a class which automatically resets m_eDoingCurrently in it's destructor
+ /** a class which automatically resets m_eDoingCurrently in its destructor
*/
class OAutoActionReset; // just for the following friend declaration
friend class OAutoActionReset;
diff --git a/dbaccess/source/core/dataaccess/ModelImpl.hxx b/dbaccess/source/core/dataaccess/ModelImpl.hxx
index 0b816e177cd1..258764dd4a99 100644
--- a/dbaccess/source/core/dataaccess/ModelImpl.hxx
+++ b/dbaccess/source/core/dataaccess/ModelImpl.hxx
@@ -202,7 +202,7 @@ private:
/// true if and only if a database document existed previously (though meanwhile disposed), and was already initialized
bool m_bDocumentInitialized;
- /** the URL which the document should report as it's URL
+ /** the URL which the document should report as its URL
This might differ from ->m_sDocFileLocation in case the document was loaded
as part of a crash recovery process. In this case, ->m_sDocFileLocation points to
diff --git a/dbaccess/source/core/inc/querycontainer.hxx b/dbaccess/source/core/inc/querycontainer.hxx
index d4087fa6a171..163e04d86963 100644
--- a/dbaccess/source/core/inc/querycontainer.hxx
+++ b/dbaccess/source/core/inc/querycontainer.hxx
@@ -72,7 +72,7 @@ namespace dbaccess
enum AGGREGATE_ACTION { NONE, INSERTING, FLUSHING };
AGGREGATE_ACTION m_eDoingCurrently;
- /** a class which automatically resets m_eDoingCurrently in it's destructor
+ /** a class which automatically resets m_eDoingCurrently in its destructor
*/
class OAutoActionReset; // just for the following friend declaration
friend class OAutoActionReset;