summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview4.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:33:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:24:52 +0200
commit7aef9ab8e81a7ccbdcc6042c49a972ee631d936e (patch)
tree8cf8b95bf09d819c620babc479380c735972cea3 /sd/source/ui/view/sdview4.cxx
parentfa0722d248733a616c7fbc2fb8ac2d46a2b8eb13 (diff)
Fix typos
Change-Id: I35cebe0e3f2a69872884d41d84ec9113bc5b484e Reviewed-on: https://gerrit.libreoffice.org/77287 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/view/sdview4.cxx')
-rw-r--r--sd/source/ui/view/sdview4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 030468fd8271..3c5f8cd6760b 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -83,7 +83,7 @@ SdrGrafObj* View::InsertGraphic( const Graphic& rGraphic, sal_Int8& rAction,
SdrEndTextEdit();
mnAction = rAction;
- // Is there a object at the position rPos?
+ // Is there an object at the position rPos?
SdrGrafObj* pNewGrafObj = nullptr;
SdrPageView* pPV = GetSdrPageView();
SdrObject* pPickObj = pObj;