This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 036fea6  More unknwon -> unknown typos.
036fea6 is described below

commit 036fea61b93ecc84fd42c77eee90ce55f961168a
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Fri Aug 9 18:29:34 2019 +0200

    More unknwon -> unknown typos.
    
    Patch by: me
---
 main/framework/inc/services/frameloaderfactory.hxx    | 2 +-
 main/framework/source/inc/loadenv/loadenv.hxx         | 2 +-
 main/framework/source/inc/loadenv/targethelper.hxx    | 4 ++--
 main/framework/source/services/substitutepathvars.cxx | 2 +-
 main/sd/source/filter/ppt/pptinanimations.cxx         | 4 ++--
 main/sfx2/source/appl/shutdowniconw32.cxx             | 2 +-
 main/vcl/source/fontsubset/ttcr.cxx                   | 2 +-
 main/vcl/unx/generic/printer/cupsmgr.cxx              | 2 +-
 main/xmloff/inc/xmloff/xmlerror.hxx                   | 2 +-
 main/xmloff/source/core/xmlimp.cxx                    | 4 ++--
 main/xmloff/source/transform/TransformerBase.cxx      | 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/main/framework/inc/services/frameloaderfactory.hxx 
b/main/framework/inc/services/frameloaderfactory.hxx
index 7da4965..9d242e6 100644
--- a/main/framework/inc/services/frameloaderfactory.hxx
+++ b/main/framework/inc/services/frameloaderfactory.hxx
@@ -257,7 +257,7 @@ class FrameLoaderFactory    :       public ThreadHelpBase   
                                                ,               // Struct for 
right in
                        @short          check if searched frame loader exist in 
configuration
                        @descr          Normaly nobody needs really these 
method (use getElementNames() in combination with getByName()).
                                                We guarantee correctness of 
these mechanism. There is no reason to check for existing elements then ...
-                                               but if you have an unknwon name 
and has no fun to search it in returned sequence ...
+                                               but if you have an unknown name 
and has no fun to search it in returned sequence ...
                                                you can call these ...
 
                        @seealso        method getByName()
diff --git a/main/framework/source/inc/loadenv/loadenv.hxx 
b/main/framework/source/inc/loadenv/loadenv.hxx
index 2a9a4c9..b20e589 100644
--- a/main/framework/source/inc/loadenv/loadenv.hxx
+++ b/main/framework/source/inc/loadenv/loadenv.hxx
@@ -300,7 +300,7 @@ class LoadEnv : private ThreadHelpBase
 
             @param  eContentType
                     classify the given content.
-                    This value is set to a default value "UNKNWON_CONTENT", 
which force
+                    This value is set to a default value "UNKNOWN_CONTENT", 
which force
                     an internal check, if this content is loadable or not.
                     But may this check was already made by the caller of this 
method and
                     passing this information to this LoadEnv instance can 
suppress this
diff --git a/main/framework/source/inc/loadenv/targethelper.hxx 
b/main/framework/source/inc/loadenv/targethelper.hxx
index 06eeed2..a4ca79e 100644
--- a/main/framework/source/inc/loadenv/targethelper.hxx
+++ b/main/framework/source/inc/loadenv/targethelper.hxx
@@ -80,7 +80,7 @@ class TargetHelper
             @note   An empty target is similar to "_self"!
 
             @param  sCheckTarget
-                    must be the unknwon target name, which should be checked.
+                    must be the unknown target name, which should be checked.
 
             @param  eSpecialTarget
                     represent the expected target.
@@ -104,7 +104,7 @@ class TargetHelper
                     by definition inside the same frame tree (e.g. _beamer and
                     OFFICE_HELP_TASK) its not a good idea to allow anything 
here :-)
 
-                    Of course we can't check unknwon names, which are not 
special ones.
+                    Of course we can't check unknown names, which are not 
special ones.
                     But we decide, that it's not allowed to use "_" as first 
sign
                     (because we reserve this letter for our own purposes!)
                     and the value must not a well known special target.
diff --git a/main/framework/source/services/substitutepathvars.cxx 
b/main/framework/source/services/substitutepathvars.cxx
index 945ca01..52e062c 100644
--- a/main/framework/source/services/substitutepathvars.cxx
+++ b/main/framework/source/services/substitutepathvars.cxx
@@ -976,7 +976,7 @@ throw ( NoSuchElementException, RuntimeException )
         }
         else
         {
-            // variable in text but unknwon!
+            // variable in text but unknown!
             if ( bSubstRequired )
             {
                 rtl::OUString aMsg( RTL_CONSTASCII_USTRINGPARAM( "Unknown 
variable found!" ));
diff --git a/main/sd/source/filter/ppt/pptinanimations.cxx 
b/main/sd/source/filter/ppt/pptinanimations.cxx
index c6f644b..a3da1f2 100644
--- a/main/sd/source/filter/ppt/pptinanimations.cxx
+++ b/main/sd/source/filter/ppt/pptinanimations.cxx
@@ -3150,7 +3150,7 @@ sal_Int32 
AnimationImporter::importTargetElementContainer( const Atom* pAtom, An
                        }
                        break;
                        default:
-                               DBG_ERROR("unknwon atom inside 
ppt::AnimationImporter::importTargetElementContainer()!");
+                               DBG_ERROR("unknown atom inside 
ppt::AnimationImporter::importTargetElementContainer()!");
                                break;
                        }
 
@@ -3181,7 +3181,7 @@ void AnimationImporter::importPropertySetContainer( const 
Atom* pAtom, PropertyS
                        }
                        else
                        {
-                               DBG_ERROR("unknwon atom inside 
ppt::AnimationImporter::importPropertySetContainer()!");
+                               DBG_ERROR("unknown atom inside 
ppt::AnimationImporter::importPropertySetContainer()!");
                        }
 
                        pChildAtom = pAtom->findNextChildAtom( pChildAtom );
diff --git a/main/sfx2/source/appl/shutdowniconw32.cxx 
b/main/sfx2/source/appl/shutdowniconw32.cxx
index 763716d..2e647a3 100644
--- a/main/sfx2/source/appl/shutdowniconw32.cxx
+++ b/main/sfx2/source/appl/shutdowniconw32.cxx
@@ -844,7 +844,7 @@ static HRESULT WINAPI SHCoCreateInstance( LPVOID 
lpszReserved, REFCLSID clsid, L
 
        if ( hModShell != NULL )
        {
-               typedef HRESULT (WINAPI *SHCoCreateInstance_PROC)( LPVOID 
lpszReserved, REFCLSID clsid, LPUNKNOWN pUnkUnknwon, REFIID iid, LPVOID *ppv );
+               typedef HRESULT (WINAPI *SHCoCreateInstance_PROC)( LPVOID 
lpszReserved, REFCLSID clsid, LPUNKNOWN pUnkUnknown, REFIID iid, LPVOID *ppv );
 
                SHCoCreateInstance_PROC lpfnSHCoCreateInstance = 
(SHCoCreateInstance_PROC)GetProcAddress( hModShell, MAKEINTRESOURCE(102) );
 
diff --git a/main/vcl/source/fontsubset/ttcr.cxx 
b/main/vcl/source/fontsubset/ttcr.cxx
index bf09fe3..3118d22 100644
--- a/main/vcl/source/fontsubset/ttcr.cxx
+++ b/main/vcl/source/fontsubset/ttcr.cxx
@@ -1200,7 +1200,7 @@ int GetRawData(TrueTypeTable *_this, sal_uInt8 **ptr, 
sal_uInt32 *len, sal_uInt3
         }
     }
 
-    assert(!"Unknwon TrueType table.\n");
+    assert(!"Unknown TrueType table.\n");
     return TTCR_UNKNOWN;
 }
     
diff --git a/main/vcl/unx/generic/printer/cupsmgr.cxx 
b/main/vcl/unx/generic/printer/cupsmgr.cxx
index ae1c856..4a24fd1 100644
--- a/main/vcl/unx/generic/printer/cupsmgr.cxx
+++ b/main/vcl/unx/generic/printer/cupsmgr.cxx
@@ -526,7 +526,7 @@ void CUPSManager::initialize()
             m_aGlobalDefaults.m_nPDFDevice = 1;
     }
     // do not send include JobPatch; CUPS will insert that itself
-    // TODO: currently unknwon which versions of CUPS insert JobPatches
+    // TODO: currently unknown which versions of CUPS insert JobPatches
     // so currently it is assumed CUPS = don't insert JobPatch files
     m_bUseJobPatch = false;
 
diff --git a/main/xmloff/inc/xmloff/xmlerror.hxx 
b/main/xmloff/inc/xmloff/xmlerror.hxx
index 2d7ffe5..5724998 100644
--- a/main/xmloff/inc/xmloff/xmlerror.hxx
+++ b/main/xmloff/inc/xmloff/xmlerror.hxx
@@ -69,7 +69,7 @@
 #define XMLERROR_UNKNOWN_ATTRIBUTE ( XMLERROR_CLASS_FORMAT | 
XMLERROR_FLAG_WARNING | 0x0000000a )
 #define XMLERROR_UNKNOWN_ELEMENT ( XMLERROR_CLASS_FORMAT | 
XMLERROR_FLAG_WARNING | 0x0000000b )
 #define XMLERROR_UNKNOWN_CHARACTERS ( XMLERROR_CLASS_FORMAT | 
XMLERROR_FLAG_WARNING | 0x0000000c )
-#define XMLERROR_UNKNWON_ROOT (XMLERROR_CLASS_FORMAT | 0x0000000d )
+#define XMLERROR_UNKNOWN_ROOT (XMLERROR_CLASS_FORMAT | 0x0000000d )
 
 // API errors:
 #define XMLERROR_STYLE_PROP_VALUE   ( XMLERROR_CLASS_API    | 0x00000001 )
diff --git a/main/xmloff/source/core/xmlimp.cxx 
b/main/xmloff/source/core/xmlimp.cxx
index ab30e26..85409b7 100644
--- a/main/xmloff/source/core/xmlimp.cxx
+++ b/main/xmloff/source/core/xmlimp.cxx
@@ -765,7 +765,7 @@ void SAL_CALL SvXMLImport::startElement( const OUString& 
rName,
                                  : rAttrName.copy( 6 ) );
                        // Add namespace, but only if it is known.
                        sal_uInt16 nKey = mpNamespaceMap->AddIfKnown( aPrefix, 
rAttrValue );
-                       // If namespace is unknwon, try to match a name with 
similar
+                       // If namespace is unknown, try to match a name with 
similar
                        // TC Id an version
             if( XML_NAMESPACE_UNKNOWN == nKey  )
                        {
@@ -817,7 +817,7 @@ void SAL_CALL SvXMLImport::startElement( const OUString& 
rName,
                        Sequence < OUString > aParams(1);
                        aParams.getArray()[0] = rName;
 
-                       SetError( XMLERROR_FLAG_SEVERE|XMLERROR_UNKNWON_ROOT,
+                       SetError( XMLERROR_FLAG_SEVERE|XMLERROR_UNKNOWN_ROOT,
                                          aParams, aMsg, xDummyLocator );
                }
        }
diff --git a/main/xmloff/source/transform/TransformerBase.cxx 
b/main/xmloff/source/transform/TransformerBase.cxx
index 91cf717..bb871a8 100644
--- a/main/xmloff/source/transform/TransformerBase.cxx
+++ b/main/xmloff/source/transform/TransformerBase.cxx
@@ -271,7 +271,7 @@ void SAL_CALL XMLTransformerBase::startElement( const 
OUString& rName,
                                  : rAttrName.copy( 6 ) );
                        // Add namespace, but only if it is known.
                        sal_uInt16 nKey = m_pNamespaceMap->AddIfKnown( aPrefix, 
rAttrValue );
-                       // If namespace is unknwon, try to match a name with 
similar
+                       // If namespace is unknown, try to match a name with 
similar
                        // TC Id an version
             if( XML_NAMESPACE_UNKNOWN == nKey  )
                        {

Reply via email to