summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 6f252763c629..a42f756b252c 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -3371,7 +3371,7 @@ ScVbaRange::Sort( const uno::Any& Key1, const uno::Any& Order1, const uno::Any&
{
// Documentation says xlSortRows is default but that doesn't appear to be
// the case. Also it appears that xlSortColumns is the default which
- // strangely enought sorts by Row
+ // strangely enough sorts by Row
nOrientation = ::comphelper::getINT16( Orientation );
// persist new option to be next calls default
if ( nOrientation == excel::XlSortOrientation::xlSortRows )
503a'>Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-06loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe 2015-07-24no need to redeclare these constants with slightly different namesNoel Grandin 2015-07-15loplugin:unusedmethods linguisticNoel Grandin 2015-04-08convert CapType to scoped enumNoel Grandin 2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin 2015-04-08convert PATH_FLAG to scoped enumNoel Grandin 2015-03-19loplugin:constantfunction: linguisticNoel Grandin 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-04-15linguistic: sal_Bool->boolNoel Grandin 2014-04-01linguistic: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann