[Libreoffice-commits] core.git: include/framework include/svtools include/unotools

Julien Nabet serval2412 at yahoo.fr
Sun Apr 27 00:41:26 PDT 2014


 include/framework/addonsoptions.hxx          |    4 ++--
 include/svtools/menuoptions.hxx              |    4 ++--
 include/svtools/miscopt.hxx                  |    4 ++--
 include/svtools/optionsdrawinglayer.hxx      |    4 ++--
 include/svtools/slidesorterbaropt.hxx        |    2 +-
 include/svtools/toolpanelopt.hxx             |    2 +-
 include/unotools/cmdoptions.hxx              |    4 ++--
 include/unotools/compatibility.hxx           |    4 ++--
 include/unotools/dynamicmenuoptions.hxx      |    4 ++--
 include/unotools/extendedsecurityoptions.hxx |    4 ++--
 include/unotools/fontoptions.hxx             |    4 ++--
 include/unotools/historyoptions.hxx          |    4 ++--
 include/unotools/localisationoptions.hxx     |    4 ++--
 include/unotools/moduleoptions.hxx           |    2 +-
 include/unotools/printwarningoptions.hxx     |    4 ++--
 include/unotools/securityoptions.hxx         |    4 ++--
 include/unotools/viewoptions.hxx             |    2 +-
 17 files changed, 30 insertions(+), 30 deletions(-)

New commits:
commit 46a719d893b92f41a0bdbd7bff660d228c2bd714
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Apr 27 09:39:21 2014 +0200

    Typos: dfined -> defined + add missing 's'
    
    Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f

diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index b52db41..79ff32e 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -296,8 +296,8 @@ class FWE_DLLPUBLIC AddonsOptions
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx
index 3b7006c..75a4440 100644
--- a/include/svtools/menuoptions.hxx
+++ b/include/svtools/menuoptions.hxx
@@ -97,8 +97,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx
index 95db002..4bff149 100644
--- a/include/svtools/miscopt.hxx
+++ b/include/svtools/miscopt.hxx
@@ -119,8 +119,8 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx
index b632d04..a5bcc98 100644
--- a/include/svtools/optionsdrawinglayer.hxx
+++ b/include/svtools/optionsdrawinglayer.hxx
@@ -171,8 +171,8 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/svtools/slidesorterbaropt.hxx b/include/svtools/slidesorterbaropt.hxx
index 67d1225..b9e4623 100644
--- a/include/svtools/slidesorterbaropt.hxx
+++ b/include/svtools/slidesorterbaropt.hxx
@@ -83,7 +83,7 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options
 
         /**
             \attention
-            Don't initialize these static member in these header!
+            Don't initialize these static members in these headers!
             \li Double defined symbols will be detected ...
             \li and unresolved externals exist at linking time.
             Do it in your source only.
diff --git a/include/svtools/toolpanelopt.hxx b/include/svtools/toolpanelopt.hxx
index d261465..c5368a5 100644
--- a/include/svtools/toolpanelopt.hxx
+++ b/include/svtools/toolpanelopt.hxx
@@ -84,7 +84,7 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options
 
         /**
             \attention
-            Don't initialize these static member in these header!
+            Don't initialize these static members in these headers!
             \li Double defined symbols will be detected ...
             \li and unresolved externals exist at linking time.
             Do it in your source only.
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index eddc149..cdc5776 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -125,8 +125,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail:
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx
index 89ca6dc..24fc1bb 100644
--- a/include/unotools/compatibility.hxx
+++ b/include/unotools/compatibility.hxx
@@ -181,8 +181,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx
index 24e358b..9de603c 100644
--- a/include/unotools/dynamicmenuoptions.hxx
+++ b/include/unotools/dynamicmenuoptions.hxx
@@ -104,8 +104,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/extendedsecurityoptions.hxx b/include/unotools/extendedsecurityoptions.hxx
index 8c9840c..5c11c63 100644
--- a/include/unotools/extendedsecurityoptions.hxx
+++ b/include/unotools/extendedsecurityoptions.hxx
@@ -87,8 +87,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/fontoptions.hxx b/include/unotools/fontoptions.hxx
index 6cb4b0c..e0526bb 100644
--- a/include/unotools/fontoptions.hxx
+++ b/include/unotools/fontoptions.hxx
@@ -91,8 +91,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index d361770..e773a41 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -104,8 +104,8 @@ private:
 
     /* Attention
 
-        Don't initialize these static member in these header!
-        a) Double dfined symbols will be detected ...
+        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.
      */
diff --git a/include/unotools/localisationoptions.hxx b/include/unotools/localisationoptions.hxx
index 66ee032..e315c61 100644
--- a/include/unotools/localisationoptions.hxx
+++ b/include/unotools/localisationoptions.hxx
@@ -101,8 +101,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index 75615a8..e26d144 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.
diff --git a/include/unotools/printwarningoptions.hxx b/include/unotools/printwarningoptions.hxx
index 92a8d7b..5aa0c3a 100644
--- a/include/unotools/printwarningoptions.hxx
+++ b/include/unotools/printwarningoptions.hxx
@@ -89,8 +89,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx
index 9dad487..3bd8807 100644
--- a/include/unotools/securityoptions.hxx
+++ b/include/unotools/securityoptions.hxx
@@ -224,8 +224,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail
 
         /*Attention
 
-            Don't initialize these static member in these header!
-            a) Double dfined symbols will be detected ...
+            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.
          */
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 109cd37..1e565e4 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.


More information about the Libreoffice-commits mailing list