summaryrefslogtreecommitdiff
path: root/include/unotools/viewoptions.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/viewoptions.hxx
parent60cd850d672bc1dcc3eb24adfffa7a6ab98a44bd (diff)
Typos: dfined -> defined + add missing 's'
Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r--include/unotools/viewoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 109cd37093c7..1e565e48b466 100644
--- a/include/unotools/viewoptions.hxx
+++ b/include/unotools/viewoptions.hxx
@@ -246,7 +246,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
/*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.