summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-08 08:30:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-09 10:51:20 +0200
commit717ffb7a479b48e8122c34b33685cd855c5ba219 (patch)
treeb49e1047f3fa788d9c429d831a0d207a2784407f /include
parent7f8dbdc18cec9ddb45e0ecd543b35b738e0ad13c (diff)
Fix typos
Change-Id: I545154bddfd29194630d744b4aa4f5c385321531 Reviewed-on: https://gerrit.libreoffice.org/77138 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/svx/sdtakitm.hxx2
-rw-r--r--include/svx/shapepropertynotifier.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdtakitm.hxx b/include/svx/sdtakitm.hxx
index bfe0129a48a7..5c06ef484378 100644
--- a/include/svx/sdtakitm.hxx
+++ b/include/svx/sdtakitm.hxx
@@ -64,7 +64,7 @@ enum class SdrTextAniKind {
// Direction = the starting direction.
// All Other Parameters: just like SdrTextAniKind::Scroll
// - SdrTextAniKind::Slide:
-// Text will slide in to the original position.
+// Text will slide into the original position.
// -> same as SCROLL with StartInside = sal_False, StopInside = sal_True
// and Count = 1 (Count = 0 is interpreted as count = 1).
// For each count > 1, the text, will be slid out backwards
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx
index bd8a8a9377af..d49aad3c7c60 100644
--- a/include/svx/shapepropertynotifier.hxx
+++ b/include/svx/shapepropertynotifier.hxx
@@ -61,7 +61,7 @@ namespace svx
//= PropertyValueProvider
- /** default implementation of a IPropertyValueProvider
+ /** default implementation of an IPropertyValueProvider
This default implementation queries the object which it is constructed with for the XPropertySet interface,
and calls the getPropertyValue method.
@@ -113,7 +113,7 @@ namespace svx
void addPropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
void removePropertyChangeListener( const OUString& _rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& _rxListener );
- /** registers a IPropertyValueProvider
+ /** registers an IPropertyValueProvider
*/
void registerProvider( const ShapeProperty _eProperty, const std::shared_ptr<IPropertyValueProvider>& _rProvider );