summaryrefslogtreecommitdiff
path: root/include/svtools/genericunodialog.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 17:25:54 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 22:33:02 +0200
commita14b659dc0b5d3de4fc7801907a83eda3476f3c1 (patch)
tree1efe2ff43567c6faf992c1544b05a6b05afd96f9 /include/svtools/genericunodialog.hxx
parente69c38722bac136ead8640cf7a8d0dd557741740 (diff)
Fix typos
Change-Id: I8561dc27229a2430bfdfd8ac806139b4450496c7 Reviewed-on: https://gerrit.libreoffice.org/76026 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/svtools/genericunodialog.hxx')
-rw-r--r--include/svtools/genericunodialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 108f8a61f09a..36a836ff83bf 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -177,7 +177,7 @@ namespace svt
/** smaller form of <method>initialize</method>.<p/>
The <method>initialize</method> method is called with a sequence of com.sun.star.uno::Any's,
which is split up into the single elements, which are passed to implInitialize. The default implementation
- tries to extract an com.sun.star.beans::PropertyValue from the value an pass it to the
+ tries to extract a com.sun.star.beans::PropertyValue from the value a pass it to the
com.sun.star.beans::XPropertySet interface of the object.
*/
virtual void implInitialize(const css::uno::Any& _rValue);
@@ -201,7 +201,7 @@ namespace svt
bool impl_ensureDialog_lck();
};
- /// helper class for guarding access to methods of a OGenericUnoDialog
+ /// helper class for guarding access to methods of an OGenericUnoDialog
class UnoDialogEntryGuard
{
public: