diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-08-19 15:34:46 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-08-27 17:22:42 +0200 |
commit | b4d1bed49e0c262f90e9e3f720dd9816d57d3b99 (patch) | |
tree | 850a9fd9d67242b5b7018501e5f97b4222c70afd /svtools | |
parent | 4bf04dea9afb30a9395e80b07a81d1908937ee8b (diff) |
Rename AsyncColorPicker -> AsynchronousColorPicker
Change-Id: If26865ea063df3052e6ba61642fe36f5a1a47929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120735
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/colrdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx index d913ef87c2e9..e1966ae382bd 100644 --- a/svtools/source/dialogs/colrdlg.cxx +++ b/svtools/source/dialogs/colrdlg.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include <com/sun/star/cui/AsyncColorPicker.hpp> +#include <com/sun/star/cui/AsynchronousColorPicker.hpp> #include <com/sun/star/cui/ColorPicker.hpp> #include <comphelper/processfactory.hxx> @@ -113,7 +113,7 @@ void SvColorDialog::ExecuteAsync(weld::Window* pParent, const std::function<void if (pParent) xParent = pParent->GetXWindow(); - mxDialog = css::cui::AsyncColorPicker::createWithParent(xContext, xParent); + mxDialog = css::cui::AsynchronousColorPicker::createWithParent(xContext, xParent); Reference< XPropertyAccess > xPropertyAccess( mxDialog, UNO_QUERY_THROW ); Sequence< PropertyValue > props( 2 ); |