diff options
Diffstat (limited to 'sc/inc/stlalgorithm.hxx')
-rw-r--r-- | sc/inc/stlalgorithm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/stlalgorithm.hxx b/sc/inc/stlalgorithm.hxx index 37d7ba85066a..bda11bfc6e12 100644 --- a/sc/inc/stlalgorithm.hxx +++ b/sc/inc/stlalgorithm.hxx @@ -74,7 +74,7 @@ public: pointer allocate(size_type n) { - return (pointer)rtl_allocateAlinedMemory(_Alignment, n*sizeof(value_type)); + return (pointer)rtl_allocateAlignedMemory(_Alignment, n*sizeof(value_type)); } void deallocate(pointer p, size_type) |