[Libreoffice-commits] core.git: basic/source chart2/source dtrans/source framework/source include/oox include/salhelper include/tubes sc/source svl/source toolkit/test ucbhelper/source ucb/source writerfilter/inc xmloff/source

Noel Grandin noel at peralex.com
Wed Oct 8 02:03:33 PDT 2014


 basic/source/inc/symtbl.hxx                         |    2 +-
 chart2/source/view/axes/VCoordinateSystem.cxx       |    2 +-
 chart2/source/view/charttypes/VSeriesPlotter.cxx    |    2 +-
 dtrans/source/win32/clipb/WinClipboard.hxx          |    2 +-
 framework/source/inc/loadenv/loadenv.hxx            |    2 +-
 framework/source/jobs/jobdispatch.cxx               |    2 +-
 include/oox/helper/binaryinputstream.hxx            |    2 +-
 include/oox/helper/binaryoutputstream.hxx           |    2 +-
 include/salhelper/singletonref.hxx                  |    2 +-
 include/tubes/manager.hxx                           |    2 +-
 sc/source/filter/excel/xeroot.cxx                   |    2 +-
 svl/source/numbers/zforlist.cxx                     |    2 +-
 toolkit/test/accessibility/MessageArea.java         |    2 +-
 ucb/source/core/ucbstore.cxx                        |    2 +-
 ucb/source/ucp/gio/gio_content.cxx                  |    4 ++--
 ucb/source/ucp/gvfs/gvfs_content.cxx                |    6 +++---
 ucb/source/ucp/hierarchy/hierarchycontent.cxx       |    6 +++---
 ucb/source/ucp/package/pkgcontent.cxx               |    6 +++---
 ucb/source/ucp/package/pkgprovider.cxx              |    2 +-
 ucb/source/ucp/tdoc/tdoc_content.cxx                |    6 +++---
 ucb/source/ucp/tdoc/tdoc_provider.cxx               |    4 ++--
 ucb/source/ucp/webdav-neon/webdavcontent.cxx        |    6 +++---
 ucb/source/ucp/webdav/webdavcontent.cxx             |    6 +++---
 ucbhelper/source/provider/contenthelper.cxx         |    2 +-
 writerfilter/inc/resourcemodel/WW8ResourceModel.hxx |    2 +-
 xmloff/source/chart/contexts.cxx                    |    4 ++--
 26 files changed, 41 insertions(+), 41 deletions(-)

New commits:
commit fbf3aa391b4c47b00650a868e5ae5cade9025e87
Author: Noel Grandin <noel at peralex.com>
Date:   Wed Oct 8 11:02:03 2014 +0200

    spelling: instanciated -> instantiated
    
    Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d

diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx
index a1f98b1..68d85ab 100644
--- a/basic/source/inc/symtbl.hxx
+++ b/basic/source/inc/symtbl.hxx
@@ -177,7 +177,7 @@ class SbiProcDef : public SbiSymDef {   // procedure definition (from basic):
     OUString maPropName;              // Property name if property procedure (!= proc name)
     bool   bCdecl  : 1;             // true: CDECL given
     bool   bPublic : 1;             // true: proc is PUBLIC
-    bool   mbProcDecl : 1;          // true: instanciated by SbiParser::ProcDecl
+    bool   mbProcDecl : 1;          // true: instantiated by SbiParser::ProcDecl
 public:
     SbiProcDef( SbiParser*, const OUString&, bool bProcDecl=false );
     virtual ~SbiProcDef();
diff --git a/chart2/source/view/axes/VCoordinateSystem.cxx b/chart2/source/view/axes/VCoordinateSystem.cxx
index a503703..457ff82 100644
--- a/chart2/source/view/axes/VCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VCoordinateSystem.cxx
@@ -56,7 +56,7 @@ VCoordinateSystem* VCoordinateSystem::createCoordinateSystem(
 
     OUString aViewServiceName = xCooSysModel->getViewServiceName();
 
-    //@todo: in future the coordinatesystems should be instanciated via service factory
+    //@todo: in future the coordinatesystems should be instantiated via service factory
     VCoordinateSystem* pRet=NULL;
     if( aViewServiceName.equals( CHART2_COOSYSTEM_CARTESIAN_VIEW_SERVICE_NAME ) )
         pRet = new VCartesianCoordinateSystem(xCooSysModel);
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx
index 5bd4125..1d83148 100644
--- a/chart2/source/view/charttypes/VSeriesPlotter.cxx
+++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx
@@ -44,7 +44,7 @@
 #include "DiagramHelper.hxx"
 #include "defines.hxx"
 
-//only for creation: @todo remove if all plotter are uno components and instanciated via servicefactory
+//only for creation: @todo remove if all plotter are uno components and instantiated via servicefactory
 #include "BarChart.hxx"
 #include "PieChart.hxx"
 #include "AreaChart.hxx"
diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx
index 0ef12f0..6efc608 100644
--- a/dtrans/source/win32/clipb/WinClipboard.hxx
+++ b/dtrans/source/win32/clipb/WinClipboard.hxx
@@ -44,7 +44,7 @@ class CWinClipbImpl;
 // and a static member to reasocciate from this static function to the
 // class instance
 // watch out: we are using only one static member variable and not a list
-// because we assume to be instanciated only once
+// because we assume to be instantiated only once
 // this will be asured by an OneInstanceFactory of the service and not
 // by this class!
 
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 7963ac2..6ad518e 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -451,7 +451,7 @@ private:
     /** @short  tries to use FrameLoader objects for loading.
 
         @descr  First the target frame will be located. If it could be found
-                or new created a filter/frame loader will be instanciated and
+                or new created a filter/frame loader will be instantiated and
                 used to load the content into this frame.
                 In case loading failed all new created resources will be
                 removed before a suitable exception is thrown.
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index 7c1de44..53c2c0a 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -376,7 +376,7 @@ void JobDispatch::impl_dispatchEvent( /*IN*/ const OUString&
             of e.g. one instance services.
 
     @param  sService
-                the uno implementation or service name of the job, which should be instanciated
+                the uno implementation or service name of the job, which should be instantiated
 
     @param  lArgs
                 optional arguments for this request
diff --git a/include/oox/helper/binaryinputstream.hxx b/include/oox/helper/binaryinputstream.hxx
index 110c1ff..0ddc1ab 100644
--- a/include/oox/helper/binaryinputstream.hxx
+++ b/include/oox/helper/binaryinputstream.hxx
@@ -217,7 +217,7 @@ public:
 
 protected:
     /** This dummy default c'tor will never call the c'tor of the virtual base
-        class BinaryStreamBase as this class cannot be instanciated directly. */
+        class BinaryStreamBase as this class cannot be instantiated directly. */
     BinaryInputStream() : BinaryStreamBase( false ) {}
 };
 
diff --git a/include/oox/helper/binaryoutputstream.hxx b/include/oox/helper/binaryoutputstream.hxx
index fe8d5e0..7f3ee73 100644
--- a/include/oox/helper/binaryoutputstream.hxx
+++ b/include/oox/helper/binaryoutputstream.hxx
@@ -76,7 +76,7 @@ public:
 
 protected:
     /** This dummy default c'tor will never call the c'tor of the virtual base
-        class BinaryStreamBase as this class cannot be instanciated directly. */
+        class BinaryStreamBase as this class cannot be instantiated directly. */
     BinaryOutputStream() : BinaryStreamBase( false ) {}
 };
 
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 87f4a29..c1ea6fa 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -31,7 +31,7 @@ namespace salhelper{
 
 /** @short  template for implementing singleton classes.
 
-            Such classes can be instanciated every time they
+            Such classes can be instantiated every time they
             are needed. But the internal wrapped object will
             be created one times only. Of course its used
             resources are referenced one times only too.
diff --git a/include/tubes/manager.hxx b/include/tubes/manager.hxx
index e906e9f..dcf24dc 100644
--- a/include/tubes/manager.hxx
+++ b/include/tubes/manager.hxx
@@ -138,7 +138,7 @@ public:
         is something like org.libreoffice.calc, this modifies the names to
         "LibreOffice"+pName and "org.libreoffice.calc"+pName to make tests not
         interfere with the real world. This is not to be used otherwise. If
-        used it must be called before the first TeleManager is instanciated and
+        used it must be called before the first TeleManager is instantiated and
         connects.
      */
     // exported for unit test
diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index 42f03d4..819fe93 100644
--- a/sc/source/filter/excel/xeroot.cxx
+++ b/sc/source/filter/excel/xeroot.cxx
@@ -215,7 +215,7 @@ void XclExpRoot::InitializeGlobals()
             ScDocument& rDoc = GetDoc();
             // Pass the model factory to OpCodeProvider, not the process
             // service factory, otherwise a FormulaOpCodeMapperObj would be
-            // instanciated intead of a ScFormulaOpCodeMapperObj and the
+            // instantiated intead of a ScFormulaOpCodeMapperObj and the
             // ScCompiler virtuals not be called! Which would be the case with
             // the current (2013-01-24) rDoc.GetServiceManager()
             const SfxObjectShell* pShell = rDoc.GetDocumentShell();
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 6dbc878..d28d5f6 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -3661,7 +3661,7 @@ bool SvNumberFormatter::IsLocaleInstalled( LanguageType eLang )
 {
     // The set is initialized as a side effect of the currency table
     // created, make sure that exists, which usually is the case unless a
-    // SvNumberFormatter was never instanciated.
+    // SvNumberFormatter was never instantiated.
     GetTheCurrencyTable();
     const NfInstalledLocales &rInstalledLocales = theInstalledLocales::get();
     return rInstalledLocales.find( eLang) != rInstalledLocales.end();
diff --git a/toolkit/test/accessibility/MessageArea.java b/toolkit/test/accessibility/MessageArea.java
index bce6827..b3108d9 100644
--- a/toolkit/test/accessibility/MessageArea.java
+++ b/toolkit/test/accessibility/MessageArea.java
@@ -42,7 +42,7 @@ public class MessageArea
 
 
     /** Create a new message area.  This method is private because the class is
-        a singleton and may therefore not be instanciated from the outside.
+        a singleton and may therefore not be instantiated from the outside.
     */
     private MessageArea ()
     {
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index 862f554..a5ec9e6 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -317,7 +317,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create )
         PropertySetMap_Impl::const_iterator it = rSets.find( key );
         if ( it != rSets.end() )
         {
-            // Already instanciated.
+            // Already instantiated.
             return Reference< XPersistentPropertySet >( (*it).second );
         }
         else
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 2d5acc0..2f71f03 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -539,7 +539,7 @@ getReadOnlyException( const uno::Reference< uno::XInterface >& rContext )
 
 void Content::queryChildren( ContentRefList& rChildren )
 {
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -596,7 +596,7 @@ bool Content::exchangeIdentity( const uno::Reference< ucb::XContentIdentifier >&
     // Exchange own identitity.
     if ( exchange( xNewId ) )
     {
-        // Process instanciated children...
+        // Process instantiated children...
         ContentRefList aChildren;
         queryChildren( aChildren );
 
diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx
index 68f2e1d..d1597f4 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.cxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.cxx
@@ -871,7 +871,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
 
 void Content::queryChildren( ContentRefList& rChildren )
 {
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -1031,7 +1031,7 @@ void Content::destroy( sal_Bool bDeletePhysical )
 
     osl::Guard< osl::Mutex > aGuard( m_aMutex );
 
-    // Process instanciated children...
+    // Process instantiated children...
     ::gvfs::Content::ContentRefList aChildren;
     queryChildren( aChildren );
 
@@ -1072,7 +1072,7 @@ sal_Bool Content::exchangeIdentity(
     // Exchange own identitity.
     if ( exchange( xNewId ) ) {
 
-        // Process instanciated children...
+        // Process instantiated children...
         ContentRefList aChildren;
         queryChildren( aChildren );
 
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
index 9a00a14..61ecd56 100644
--- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx
@@ -785,7 +785,7 @@ void HierarchyContent::queryChildren( HierarchyContentRefList& rChildren )
     if ( ( m_eKind != FOLDER ) && ( m_eKind != ROOT ) )
         return;
 
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -870,7 +870,7 @@ bool HierarchyContent::exchangeIdentity(
         {
             if ( m_eKind == FOLDER )
             {
-                // Process instanciated children...
+                // Process instantiated children...
 
                 HierarchyContentRefList aChildren;
                 queryChildren( aChildren );
@@ -1564,7 +1564,7 @@ void HierarchyContent::destroy( bool bDeletePhysical,
 
     if ( m_eKind == FOLDER )
     {
-        // Process instanciated children...
+        // Process instantiated children...
 
         HierarchyContentRefList aChildren;
         queryChildren( aChildren );
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 288525b..c91b3d3 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1785,7 +1785,7 @@ void Content::destroy(
 
     if ( isFolder() )
     {
-        // Process instanciated children...
+        // Process instantiated children...
 
         ContentRefList aChildren;
         queryChildren( aChildren );
@@ -2123,7 +2123,7 @@ bool Content::exchangeIdentity(
             m_aUri = aNewUri;
             if ( isFolder() )
             {
-                // Process instanciated children...
+                // Process instantiated children...
 
                 ContentRefList aChildren;
                 queryChildren( aChildren );
@@ -2165,7 +2165,7 @@ bool Content::exchangeIdentity(
 
 void Content::queryChildren( ContentRefList& rChildren )
 {
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
diff --git a/ucb/source/ucp/package/pkgprovider.cxx b/ucb/source/ucp/package/pkgprovider.cxx
index cf3c354..c074658 100644
--- a/ucb/source/ucp/package/pkgprovider.cxx
+++ b/ucb/source/ucp/package/pkgprovider.cxx
@@ -237,7 +237,7 @@ ContentProvider::createPackage( const PackageUri & rURI )
         Packages::const_iterator it = m_pPackages->find( rURL );
         if ( it != m_pPackages->end() )
         {
-            // Already instanciated. Return package.
+            // Already instantiated. Return package.
             return (*it).second->m_xNA;
         }
     }
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index cbfb551..910fe4f 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -770,7 +770,7 @@ void Content::queryChildren( ContentRefList& rChildren )
     if ( !m_aProps.getIsFolder() )
         return;
 
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -856,7 +856,7 @@ bool Content::exchangeIdentity(
         {
             if ( eType == FOLDER )
             {
-                // Process instanciated children...
+                // Process instantiated children...
 
                 ContentRefList aChildren;
                 queryChildren( aChildren );
@@ -1789,7 +1789,7 @@ void Content::destroy( bool bDeletePhysical,
 
     if ( eType == FOLDER )
     {
-        // Process instanciated children...
+        // Process instantiated children...
 
         ContentRefList aChildren;
         queryChildren( aChildren );
diff --git a/ucb/source/ucp/tdoc/tdoc_provider.cxx b/ucb/source/ucp/tdoc/tdoc_provider.cxx
index 5804570..c046df8 100644
--- a/ucb/source/ucp/tdoc/tdoc_provider.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_provider.cxx
@@ -287,7 +287,7 @@ void ContentProvider::notifyDocumentClosed( const OUString & rDocId )
     if ( xRoot.is() )
     {
         // No document content found for rDocId but root content
-        // instanciated. Root content must announce document removal
+        // instantiated. Root content must announce document removal
         // to content event listeners.
         xRoot->notifyChildRemoved( rDocId );
     }
@@ -305,7 +305,7 @@ void ContentProvider::notifyDocumentOpened( const OUString & rDocId )
     ::ucbhelper::ContentRefList::const_iterator it  = aAllContents.begin();
     ::ucbhelper::ContentRefList::const_iterator end = aAllContents.end();
 
-    // Find root content. If instanciated let it propagate document insertion.
+    // Find root content. If instantiated let it propagate document insertion.
 
     while ( it != end )
     {
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 936de4c..84e4792 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -2193,7 +2193,7 @@ void Content::post(
 
 void Content::queryChildren( ContentRefList& rChildren )
 {
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -2728,7 +2728,7 @@ void Content::destroy( bool bDeletePhysical )
 
     osl::Guard< osl::Mutex > aGuard( m_aMutex );
 
-    // Process instanciated children...
+    // Process instantiated children...
 
     ::webdav_ucp::Content::ContentRefList aChildren;
     queryChildren( aChildren );
@@ -2866,7 +2866,7 @@ bool Content::exchangeIdentity(
         aGuard.clear();
         if ( exchange( xNewId ) )
         {
-            // Process instanciated children...
+            // Process instantiated children...
 
             ContentRefList aChildren;
             queryChildren( aChildren );
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index 99af57c..8b819a5 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2340,7 +2340,7 @@ void Content::post(
 
 void Content::queryChildren( ContentRefList& rChildren )
 {
-    // Obtain a list with a snapshot of all currently instanciated contents
+    // Obtain a list with a snapshot of all currently instantiated contents
     // from provider and extract the contents which are direct children
     // of this content.
 
@@ -2881,7 +2881,7 @@ void Content::destroy( bool bDeletePhysical )
 
     osl::Guard< osl::Mutex > aGuard( m_aMutex );
 
-    // Process instanciated children...
+    // Process instantiated children...
 
     ::http_dav_ucp::Content::ContentRefList aChildren;
     queryChildren( aChildren );
@@ -3018,7 +3018,7 @@ bool Content::exchangeIdentity(
         aGuard.clear();
         if ( exchange( xNewId ) )
         {
-            // Process instanciated children...
+            // Process instantiated children...
 
             ContentRefList aChildren;
             queryChildren( aChildren );
diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx
index 5b4b1ab..11570b5 100644
--- a/ucbhelper/source/provider/contenthelper.cxx
+++ b/ucbhelper/source/provider/contenthelper.cxx
@@ -806,7 +806,7 @@ void ContentImplHelper::inserted()
     // Content is not yet registered at provider.
     m_xProvider->registerNewContent( this );
 
-    // If the parent content is currently not instanciated, there can be
+    // If the parent content is currently not instantiated, there can be
     // no listeners interested in changes ;-)
 
     rtl::Reference< ContentImplHelper > xParent
diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
index b72f9f7..730ae8b 100644
--- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
+++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
@@ -35,7 +35,7 @@
    @image html doctok.png
 
    A resource is a set of events that describe an object. A resource
-   is only an abstract concept. It is not instanciated to a class.
+   is only an abstract concept. It is not instantiated to a class.
 
    A reference to a resource represents the object that the resource
    describes. The reference can be resolved thereby generating the
diff --git a/xmloff/source/chart/contexts.cxx b/xmloff/source/chart/contexts.cxx
index 9e725c1..e6fff5f 100644
--- a/xmloff/source/chart/contexts.cxx
+++ b/xmloff/source/chart/contexts.cxx
@@ -80,7 +80,7 @@ SchXMLDocContext::SchXMLDocContext( SchXMLImportHelper& rImpHelper,
         ( !IsXMLToken( rLName, XML_DOCUMENT ) &&
           !IsXMLToken( rLName, XML_DOCUMENT_META) &&
           !IsXMLToken( rLName, XML_DOCUMENT_STYLES) &&
-          !IsXMLToken( rLName, XML_DOCUMENT_CONTENT) ), "xmloff.chart", "SchXMLDocContext instanciated with no <office:document> element" );
+          !IsXMLToken( rLName, XML_DOCUMENT_CONTENT) ), "xmloff.chart", "SchXMLDocContext instantiated with no <office:document> element" );
 }
 
 SchXMLDocContext::~SchXMLDocContext()
@@ -168,7 +168,7 @@ SchXMLBodyContext::SchXMLBodyContext( SchXMLImportHelper& rImpHelper,
         mrImportHelper( rImpHelper )
 {
     SAL_WARN_IF( (XML_NAMESPACE_OFFICE != nPrefix) ||
-                !IsXMLToken( rLName, XML_CHART ), "xmloff.chart", "SchXMLBodyContext instanciated with no <office:chart> element" );
+                !IsXMLToken( rLName, XML_CHART ), "xmloff.chart", "SchXMLBodyContext instantiated with no <office:chart> element" );
 }
 
 SchXMLBodyContext::~SchXMLBodyContext()


More information about the Libreoffice-commits mailing list