summaryrefslogtreecommitdiff
path: root/svl/source/filepicker/pickerhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/filepicker/pickerhelper.cxx')
-rw-r--r--svl/source/filepicker/pickerhelper.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svl/source/filepicker/pickerhelper.cxx b/svl/source/filepicker/pickerhelper.cxx
index 6b6bf96a54a6..e217c2994378 100644
--- a/svl/source/filepicker/pickerhelper.cxx
+++ b/svl/source/filepicker/pickerhelper.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,16 +51,16 @@ namespace svt
try
{
// does the dialog haver a help URL property?
- Reference< css::beans::XPropertySet > xDialogProps( _mxFileDlg, css::uno::UNO_QUERY );
- Reference< css::beans::XPropertySetInfo > xInfo;
+ Reference< css::beans::XPropertySet > xDialogProps( _mxFileDlg, css::uno::UNO_QUERY );
+ Reference< css::beans::XPropertySetInfo > xInfo;
if( xDialogProps.is() )
xInfo = xDialogProps->getPropertySetInfo( );
- const OUString sHelpURLPropertyName( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" ) );
+ const OUString sHelpURLPropertyName( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" ) );
if( xInfo.is() && xInfo->hasPropertyByName( sHelpURLPropertyName ) )
- { // yep
- OUString sId( RTL_CONSTASCII_USTRINGPARAM( "HID:" ) );
+ { // yep
+ OUString sId( RTL_CONSTASCII_USTRINGPARAM( "HID:" ) );
sId += OUString::valueOf( _nHelpId );
xDialogProps->setPropertyValue( sHelpURLPropertyName, css::uno::makeAny( sId ) );
}
@@ -77,16 +77,16 @@ namespace svt
try
{
// does the dialog haver a help URL property?
- Reference< css::beans::XPropertySet > xDialogProps( _mxFileDlg, css::uno::UNO_QUERY );
- Reference< css::beans::XPropertySetInfo > xInfo;
+ Reference< css::beans::XPropertySet > xDialogProps( _mxFileDlg, css::uno::UNO_QUERY );
+ Reference< css::beans::XPropertySetInfo > xInfo;
if( xDialogProps.is() )
xInfo = xDialogProps->getPropertySetInfo( );
- const OUString sHelpURLPropertyName( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" ) );
+ const OUString sHelpURLPropertyName( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" ) );
if( xInfo.is() && xInfo->hasPropertyByName( sHelpURLPropertyName ) )
- { // yep
- OUString sId( RTL_CONSTASCII_USTRINGPARAM( "HID:" ) );
+ { // yep
+ OUString sId( RTL_CONSTASCII_USTRINGPARAM( "HID:" ) );
sId += OUString::valueOf( _nHelpId );
xDialogProps->setPropertyValue( sHelpURLPropertyName, css::uno::makeAny( sId ) );
}