summaryrefslogtreecommitdiff
path: root/include/unotools/moduleoptions.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-27 09:39:21 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-27 09:39:21 +0200
commit46a719d893b92f41a0bdbd7bff660d228c2bd714 (patch)
tree7e40ec855d98723386459c4f847e14e356bb65c4 /include/unotools/moduleoptions.hxx
parent60cd850d672bc1dcc3eb24adfffa7a6ab98a44bd (diff)
Typos: dfined -> defined + add missing 's'
Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f
Diffstat (limited to 'include/unotools/moduleoptions.hxx')
-rw-r--r--include/unotools/moduleoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index 75615a89bf3b..e26d1442cfb7 100644
--- a/include/unotools/moduleoptions.hxx
+++ b/include/unotools/moduleoptions.hxx
@@ -180,7 +180,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail::
/*Attention
- Don't initialize these static member in these header!
+ Don't initialize these static members in these headers!
a) Double defined symbols will be detected ...
b) and unresolved externals exist at linking time.
Do it in your source only.