summaryrefslogtreecommitdiffstats
path: root/framework/source/fwe/xml/toolboxdocumenthandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/xml/toolboxdocumenthandler.cxx')
-rw-r--r--framework/source/fwe/xml/toolboxdocumenthandler.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index 3c9038ca870f..639d33948a7a 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -56,15 +56,15 @@ static const char ITEM_DESCRIPTOR_STYLE[] = "Style";
static const char ITEM_DESCRIPTOR_VISIBLE[] = "IsVisible";
static const char ITEM_DESCRIPTOR_WIDTH[] = "Width";
-static void ExtractToolbarParameters( const Sequence< PropertyValue > rProp,
- OUString& rCommandURL,
- OUString& rLabel,
- OUString& rHelpURL,
- OUString& rTooltip,
- sal_Int16& rStyle,
- sal_Int16& rWidth,
- bool& rVisible,
- sal_Int16& rType )
+static void ExtractToolbarParameters( const Sequence< PropertyValue >& rProp,
+ OUString& rCommandURL,
+ OUString& rLabel,
+ OUString& rHelpURL,
+ OUString& rTooltip,
+ sal_Int16& rStyle,
+ sal_Int16& rWidth,
+ bool& rVisible,
+ sal_Int16& rType )
{
for ( sal_Int32 i = 0; i < rProp.getLength(); i++ )
{