summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unomodel.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 20:16:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-05 10:46:59 +0200
commitfc050948aee0768d49788fbcbcd878baadf5db32 (patch)
treeda64555824b920c7f00987d34c6f63725006e7ef /sd/source/ui/unoidl/unomodel.cxx
parent9d787ac8ee3b336d620fbec2cd3cba16a1f2f30a (diff)
Fix typos
Change-Id: I64de001cc8f954b559775b854359b2780f2548fa Reviewed-on: https://gerrit.libreoffice.org/76959 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/unoidl/unomodel.cxx')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 31b9ebe44b14..ce0885f79af9 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -1552,7 +1552,7 @@ static sal_Int32 ImplPDFGetBookmarkPage( const OUString& rBookmark, SdDrawDocume
if ( nPgNum == SDRPAGE_NOTFOUND )
{
- // is the bookmark a object ?
+ // is the bookmark an object ?
pObj = rDoc.GetObj( aBookmark );
if (pObj)
nPgNum = pObj->getSdrPageFromSdrObject()->GetPageNum();