summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-31 19:25:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-31 21:02:58 +0200
commita2bb3dc8696e52b1bf4b0057e2a3fb349c6ca509 (patch)
tree52e368349edd0b076b26d4cc8267675fa71b47cd
parent55b9419e541990fe4f96dd59a42359f86901ab3a (diff)
Fix typo
Change-Id: Ifbf42470fdf11e072749ec6b7a86a5970f9a2d7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152458 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/svx/tbcontrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx
index 91b970735abf..6eafd38d87b9 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -300,7 +300,7 @@ private:
/** Most recently used currencies **/
SvxCurrencyVect_t m_mru_currencies;
- /** Adds a currency to the the most recently used list **/
+ /** Adds a currency to the most recently used list **/
void addMruCurrency(sal_Int16 currencyPosition);
/**