summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-23 17:31:38 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-04 22:19:11 +0100
commit7808b624d16b0af5d8ae3897a6b2012ed4ee1076 (patch)
tree2cd31ae0b8dcf9340e6c3940bb29d22d3c3a8525 /svx/source/inc
parent804c1b77f26bd36895c77586ba4fb43a8b84bec8 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: Id868397185ab487882a95a298e33a967df810a9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104737 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net> Tested-by: Jenkins
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/cell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/cell.hxx b/svx/source/inc/cell.hxx
index f1bc145675e4..688eebf94cca 100644
--- a/svx/source/inc/cell.hxx
+++ b/svx/source/inc/cell.hxx
@@ -91,7 +91,7 @@ public:
SVX_DLLPRIVATE void merge( sal_Int32 nColumnSpan, sal_Int32 nRowSpan );
SVX_DLLPRIVATE void mergeContent( const CellRef& xSourceCell );
- SVX_DLLPRIVATE void replaceContentAndFormating( const CellRef& xSourceCell );
+ SVX_DLLPRIVATE void replaceContentAndFormatting( const CellRef& xSourceCell );
SVX_DLLPRIVATE void setMerged();