summaryrefslogtreecommitdiff
path: root/framework/source/uielement
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index 7f32f70541ba..bd199b6891b1 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -265,7 +265,7 @@ sal_Bool SAL_CALL ConfigurationAccess_UICommand::hasByName( const OUString& rCom
// XElementAccess
Type SAL_CALL ConfigurationAccess_UICommand::getElementType()
{
- return( cppu::UnoType<Sequence< PropertyValue >>::get() );
+ return cppu::UnoType<Sequence< PropertyValue >>::get();
}
sal_Bool SAL_CALL ConfigurationAccess_UICommand::hasElements()
@@ -706,7 +706,7 @@ sal_Bool SAL_CALL UICommandDescription::hasByName( const OUString& aName )
// XElementAccess
Type SAL_CALL UICommandDescription::getElementType()
{
- return( cppu::UnoType<XNameAccess>::get());
+ return cppu::UnoType<XNameAccess>::get();
}
sal_Bool SAL_CALL UICommandDescription::hasElements()