summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-26 18:06:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:35:58 +0000
commit5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 (patch)
tree43837eb609f7fa349a318ca68d4040759bd2ca67 /svx/source
parent69c88a32aad2cafde197e98557868ad069795d60 (diff)
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9 Reviewed-on: https://gerrit.libreoffice.org/16523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/form/navigatortree.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx2
-rw-r--r--svx/source/svdraw/svdxcgv.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index a5895e165df2..d54ead014955 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -1757,7 +1757,7 @@ namespace svxform
pFormShell->GetFormView()->DeleteMarked();
// start UNDO at this point. Unfortunately, this results in 2 UNDO actions, since DeleteMarked is
- // creating an own one. However, if we'd move it before DeleteMarked, Writer doesi not really like
+ // creating an own one. However, if we'd move it before DeleteMarked, Writer does not really like
// this ... :(
// #i31038#
{
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index d40f8a41763a..496459ed49fc 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -764,7 +764,7 @@ namespace sdr { namespace contact {
*/
bool impl_isControlVisible_nofail() const { return m_bControlIsVisible; }
- /** determines whether we are currently a listener at the control for desgin-mode relevant facets
+ /** determines whether we are currently a listener at the control for design-mode relevant facets
@nofail
*/
bool impl_isDesignModeListening_nofail() const { return m_bIsDesignModeListening; }
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index b915c097cd67..aeb085bd6f17 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -570,7 +570,7 @@ GDIMetaFile SdrExchangeView::GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked) co
// moving the result is more reliable then setting a relative MapMode at the VDev (used
// before), also see #i99268# in GetObjGraphic() below. Some draw actions at
// the OutDev are simply not handled correctly when a MapMode is set at the
- // target devive, e.g. MetaFloatTransparentAction. Even the Move for this action
+ // target device, e.g. MetaFloatTransparentAction. Even the Move for this action
// was missing the manipulation of the embedded Metafile
aMtf.Move(-aBound.Left(), -aBound.Top());