summaryrefslogtreecommitdiff
path: root/include/svx/DescriptionGenerator.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 14:00:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 15:33:05 +0100
commit9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (patch)
tree2a78a4c979c58ce82157f6ad6ff5057ec9efbc5a /include/svx/DescriptionGenerator.hxx
parentc6ed4635e845044345bf27806d01dffc8f77d8cc (diff)
Fix typos
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360 Reviewed-on: https://gerrit.libreoffice.org/48832 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx/DescriptionGenerator.hxx')
-rw-r--r--include/svx/DescriptionGenerator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index fd1b1e2a39ad..6a7b57fc6bde 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -47,7 +47,7 @@ public:
};
/** Creates a new description generator with an empty description
- string. Usually you will want to call initialize next to specifiy
+ string. Usually you will want to call initialize next to specify
a general description of the shape.
@param xShape
The shape from which properties will be extracted by later calls
@@ -59,7 +59,7 @@ public:
~DescriptionGenerator();
/** Initialize the description with the given prefix followed by the
- shape's style in parantheses and a colon.
+ shape style in parentheses and a colon.
@param sPrefix
An introductory description of the shape that is made more
specific by later calls to <member>addProperty</member>.
@@ -67,7 +67,7 @@ public:
void Initialize (const OUString& sPrefix);
/** Initialize the description with the specified string from the
- resource followed by the shape's style in parantheses and a colon.
+ resource followed by the shape style in parentheses and a colon.
@param pResourceId
A resource id the specifies the introductory description of the
shape that is made more specific by later calls to