From 5feafc1e2089a715fa94f206204cec73d58c189a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jun 2024 22:42:14 +0200 Subject: Fix typo Change-Id: Ifc1cbeec10fabd83ab3461e9a8c268c7f3b84f0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169161 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/svx/unopage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx index f1b5c81ec516..8136603fdceb 100644 --- a/include/svx/unopage.hxx +++ b/include/svx/unopage.hxx @@ -85,7 +85,7 @@ class SVXCORE_DLLPUBLIC SvxDrawPage : static void GetTypeAndInventor( SdrObjKind& rType, SdrInventor& rInventor, const OUString& aName ) noexcept; // Creating a SdrObject using it's Description. - // Can be used by derived classes to support their owen Shapes (e.g. Controls). + // Can be used by derived classes to support their own Shapes (e.g. Controls). /// @throws css::uno::RuntimeException virtual rtl::Reference CreateSdrObject_( const css::uno::Reference< css::drawing::XShape >& xShape ); -- cgit