summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-31 19:27:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-31 21:02:32 +0200
commit55b9419e541990fe4f96dd59a42359f86901ab3a (patch)
tree038a65115d1d0404efc800ecd9495354305e1544
parent006990b8d6337c232f0fe06fc284d83c44e6dc80 (diff)
Fix typo
Change-Id: Iaeeda3ce15e6765e914eb74c6b1cb0f0f8b6d6f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152463 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 a8022bec29f8..91b970735abf 100644
--- a/include/svx/tbcontrl.hxx
+++ b/include/svx/tbcontrl.hxx
@@ -247,7 +247,7 @@ public:
void EnsurePaletteManager();
};
-/** Poup controller for currency combo widget **/
+/** Popup controller for currency combo widget **/
class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) SvxCurrencyToolBoxControl final : public svt::PopupWindowController
{
public: