summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/dataaccess/databasedocument.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx b/dbaccess/source/core/dataaccess/databasedocument.hxx
index e910bff75d3e..df5765855df7 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.hxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.hxx
@@ -196,7 +196,7 @@ class ODatabaseDocument :public ModelDependentComponent // ModelDepe
bool m_bClosing;
bool m_bAllowDocumentScripting;
bool m_bHasBeenRecovered;
- /// If XModel::attachResource() was called to inform us that the document is embedded into an other one.
+ /// If XModel::attachResource() was called to inform us that the document is embedded into another one.
bool m_bEmbedded;
enum StoreType { SAVE, SAVE_AS };