summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-18 22:42:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 11:43:35 +0200
commit5feafc1e2089a715fa94f206204cec73d58c189a (patch)
tree145e0ce9af79d0183be2e75adf3a0b96f7670d69 /include/svx
parent61692b82ae4ff62662509b5979a7aabc7d380678 (diff)
Fix typo
Change-Id: Ifc1cbeec10fabd83ab3461e9a8c268c7f3b84f0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169161 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/unopage.hxx2
1 files changed, 1 insertions, 1 deletions
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 );