summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-09-17 20:15:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-09-17 20:15:27 +0200
commit40825c4369696b4f491d093d4f0218278ab5f140 (patch)
tree9a0981a652b94b2f6fb3f0abebd5a13c2254b2d7 /svx
parent006a5d5be6071b27551baa3048c805891a1eae63 (diff)
Typo: excatly->exactly
Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx
index 8b5a49ee763c..9d928352317b 100644
--- a/svx/source/form/fmobj.cxx
+++ b/svx/source/form/fmobj.cxx
@@ -355,7 +355,7 @@ void FmFormObj::clonedFrom(const FmFormObj* _pSource)
ensureModelEnv(xSourceContainer, m_xEnvironmentHistory);
m_aEventsHistory = aEvts;
- // if we we're clone there was a call to operator=, so aEvts are excatly the events we need here ...
+ // if we we're clone there was a call to operator=, so aEvts are exactly the events we need here ...
}