include/svx/unopage.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5feafc1e2089a715fa94f206204cec73d58c189a
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Jun 18 22:42:14 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 11:43:35 2024 +0200

    Fix typo
    
    Change-Id: Ifc1cbeec10fabd83ab3461e9a8c268c7f3b84f0f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169161
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

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<SdrObject> CreateSdrObject_( const 
css::uno::Reference< css::drawing::XShape >& xShape );
 

Reply via email to