diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 09:37:52 +0100 |
commit | 2f88f0adf0f787ae1e1a2a5ac2156b347984fd4a (patch) | |
tree | 4c238035556820792d0909ae1dc6a7a5dae43825 /svx/source/tbxctrls/tbunocontroller.cxx | |
parent | b183742d3f8cb0edc59d4a60132ca0036d3f41c9 (diff) |
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I72d11153ffccc51633aec78c802822173dd7f5ed
Diffstat (limited to 'svx/source/tbxctrls/tbunocontroller.cxx')
-rw-r--r-- | svx/source/tbxctrls/tbunocontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx index 61e060953a45..4a9d658ee131 100644 --- a/svx/source/tbxctrls/tbunocontroller.cxx +++ b/svx/source/tbxctrls/tbunocontroller.cxx @@ -278,7 +278,7 @@ FontHeightToolBoxControl::FontHeightToolBoxControl( const uno::Reference< uno::X OUString( ".uno:FontHeight" ) ), m_pBox( NULL ) { - addStatusListener( OUString( ".uno:CharFontName" )); + addStatusListener( ".uno:CharFontName"); } FontHeightToolBoxControl::~FontHeightToolBoxControl() |