summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 18:21:52 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-18 11:44:56 +0000
commitae150c6a5424d021ce5eb46dc9573f12a4d05445 (patch)
tree8fadf46f7789b54e59e9095b967ca6068dbbe890 /sc
parenta63b8b4afc687d49ad25cbb77e16f835b9820522 (diff)
Fix typos
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/JunitTest_sc_complex.mk2
-rw-r--r--sc/source/filter/inc/pivotcachebuffer.hxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
-rw-r--r--sc/source/ui/vba/vbatitle.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/JunitTest_sc_complex.mk b/sc/JunitTest_sc_complex.mk
index 4472b6cff0b1..8fedb478745a 100644
--- a/sc/JunitTest_sc_complex.mk
+++ b/sc/JunitTest_sc_complex.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_JunitTest_JunitTest,sc_complex))
-# sc/qa/complex/calcPreview/ tests do not work autmatically (they request "Press
+# sc/qa/complex/calcPreview/ tests do not work automatically (they request "Press
# any key after resizing" etc.)
$(eval $(call gb_JunitTest_add_classes,sc_complex, \
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx
index b32407199063..a7a45022089a 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -336,7 +336,7 @@ struct PCDefinitionModel
bool mbRefreshOnLoad; /// True = try to refresh cache on load.
bool mbOptimizeMemory; /// True = application may optimize memory usage.
bool mbEnableRefresh; /// True = refreshing cache is enabled in UI.
- bool mbBackgroundQuery; /// True = application queries data asynchonously.
+ bool mbBackgroundQuery; /// True = application queries data asynchronously.
bool mbUpgradeOnRefresh; /// True = application may upgrade cache version.
bool mbTupleCache; /// True = cache stores OLAP functions.
bool mbSupportSubquery; /// True = data source supports subqueries.
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index f47c1c0d4c63..b1ee0e2be142 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4438,7 +4438,7 @@ ScVbaRange::AutoFilter( const uno::Any& aField, const uno::Any& Criteria1, const
throw uno::RuntimeException("Failed to find the autofilter placeholder range" );
uno::Reference< beans::XPropertySet > xDBRangeProps( xDataBaseRange, uno::UNO_QUERY_THROW );
- // set autofilt
+ // set autofilter
xDBRangeProps->setPropertyValue( "AutoFilter", uno::Any(sal_True) );
// set header (autofilter always need column headers)
uno::Reference< beans::XPropertySet > xFiltProps( xDataBaseRange->getFilterDescriptor(), uno::UNO_QUERY_THROW );
diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx
index 06767bb89d88..b0ac54ba9ae3 100644
--- a/sc/source/ui/vba/vbatitle.hxx
+++ b/sc/source/ui/vba/vbatitle.hxx
@@ -52,7 +52,7 @@ public:
// #TODO find out what the proper parent should be
// leaving as set by the helperapi for the moment
// #TODO we really need the ScDocument to pass to ScVbaInterior
- // otherwise attemps to access the palette will fail
+ // otherwise attempts to access the palette will fail
return new ScVbaInterior( BaseClass::mxParent, BaseClass::mxContext, xShapePropertySet );
}
css::uno::Reference< ov::excel::XFont > SAL_CALL Font( ) throw (css::script::BasicErrorException, css::uno::RuntimeException)