diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-16 13:55:31 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-16 23:50:54 +0200 |
commit | 57abecebc1b6c114b93fea34f133ac4eeb157dc3 (patch) | |
tree | 5d388d46c0386d835705b5f78b2765a11378a86c /dbaccess | |
parent | 436b829f5b904d76039db0818cff5dedf1ae89f1 (diff) |
Fix typo: s/an other/another/g
Change-Id: I203c546cfca841e7853282267190e20b60919add
Reviewed-on: https://gerrit.libreoffice.org/59098
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.hxx | 2 |
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 }; |