[Libreoffice-commits] core.git: chart2/source connectivity/source cui/uiconfig dbaccess/source wizards/source xmloff/source
Julien Nabet
serval2412 at yahoo.fr
Sun Feb 12 16:07:15 UTC 2017
chart2/source/view/main/VLegendSymbolFactory.cxx | 6 +++---
connectivity/source/drivers/mork/MResultSet.cxx | 4 ++--
cui/uiconfig/ui/cellalignment.ui | 2 +-
dbaccess/source/ui/tabledesign/FieldDescriptions.cxx | 2 +-
wizards/source/tutorials/ShowInfoDialog.xba | 8 ++++----
xmloff/source/chart/MultiPropertySetHandler.hxx | 2 +-
6 files changed, 12 insertions(+), 12 deletions(-)
New commits:
commit 8aff36d87f83fa2c86515f106c1e579b0903421a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Feb 12 16:47:25 2017 +0100
Various typos about property
Change-Id: I7585a1346fb19a886240db8dd393554efee862cc
Reviewed-on: https://gerrit.libreoffice.org/34174
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx
index 4579d45..ee8a0df 100644
--- a/chart2/source/view/main/VLegendSymbolFactory.cxx
+++ b/chart2/source/view/main/VLegendSymbolFactory.cxx
@@ -76,7 +76,7 @@ void getPropNamesAndValues( const Reference< beans::XPropertySet >& xProp,
}
}
-void lcl_setPropetiesToShape(
+void lcl_setPropertiesToShape(
const Reference< beans::XPropertySet > & xProp,
const Reference< drawing::XShape > & xShape,
::chart::VLegendSymbolFactory::tPropertyType ePropertyType,
@@ -130,7 +130,7 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol(
awt::Point( 0, rEntryKeyAspectRatio.Height/2 ));
if( xLine.is())
{
- lcl_setPropetiesToShape( xLegendEntryProperties, xLine, ePropertyType, rEntryKeyAspectRatio );
+ lcl_setPropertiesToShape( xLegendEntryProperties, xLine, ePropertyType, rEntryKeyAspectRatio );
}
Reference< drawing::XShape > xSymbol;
@@ -178,7 +178,7 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol(
awt::Point( rEntryKeyAspectRatio.Width/2-nSize/2, rEntryKeyAspectRatio.Height/2-nSize/2 ));
if( xShape.is() )
{
- lcl_setPropetiesToShape( xLegendEntryProperties, xShape, ePropertyType, awt::Size(0,0) ); // PROP_TYPE_FILLED_SERIES );
+ lcl_setPropertiesToShape( xLegendEntryProperties, xShape, ePropertyType, awt::Size(0,0) ); // PROP_TYPE_FILLED_SERIES );
}
}
else // eStyle == LegendSymbolStyle_BOX
diff --git a/connectivity/source/drivers/mork/MResultSet.cxx b/connectivity/source/drivers/mork/MResultSet.cxx
index e0211c3..35c57fc 100644
--- a/connectivity/source/drivers/mork/MResultSet.cxx
+++ b/connectivity/source/drivers/mork/MResultSet.cxx
@@ -964,13 +964,13 @@ void OResultSet::fillRowData()
OSL_ENSURE(m_xColumns.is(), "Need the Columns!!");
OSQLColumns::Vector::const_iterator aIter = m_xColumns->get().begin();
- const OUString sProprtyName = OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME);
+ const OUString sPropertyName = OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_NAME);
OUString sName;
m_aAttributeStrings.clear();
m_aAttributeStrings.reserve(m_xColumns->get().size());
for (sal_Int32 i = 1; aIter != m_xColumns->get().end();++aIter, i++)
{
- (*aIter)->getPropertyValue(sProprtyName) >>= sName;
+ (*aIter)->getPropertyValue(sPropertyName) >>= sName;
SAL_INFO(
"connectivity.mork", "Query Columns : (" << i << ") " << sName);
m_aAttributeStrings.push_back( sName );
diff --git a/cui/uiconfig/ui/cellalignment.ui b/cui/uiconfig/ui/cellalignment.ui
index 4be6eb3..d5e8b73 100644
--- a/cui/uiconfig/ui/cellalignment.ui
+++ b/cui/uiconfig/ui/cellalignment.ui
@@ -363,7 +363,7 @@
</object>
</child>
<child type="label">
- <object class="GtkLabel" id="labelPropeties">
+ <object class="GtkLabel" id="labelProperties">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Properties</property>
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
index 52cb059..9476b33 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
@@ -97,7 +97,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC
,m_bIsCurrency(false)
,m_bHidden(false)
{
- OSL_ENSURE(xAffectedCol.is(),"PropetySet can not be null!");
+ OSL_ENSURE(xAffectedCol.is(),"PropertySet can not be null!");
if ( xAffectedCol.is() )
{
if ( _bUseAsDest )
diff --git a/wizards/source/tutorials/ShowInfoDialog.xba b/wizards/source/tutorials/ShowInfoDialog.xba
index defde11..e1da4b5 100644
--- a/wizards/source/tutorials/ShowInfoDialog.xba
+++ b/wizards/source/tutorials/ShowInfoDialog.xba
@@ -24,7 +24,7 @@ Dim oWnd3 As Object
Dim oDoc as Object
Sub ShowInfoMain
- prop() = GetShowInfoPropeties()
+ prop() = GetShowInfoProperties()
Init(prop(0).Value, prop(1).Value, prop(2).Value, prop(3).Value, prop(4).Value, prop(5).Value, prop(6).Value, prop(7).Value, prop(8).Value)
End Sub
@@ -103,7 +103,7 @@ Sub Init(tFieldText As String, windowX, windowY, windowWidth, windowHeight, tFie
End Sub
-Function GetShowInfoPropeties()
+Function GetShowInfoProperties()
stepText = GetStepTitle()
Dim Properties(8) As new com.sun.star.beans.NamedValue
Properties(0).Name = "ShowInfoDialogText"
@@ -124,7 +124,7 @@ Function GetShowInfoPropeties()
Properties(7).Value = 190
Properties(8).Name = "TFieldHeight"
Properties(8).Value = 50
- GetShowInfoPropeties = Properties()
+ GetShowInfoProperties = Properties()
End Function
Sub setShowInfoText()
@@ -319,4 +319,4 @@ Function addShapeToDrawDoc(oPage as Object, nPosX, nPosY as Integer, oType As St
addShapeToDrawDoc() = oShape
End Function
-</script:module>
\ No newline at end of file
+</script:module>
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index 7996bfa..f9cffea 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/beans/XMultiPropertySet.hpp>
/** @descr MultiPropertySetHandler handles the two slightly different
- interfaces XPropertySet and XMultiPorpertySet for accessing
+ interfaces XPropertySet and XMultiPropertySet for accessing
properties of an object.
It uses the classes PropertyWrapperBase and the template
More information about the Libreoffice-commits
mailing list