summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/api/query.hxx')
-rw-r--r--dbaccess/source/core/api/query.hxx2
1 files changed, 1 insertions, 1 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;