summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-28 14:52:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-28 14:54:12 +0100
commitc1b9402d49a7cd4bec383f28d397d9d89541f0e0 (patch)
tree29e1c211be6eaf119cb899270bdfc5fd870a7c65 /svx
parent9a93b3c671835267433b7dc9eb71aa9f1c79dd67 (diff)
Typos
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmshimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 8eb02c052b3b..10ff7106930f 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3529,7 +3529,7 @@ void FmXFormShell::CreateExternalView()
aArg.Value <<= xForm;
m_xExternalDisplayedForm = xForm;
- // do this before dispatching the "attach" command, as the atach may result in a call to our queryDispatch (for the FormSlots)
+ // do this before dispatching the "attach" command, as the attach may result in a call to our queryDispatch (for the FormSlots)
// whichs needs the m_xExternalDisplayedForm
xAttachDispatch->dispatch(aAttachURL, Sequence< PropertyValue>(&aArg, 1));