summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-05-03 17:01:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-05-03 21:48:15 +0200
commit1d2b6b709e81eec8600118b3402d82707aa113bc (patch)
tree09dce9cc095e37c3c5a18d81ca3afebba546ae4c /svx/source/tbxctrls/tbcontrl.cxx
parentca734f7cfa55814a85d5940e5f64d7c53638f6a7 (diff)
Just use Any ctor instead of makeAny in svx
Change-Id: I59b1b3f817a9028f132456ea5094f38f88674d00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133768 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls/tbcontrl.cxx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 70b14ee14bba..f19f683d71b0 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -3499,7 +3499,7 @@ void SvxColorToolBoxControl::execute(sal_Int16 /*nSelectModifier*/)
}
auto aArgs( comphelper::InitPropertySequence( {
- { m_aCommandURL.copy(5), css::uno::makeAny(aColor) }
+ { m_aCommandURL.copy(5), css::uno::Any(aColor) }
} ) );
dispatchCommand( aCommand, aArgs );