summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-28 15:45:16 +0200
committerNoel Grandin <noel@peralex.com>2016-01-29 10:54:23 +0200
commitb9daeb01a26d21f1801d2b4c861eb3d59c886949 (patch)
treeeb117fe61f8ece61d348b7576bf5ab26081a45dc /include/svtools
parente76b00978187486876cdc2adde14ef5043b2a9b0 (diff)
spelling
Change-Id: Ide111b7b8826d966e29df6a802b434ef1c12b56e
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/genericunodialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 3ba669fef55e..15ebdec6be15 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -121,7 +121,7 @@ namespace svt
virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw(css::uno::Exception, css::uno::RuntimeException, std::exception) override;
protected:
- /** create the concret dialog instance. note that m_aMutex is not locked when this method get's called,
+ /** create the concrete dialog instance. note that m_aMutex is not locked when this method get's called,
but the application-wide solar mutex is (to guard the not thread-safe ctor of the dialog).
@param pParent the parent window for the new dialog
*/