summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-03-19 18:19:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-19 18:50:33 +0000
commitb5bef1f7d5edb68a7609c2d003955461bfa9c5aa (patch)
tree704e3a5851daf9c115886acc19aafa79f5badd17
parent38e6da9f23a29d297701a35b213b7b38c4f67bda (diff)
Typos
Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c Reviewed-on: https://gerrit.libreoffice.org/35436 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--chart2/source/controller/sidebar/ChartAreaPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartAxisPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartErrorBarPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartLinePanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartSeriesPanel.hxx2
-rw-r--r--chart2/source/tools/DataSourceHelper.cxx8
-rw-r--r--connectivity/qa/connectivity/ado/DriverTest.cxx2
-rw-r--r--connectivity/qa/connectivity/mork/DriverTest.cxx2
-rw-r--r--drawinglayer/source/processor2d/hittestprocessor2d.cxx2
-rw-r--r--drawinglayer/source/processor3d/cutfindprocessor3d.cxx2
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx2
-rw-r--r--extensions/test/ole/callUnoToJava.htm2
-rw-r--r--filter/source/xslt/import/uof/uof2odf_text.xsl4
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo.xsl2
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_field.xsl2
-rw-r--r--framework/source/layoutmanager/toolbarlayoutmanager.hxx2
-rw-r--r--include/sfx2/shell.hxx2
-rw-r--r--include/svx/sidebar/AreaPropertyPanelBase.hxx2
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx2
-rw-r--r--include/vcl/menu.hxx2
-rw-r--r--odk/examples/java/Inspector/UnoTreeRenderer.java2
-rw-r--r--offapi/com/sun/star/resource/OfficeResourceLoader.idl2
-rw-r--r--offapi/com/sun/star/resource/XStringResourceResolver.idl4
-rw-r--r--reportdesign/source/ui/inspection/metadata.cxx2
-rw-r--r--sc/source/ui/sidebar/AlignmentPropertyPanel.hxx2
-rw-r--r--sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx2
-rw-r--r--sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx2
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontact.cxx2
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.hxx2
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.hxx2
-rw-r--r--svx/source/sidebar/line/LinePropertyPanel.hxx2
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.hxx2
-rw-r--r--sw/source/core/doc/docnew.cxx2
-rw-r--r--sw/source/core/fields/reffld.cxx4
-rw-r--r--sw/source/core/unocore/unochart.cxx2
-rw-r--r--sw/source/ui/fldui/fldref.cxx2
38 files changed, 44 insertions, 44 deletions
diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.hxx b/chart2/source/controller/sidebar/ChartAreaPanel.hxx
index e510082222fa..234a23e4f392 100644
--- a/chart2/source/controller/sidebar/ChartAreaPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartAreaPanel.hxx
@@ -56,7 +56,7 @@ public:
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- // constructor/destuctor
+ // constructor/destructor
ChartAreaPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.hxx b/chart2/source/controller/sidebar/ChartAxisPanel.hxx
index 51da3511563c..a6fe43feb11f 100644
--- a/chart2/source/controller/sidebar/ChartAxisPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartAxisPanel.hxx
@@ -58,7 +58,7 @@ public:
const SfxPoolItem* pState,
const bool bIsEnabled) override;
- // constructor/destuctor
+ // constructor/destructor
ChartAxisPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
index e1fbe5767ff2..4dd6e6e5c980 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
@@ -56,7 +56,7 @@ public:
virtual void HandleContextChange(
const vcl::EnumContext& rContext) override;
- // constructor/destuctor
+ // constructor/destructor
ChartElementsPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
index b68d33cd9e85..5a55b7402293 100644
--- a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
@@ -56,7 +56,7 @@ public:
const SfxPoolItem* pState,
const bool bIsEnabled) override;
- // constructor/destuctor
+ // constructor/destructor
ChartErrorBarPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/controller/sidebar/ChartLinePanel.hxx b/chart2/source/controller/sidebar/ChartLinePanel.hxx
index e538d3208586..6222a1ddfa55 100644
--- a/chart2/source/controller/sidebar/ChartLinePanel.hxx
+++ b/chart2/source/controller/sidebar/ChartLinePanel.hxx
@@ -56,7 +56,7 @@ public:
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- // constructor/destuctor
+ // constructor/destructor
ChartLinePanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
index d38eb797dbfc..2569f617bf18 100644
--- a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
@@ -66,7 +66,7 @@ public:
const SfxPoolItem* pState,
const bool bIsEnabled) override;
- // constructor/destuctor
+ // constructor/destructor
ChartSeriesPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/chart2/source/tools/DataSourceHelper.cxx b/chart2/source/tools/DataSourceHelper.cxx
index 7eff294e22ed..0759797eb49a 100644
--- a/chart2/source/tools/DataSourceHelper.cxx
+++ b/chart2/source/tools/DataSourceHelper.cxx
@@ -241,7 +241,7 @@ uno::Reference< chart2::data::XDataSource > DataSourceHelper::pressUsedDataIntoR
std::vector< Reference< chart2::XDataSeries > > aSeriesVector( DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
uno::Reference< chart2::data::XDataSource > xSeriesSource(
DataSeriesHelper::getDataSource( comphelper::containerToSequence(aSeriesVector) ) );
- Sequence< Reference< chart2::data::XLabeledDataSequence > > aDataSeqences( xSeriesSource->getDataSequences() );
+ Sequence< Reference< chart2::data::XLabeledDataSequence > > aDataSequences( xSeriesSource->getDataSequences() );
//the first x-values is always the next sequence //todo ... other x-values get lost for old format
Reference< chart2::data::XLabeledDataSequence > xXValues(
@@ -250,11 +250,11 @@ uno::Reference< chart2::data::XDataSource > DataSourceHelper::pressUsedDataIntoR
aResultVector.push_back( xXValues );
//add all other sequences now without x-values
- for( sal_Int32 nN=0; nN<aDataSeqences.getLength(); nN++ )
+ for( sal_Int32 nN=0; nN<aDataSequences.getLength(); nN++ )
{
- OUString aRole = DataSeriesHelper::getRole(aDataSeqences[nN]);
+ OUString aRole = DataSeriesHelper::getRole(aDataSequences[nN]);
if( aRole != "values-x" )
- aResultVector.push_back( aDataSeqences[nN] );
+ aResultVector.push_back( aDataSequences[nN] );
}
return new DataSource( comphelper::containerToSequence(aResultVector) );
diff --git a/connectivity/qa/connectivity/ado/DriverTest.cxx b/connectivity/qa/connectivity/ado/DriverTest.cxx
index bc62ee699c3b..4c01fc73da1f 100644
--- a/connectivity/qa/connectivity/ado/DriverTest.cxx
+++ b/connectivity/qa/connectivity/ado/DriverTest.cxx
@@ -74,7 +74,7 @@ void AdoDriverTest::setUp()
m_xConnection = xDriver->connect(url, info);
if (!m_xConnection.is())
{
- CPPUNIT_ASSERT_MESSAGE("cannot connect to students data soure!", m_xConnection.is());
+ CPPUNIT_ASSERT_MESSAGE("cannot connect to students data source!", m_xConnection.is());
}
}
diff --git a/connectivity/qa/connectivity/mork/DriverTest.cxx b/connectivity/qa/connectivity/mork/DriverTest.cxx
index 2034c63dfd1b..d9ebfaf10e5e 100644
--- a/connectivity/qa/connectivity/mork/DriverTest.cxx
+++ b/connectivity/qa/connectivity/mork/DriverTest.cxx
@@ -89,7 +89,7 @@ void MorkDriverTest::setUp()
m_xConnection = xDriver->connect(url, info);
if (!m_xConnection.is())
{
- CPPUNIT_ASSERT_MESSAGE("cannot connect to address book data soure!", m_xConnection.is());
+ CPPUNIT_ASSERT_MESSAGE("cannot connect to address book data source!", m_xConnection.is());
}
}
diff --git a/drawinglayer/source/processor2d/hittestprocessor2d.cxx b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
index 6376156b8a37..f872cb751190 100644
--- a/drawinglayer/source/processor2d/hittestprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
@@ -497,7 +497,7 @@ namespace drawinglayer
}
case PRIMITIVE2D_ID_HIDDENGEOMETRYPRIMITIVE2D :
{
- // HiddenGeometryPrimitive2D; the default decomposition would return an empty seqence,
+ // HiddenGeometryPrimitive2D; the default decomposition would return an empty sequence,
// so force this primitive to process its children directly if the switch is set
// (which is the default). Else, ignore invisible content
const primitive2d::HiddenGeometryPrimitive2D& rHiddenGeometry(static_cast< const primitive2d::HiddenGeometryPrimitive2D& >(rCandidate));
diff --git a/drawinglayer/source/processor3d/cutfindprocessor3d.cxx b/drawinglayer/source/processor3d/cutfindprocessor3d.cxx
index 0be1142af357..00b9a9a43c0f 100644
--- a/drawinglayer/source/processor3d/cutfindprocessor3d.cxx
+++ b/drawinglayer/source/processor3d/cutfindprocessor3d.cxx
@@ -114,7 +114,7 @@ namespace drawinglayer
}
case PRIMITIVE3D_ID_HIDDENGEOMETRYPRIMITIVE3D :
{
- // HiddenGeometryPrimitive3D; the default decomposition would return an empty seqence,
+ // HiddenGeometryPrimitive3D; the default decomposition would return an empty sequence,
// so force this primitive to process its children directly if the switch is set
// (which is the default). Else, ignore invisible content
const primitive3d::HiddenGeometryPrimitive3D& rHiddenGeometry(static_cast< const primitive3d::HiddenGeometryPrimitive3D& >(rCandidate));
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index fbde6278cf7e..f37604f2d78d 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -107,7 +107,7 @@ namespace pcr
static OPropertyInfoImpl aPropertyInfos[] =
{
/*
- DEF_INFO_?( propname and id, resoure id, pos, help id, flags ),
+ DEF_INFO_?( propname and id, resource id, pos, help id, flags ),
*/
DEF_INFO_3( NAME, NAME, 0, NAME, FORM_VISIBLE, DIALOG_VISIBLE, COMPOSEABLE ),
DEF_INFO_2( TITLE, TITLE, 1, TITLE, FORM_VISIBLE, DIALOG_VISIBLE ),
diff --git a/extensions/test/ole/callUnoToJava.htm b/extensions/test/ole/callUnoToJava.htm
index df07e56ec378..fff21ad0ea28 100644
--- a/extensions/test/ole/callUnoToJava.htm
+++ b/extensions/test/ole/callUnoToJava.htm
@@ -522,7 +522,7 @@ Other test with out parameters <br>
<button onclick='callOleTest( 100)'>interface</Button>
<button onclick='callOleTest( 101)'>struct</Button>
<button onclick='callOleTest( 102)'>enum</Button>
-<button onclick='callOleTest( 103)'>seqence&lt;any&gt;</Button>
+<button onclick='callOleTest( 103)'>sequence&lt;any&gt;</Button>
<button onclick='callOleTest( 104)'>any</Button>
<button onclick='callOleTest( 105)'>bool</Button>
<button onclick='callOleTest( 106)'>char</Button>
diff --git a/filter/source/xslt/import/uof/uof2odf_text.xsl b/filter/source/xslt/import/uof/uof2odf_text.xsl
index 93dd0cc3fcb6..fe090e9e1a2f 100644
--- a/filter/source/xslt/import/uof/uof2odf_text.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_text.xsl
@@ -1105,13 +1105,13 @@
<xsl:element name="office:text">
<xsl:call-template name="GenerateTrackChanges"/>
<text:sequence-decls>
- <xsl:call-template name="default_seqence_declaration"/>
+ <xsl:call-template name="default_sequence_declaration"/>
</text:sequence-decls>
<xsl:apply-templates/>
</xsl:element>
</xsl:element>
</xsl:template>
- <xsl:template name="default_seqence_declaration">
+ <xsl:template name="default_sequence_declaration">
<text:sequence-decl text:display-outline-level="0" text:name="Illustration">
</text:sequence-decl>
<text:sequence-decl text:display-outline-level="0" text:name="Table">
diff --git a/filter/source/xslt/import/wordml/wordml2ooo.xsl b/filter/source/xslt/import/wordml/wordml2ooo.xsl
index d7e9ef41cf85..be19109eef26 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo.xsl
@@ -230,7 +230,7 @@
<xsl:element name="office:text">
<!-- to add the sequence variable declaration at the beginning of the office:body G.Y.-->
<text:sequence-decls>
- <xsl:call-template name="default_seqence_declaration"/>
+ <xsl:call-template name="default_sequence_declaration"/>
<xsl:apply-templates select="/w:wordDocument/w:body//w:instrText[substring(normalize-space(text()),1,3) = 'SEQ' ] | /w:wordDocument/w:body//w:fldSimple[substring(normalize-space(@w:instr),1,3) = 'SEQ' ] " mode="sequence_declare"/>
</text:sequence-decls>
<!-- add the user field variables declare for Docproperty fields importing G.Y.-->
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_field.xsl b/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
index 0fa29362c6f5..80b0e0c0c406 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_field.xsl
@@ -669,7 +669,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:template>
- <xsl:template name="default_seqence_declaration">
+ <xsl:template name="default_sequence_declaration">
<text:sequence-decl text:display-outline-level="0" text:name="Illustration">
</text:sequence-decl>
<text:sequence-decl text:display-outline-level="0" text:name="Table">
diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.hxx b/framework/source/layoutmanager/toolbarlayoutmanager.hxx
index d3d1f4970149..ff2eb021eb0a 100644
--- a/framework/source/layoutmanager/toolbarlayoutmanager.hxx
+++ b/framework/source/layoutmanager/toolbarlayoutmanager.hxx
@@ -115,7 +115,7 @@ class ToolbarLayoutManager : public ::cppu::WeakImplHelper< css::awt::XDockableW
// docking and further functions
bool dockToolbar( const OUString& rResourceURL, css::ui::DockingArea eDockingArea, const css::awt::Point& aPos );
bool dockAllToolbars();
- bool floatToolbar( const OUString& rResoureURL );
+ bool floatToolbar( const OUString& rResourceURL );
bool lockToolbar( const OUString& rResourceURL );
bool unlockToolbar( const OUString& rResourceURL );
void setToolbarPos( const OUString& rResourceURL, const css::awt::Point& aPos );
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 27eae63910cb..9d10117f26cb 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -310,7 +310,7 @@ public:
On the given <SfxUndoManager> is automatically the current
Max-Undo-Action-Count setting set form the options.
- 'pNewUndoMgr' must exist until the Destuctor of SfxShell instance is called
+ 'pNewUndoMgr' must exist until the Destructor of SfxShell instance is called
or until the next 'SetUndoManager()'.
*/
void SetUndoManager( ::svl::IUndoManager *pNewUndoMgr );
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index 372d216f68ba..580cbc3e3122 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -82,7 +82,7 @@ public:
void SetGradient (const XGradient& rGradient);
sal_Int32 GetSelectedTransparencyTypeIndex() const;
- // constructor/destuctor
+ // constructor/destructor
AreaPropertyPanelBase(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index 51e52ce09e61..dd4452e7944c 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -73,7 +73,7 @@ public:
void SetWidthIcon(int n);
void SetWidthIcon();
- // constructor/destuctor
+ // constructor/destructor
LinePropertyPanelBase(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 3f57ae213be6..5f523adca9ea 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -451,7 +451,7 @@ public:
// - by default a menubar is displayable
// - if a menubar is not displayable, its MenuBarWindow will never be shown
// and it will be hidden if it was visible before
- // - note: if a menubar is diplayable, this does not necessarily mean that it is currently visible
+ // - note: if a menubar is displayable, this does not necessarily mean that it is currently visible
void SetDisplayable( bool bDisplayable );
bool IsDisplayable() const { return mbDisplayable; }
diff --git a/odk/examples/java/Inspector/UnoTreeRenderer.java b/odk/examples/java/Inspector/UnoTreeRenderer.java
index 8120a05c3a8c..81e62a6d19d4 100644
--- a/odk/examples/java/Inspector/UnoTreeRenderer.java
+++ b/odk/examples/java/Inspector/UnoTreeRenderer.java
@@ -68,7 +68,7 @@ public class UnoTreeRenderer extends DefaultTreeCellRenderer{
m_oInterfaceIcon = new ImageIcon("images/interfaces_16.png");
m_oContentIcon = new ImageIcon("images/content_16.png");
} catch (RuntimeException e) {
- System.out.println("Sorry, could not locate resourecs, treecell icons will not be displayed.");
+ System.out.println("Sorry, could not locate resources, treecell icons will not be displayed.");
}
}
diff --git a/offapi/com/sun/star/resource/OfficeResourceLoader.idl b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
index 2a2867935de2..1caf113084f3 100644
--- a/offapi/com/sun/star/resource/OfficeResourceLoader.idl
+++ b/offapi/com/sun/star/resource/OfficeResourceLoader.idl
@@ -55,7 +55,7 @@ module com { module sun { module star { module resource {
</p>
<p>Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next
- OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the OfficeResoureLoader
+ OpenOffice.org build), you are <strong>strongly</strong> discouraged from using the OfficeResourceLoader
service in a component which targets more than one particular OpenOffice.org build.</p>
@since OOo 2.0.3
diff --git a/offapi/com/sun/star/resource/XStringResourceResolver.idl b/offapi/com/sun/star/resource/XStringResourceResolver.idl
index 5f21022d7236..f56605987624 100644
--- a/offapi/com/sun/star/resource/XStringResourceResolver.idl
+++ b/offapi/com/sun/star/resource/XStringResourceResolver.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module resource {
interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster
{
/**
- Resolves the passed ResoureID for the current locale. This
+ Resolves the passed ResourceID for the current locale. This
locale is set during initialization of the object implementing
this interface or - in case that also the interface
com::sun::star::resource::XStringResourceManager
@@ -66,7 +66,7 @@ interface XStringResourceResolver: com::sun::star::util::XModifyBroadcaster
raises( com::sun::star::resource::MissingResourceException );
- /** Resolves the passed ResoureID for a specific locale.
+ /** Resolves the passed ResourceID for a specific locale.
It's not recommended to use this method to get the best
performance as the implementation may be optimized for
diff --git a/reportdesign/source/ui/inspection/metadata.cxx b/reportdesign/source/ui/inspection/metadata.cxx
index 950f8a35e6a6..e3fb3e81b846 100644
--- a/reportdesign/source/ui/inspection/metadata.cxx
+++ b/reportdesign/source/ui/inspection/metadata.cxx
@@ -101,7 +101,7 @@ namespace rptui
static OPropertyInfoImpl aPropertyInfos[] =
{
/*
- DEF_INFO_?( propname and id, resoure id, help id, flags ),
+ DEF_INFO_?( propname and id, resource id, help id, flags ),
*/
DEF_INFO_1( FORCENEWPAGE, FORCENEWPAGE, FORCENEWPAGE, Composeable )
,DEF_INFO_1( NEWROWORCOL, NEWROWORCOL, NEWROWORCOL, Composeable )
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
index a635a241ef51..adad329bb363 100644
--- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
+++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
@@ -60,7 +60,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
AlignmentPropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx
index fe1afaa4fc63..3889020263aa 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx
@@ -64,7 +64,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
CellAppearancePropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx
index 2a3bffa5114f..e250634cd4fb 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx
@@ -56,7 +56,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
NumberFormatPropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index 964158cca94f..2adf1912ae79 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -491,7 +491,7 @@ TriState SvTreeListBox::NotifyMoving(
SvTreeListEntry*& rpNewParent, // new target parent
sal_uLong& rNewChildPos) // position in childlist of target parent
{
- DBG_ASSERT(pEntry,"NotifyMoving:SoureEntry?");
+ DBG_ASSERT(pEntry,"NotifyMoving:SourceEntry?");
if( !pTarget )
{
rpNewParent = nullptr;
diff --git a/svx/source/sdr/contact/viewcontact.cxx b/svx/source/sdr/contact/viewcontact.cxx
index c558467a8e46..fd57b8acd34d 100644
--- a/svx/source/sdr/contact/viewcontact.cxx
+++ b/svx/source/sdr/contact/viewcontact.cxx
@@ -221,7 +221,7 @@ drawinglayer::primitive2d::Primitive2DContainer ViewContact::createViewIndepende
{
// This is the default implementation and should never be called (see header). If this is called,
// someone implemented a ViewContact (VC) visualisation object without defining the visualisation by
- // providing a seqence of primitives -> which cannot be correct.
+ // providing a sequence of primitives -> which cannot be correct.
// Since we have no access to any known model data here, the default implementation creates a yellow placeholder
// hairline polygon with a default size of (1000, 1000, 5000, 3000)
OSL_FAIL("ViewContact::createViewIndependentPrimitive2DSequence(): Never call the fallback base implementation, this is always an error (!)");
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.hxx b/svx/source/sidebar/area/AreaPropertyPanel.hxx
index 98758557cf5e..a01d03a3c733 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.hxx
+++ b/svx/source/sidebar/area/AreaPropertyPanel.hxx
@@ -59,7 +59,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
AreaPropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
index 4f8903dfd2e6..a83a0e007657 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
@@ -57,7 +57,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
GraphicPropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx
index ae3bec300bf0..2827e6dcac67 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.hxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.hxx
@@ -74,7 +74,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
LinePropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
index 1ed3a06d4b93..9892f14204ca 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.hxx
@@ -75,7 +75,7 @@ public:
SfxBindings* GetBindings() { return mpBindings;}
- // constructor/destuctor
+ // constructor/destructor
PosSizePropertyPanel(
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 40831b1822e2..2679bd708879 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -533,7 +533,7 @@ SwDoc::~SwDoc()
#if HAVE_FEATURE_DBCONNECTIVITY
// On load, SwDBManager::setEmbeddedName() may register a data source.
- // If we have an embedded one, then sDataSoure points to the registered name, so revoke it here.
+ // If we have an embedded one, then sDataSource points to the registered name, so revoke it here.
if (!mpDBManager->getEmbeddedName().isEmpty() && !maDBData.sDataSource.isEmpty())
{
// Remove the revoke listener here first, so that we don't remove the data source from the document.
diff --git a/sw/source/core/fields/reffld.cxx b/sw/source/core/fields/reffld.cxx
index 9bee3fa6a4c5..4dc9f4eacb4a 100644
--- a/sw/source/core/fields/reffld.cxx
+++ b/sw/source/core/fields/reffld.cxx
@@ -199,11 +199,11 @@ bool IsFrameBehind( const SwTextNode& rMyNd, sal_Int32 nMySttPos,
/// get references
SwGetRefField::SwGetRefField( SwGetRefFieldType* pFieldType,
const OUString& rSetRef, sal_uInt16 nSubTyp,
- sal_uInt16 nSeqenceNo, sal_uLong nFormat )
+ sal_uInt16 nSequenceNo, sal_uLong nFormat )
: SwField( pFieldType, nFormat ),
sSetRefName( rSetRef ),
nSubType( nSubTyp ),
- nSeqNo( nSeqenceNo )
+ nSeqNo( nSequenceNo )
{
}
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index c72b7c02708e..576d0d08ff93 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2345,7 +2345,7 @@ void SAL_CALL SwChartDataSequence::dispose( )
//Actually, the former design of SwClient will disconnect itself
//from the notification list in its destructor.
- //But the SwCharDataSeqence won't be destructed but disposed in code
+ //But the SwCharDataSequence won't be destructed but disposed in code
//(the data member SwChartDataSequence::bDisposed will be set to
//TRUE), the relationship between client and modification is not
//released.
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 91c71bc888ad..0d4f83961459 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -977,7 +977,7 @@ bool SwFieldRefPage::FillItemSet(SfxItemSet* )
}
}
}
- else // SeqenceFields
+ else // SequenceFields
{
// get fields for Seq-FieldType:
SwSetExpFieldType* pType = static_cast<SwSetExpFieldType*>(pSh->GetFieldType(