summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 10:05:21 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-06 21:17:27 +0200
commit43d35f56efc0a4b79909dc9fbd7b0483204b6f1a (patch)
treeca65ca87d590c619ebafb80c3aeb3dc97f4b5a9a /dbaccess/source/ext/macromigration/macromigrationdialog.cxx
parent1bc911eca173131fdc6e7e3889d128fa03adbf72 (diff)
Fix typos
Change-Id: I54c32259750c0863a39f56fabaa1a0df7d208c9a
Diffstat (limited to 'dbaccess/source/ext/macromigration/macromigrationdialog.cxx')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
index f894fa8a87a8..09842bdf5f98 100644
--- a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
+++ b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
@@ -543,7 +543,7 @@ namespace dbmm
{
Reference< XModifiable > xModify( m_pData->xDocument, UNO_QUERY_THROW );
xModify->setModified( sal_True );
- // this is just parnoia - in case saving the doc fails, perhaps the user is tempted to do so
+ // this is just paranoia - in case saving the doc fails, perhaps the user is tempted to do so
Reference< XStorable > xStor( m_pData->xDocument, UNO_QUERY_THROW );
xStor->store();
}