summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a /sc/source
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff)
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/excel/xepivotxml.cxx2
-rw-r--r--sc/source/ui/unoobj/celllistsource.cxx2
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.cxx2
-rw-r--r--sc/source/ui/vba/vbachart.cxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx24
5 files changed, 16 insertions, 16 deletions
diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx
index 36db55476da8..dcf18e6e2b0a 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -592,7 +592,7 @@ void XclExpXmlPivotTableManager::Initialize()
// Get the cache ID for this pivot table.
CacheIdMapType::iterator itCache = maCacheIdMap.find(&rDPObj);
if (itCache == maCacheIdMap.end())
- // No cache ID found. Something is wrong here....
+ // No cache ID found. Something is wrong here...
continue;
sal_Int32 nCacheId = itCache->second;
diff --git a/sc/source/ui/unoobj/celllistsource.cxx b/sc/source/ui/unoobj/celllistsource.cxx
index bc79178d4909..e8591c1732b2 100644
--- a/sc/source/ui/unoobj/celllistsource.cxx
+++ b/sc/source/ui/unoobj/celllistsource.cxx
@@ -117,7 +117,7 @@ namespace calc
void SAL_CALL OCellListSource::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const
{
OSL_ENSURE( _nHandle == PROP_HANDLE_RANGE_ADDRESS, "OCellListSource::getFastPropertyValue: invalid handle!" );
- // we only have this one property ....
+ // we only have this one property...
_rValue <<= getRangeAddress( );
}
diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx
index de7f0fde4f71..8063ecf4b54e 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.cxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.cxx
@@ -120,7 +120,7 @@ namespace calc
void SAL_CALL OCellValueBinding::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const
{
OSL_ENSURE( _nHandle == PROP_HANDLE_BOUND_CELL, "OCellValueBinding::getFastPropertyValue: invalid handle!" );
- // we only have this one property ....
+ // we only have this one property...
_rValue.clear();
Reference< XCellAddressable > xCellAddress( m_xCell, UNO_QUERY );
diff --git a/sc/source/ui/vba/vbachart.cxx b/sc/source/ui/vba/vbachart.cxx
index 8534d66c30bf..d83cee30b002 100644
--- a/sc/source/ui/vba/vbachart.cxx
+++ b/sc/source/ui/vba/vbachart.cxx
@@ -547,7 +547,7 @@ void SAL_CALL
ScVbaChart::Activate()
{
// #TODO how are Chart sheets handled ( I know we don't even consider
- // them in the worksheets/sheets collections ), but.....???
+ // them in the worksheets/sheets collections ), but...???
// note: in vba for excel the parent of a Chart sheet is a workbook,
// e.g. 'ThisWorkbook'
uno::Reference< XHelperInterface > xParent( getParent() );
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index d48981bbf1cc..1bc8fcd885af 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -1485,7 +1485,7 @@ ScVbaRange::getValue( ValueGetter& valueGetter)
uno::Any SAL_CALL
ScVbaRange::getValue()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1564,7 +1564,7 @@ ScVbaRange::Clear()
void
ScVbaRange::ClearContents( sal_Int32 nFlags, bool bFireEvent )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1629,7 +1629,7 @@ ScVbaRange::setFormulaValue( const uno::Any& rFormula, formula::FormulaGrammar::
uno::Any
ScVbaRange::getFormulaValue( formula::FormulaGrammar::Grammar eGram )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1695,7 +1695,7 @@ ScVbaRange::getCount()
sal_Int32
ScVbaRange::getRow()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1711,7 +1711,7 @@ ScVbaRange::getRow()
sal_Int32
ScVbaRange::getColumn()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1819,7 +1819,7 @@ ScVbaRange::FillDown()
OUString
ScVbaRange::getText()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1871,7 +1871,7 @@ ScVbaRange::Offset( const ::uno::Any &nRowOff, const uno::Any &nColOff )
uno::Reference< excel::XRange >
ScVbaRange::CurrentRegion()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1892,7 +1892,7 @@ ScVbaRange::CurrentRegion()
uno::Reference< excel::XRange >
ScVbaRange::CurrentArray()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1912,7 +1912,7 @@ ScVbaRange::CurrentArray()
uno::Any
ScVbaRange::getFormulaArray()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1950,7 +1950,7 @@ ScVbaRange::getFormulaArray()
void
ScVbaRange::setFormulaArray(const uno::Any& rFormula)
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1986,7 +1986,7 @@ ScVbaRange::setFormulaArray(const uno::Any& rFormula)
OUString
ScVbaRange::Characters(const uno::Any& Start, const uno::Any& Length)
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -2109,7 +2109,7 @@ ScVbaRange::Font()
uno::Reference< excel::XRange >
ScVbaRange::Cells( const uno::Any &nRowIndex, const uno::Any &nColumnIndex )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )