summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/rangeseq.hxx2
-rw-r--r--sc/source/core/data/document.cxx2
-rw-r--r--sc/source/ui/vba/excelvbahelper.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index 6b532aed75ca..f0b1016111cb 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -63,7 +63,7 @@ class ScApiTypeConversion
{
public:
- /** Convert an uno::Any to double if possible, including integer types.
+ /** Convert a uno::Any to double if possible, including integer types.
@param o_fVal
Out: the double value on successful conversion.
@param o_eClass
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index acc436a1b036..b2843303a2ad 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -3874,7 +3874,7 @@ void ScDocument::SetDirty( const ScRange& rRange, bool bIncludeEmptyCells )
if (maTabs[i]) maTabs[i]->SetDirty( rRange,
(bIncludeEmptyCells ? ScColumn::BROADCAST_BROADCASTERS : ScColumn::BROADCAST_DATA_POSITIONS));
- /* TODO: this now also notifies conditional formatting and does an UNO
+ /* TODO: this now also notifies conditional formatting and does a UNO
* broadcast, which wasn't done here before. Is that an actually
* desired side effect, or should we come up with a method that
* doesn't? */
diff --git a/sc/source/ui/vba/excelvbahelper.hxx b/sc/source/ui/vba/excelvbahelper.hxx
index 8ae36b25f072..3b6a2f094369 100644
--- a/sc/source/ui/vba/excelvbahelper.hxx
+++ b/sc/source/ui/vba/excelvbahelper.hxx
@@ -80,7 +80,7 @@ public:
static SfxItemSet* GetDataSet( ScCellRangesBase* pRangeObj );
};
-// Extracts a implementation object ( via XUnoTunnel ) from an uno object.
+// Extracts a implementation object ( via XUnoTunnel ) from a uno object.
// Will throw if unsuccessful.
/// @throws css::uno::RuntimeException
template < typename ImplObject >