Kaydet (Commit) da1f782c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: Ie8641fe51f1a8943402f0aab5f78c331b6deb3a0
üst addd8847
...@@ -144,7 +144,7 @@ class ToolBarManager : public ToolbarManager_Base ...@@ -144,7 +144,7 @@ class ToolBarManager : public ToolbarManager_Base
virtual bool MenuItemAllowed( sal_uInt16 ) const; virtual bool MenuItemAllowed( sal_uInt16 ) const;
void RemoveControllers(); void RemoveControllers();
OUString RetrieveFromCommand( const OUString aName, const OUString& aCmdURL ); OUString RetrieveFromCommand( const OUString & aName, const OUString& aCmdURL );
sal_Int32 RetrievePropertiesFromCommand( const OUString& aCmdURL ); sal_Int32 RetrievePropertiesFromCommand( const OUString& aCmdURL );
css::uno::Sequence< css::beans::PropertyValue > GetPropsForCommand( const OUString& rCmdURL ); css::uno::Sequence< css::beans::PropertyValue > GetPropsForCommand( const OUString& rCmdURL );
void CreateControllers(); void CreateControllers();
......
...@@ -809,7 +809,7 @@ uno::Sequence< beans::PropertyValue > ToolBarManager::GetPropsForCommand( const ...@@ -809,7 +809,7 @@ uno::Sequence< beans::PropertyValue > ToolBarManager::GetPropsForCommand( const
return aPropSeq; return aPropSeq;
} }
OUString ToolBarManager::RetrieveFromCommand( const OUString aName, const OUString& aCmdURL ) OUString ToolBarManager::RetrieveFromCommand( const OUString & aName, const OUString& aCmdURL )
{ {
OUString aLabel; OUString aLabel;
Sequence< PropertyValue > aPropSeq; Sequence< PropertyValue > aPropSeq;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment