summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunocontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/tbunocontroller.cxx')
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index 3cfd2f61afe2..24b72d56e4f0 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -148,7 +148,7 @@ void SvxFontSizeBox_Impl::Select()
uno::Sequence< beans::PropertyValue > aArgs( 1 );
aArgs[0].Name = "FontHeight.Height";
- aArgs[0].Value = uno::makeAny( fSelVal );
+ aArgs[0].Value <<= fSelVal;
/* #i33380# DR 2004-09-03 Moved the following line above the Dispatch() call.
This instance may be deleted in the meantime (i.e. when a dialog is opened