summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.hxx b/dbaccess/source/ui/app/AppDetailView.hxx
index f8bb55627901..67c9b57e9f96 100644
--- a/dbaccess/source/ui/app/AppDetailView.hxx
+++ b/dbaccess/source/ui/app/AppDetailView.hxx
@@ -89,7 +89,7 @@ namespace dbaui
struct TaskEntry
{
- ::rtl::OUString sUNOCommand;
+ OUString sUNOCommand;
sal_uInt16 nHelpID;
String sTitle;
bool bHideWhenDisabled;
@@ -206,7 +206,7 @@ namespace dbaui
@return
the qualified name
*/
- ::rtl::OUString getQualifiedName( SvTreeListEntry* _pEntry ) const;
+ OUString getQualifiedName( SvTreeListEntry* _pEntry ) const;
/** returns if an entry is a leaf
@param _pEntry
@@ -257,7 +257,7 @@ namespace dbaui
@param _rNames
The list will be filled.
*/
- void getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames ) const;
+ void getSelectionElementNames(::std::vector< OUString>& _rNames ) const;
/** describes the current selection for the given control
*/
@@ -277,7 +277,7 @@ namespace dbaui
*
* \param _aNames the element names
*/
- void selectElements(const ::com::sun::star::uno::Sequence< ::rtl::OUString>& _aNames);
+ void selectElements(const ::com::sun::star::uno::Sequence< OUString>& _aNames);
/** adds a new object to the detail page.
@param _eType
@@ -290,7 +290,7 @@ namespace dbaui
If we insert a table, the connection must be set.
*/
SvTreeListEntry* elementAdded(ElementType eType
- ,const ::rtl::OUString& _rName
+ ,const OUString& _rName
,const ::com::sun::star::uno::Any& _rObject );
/** replaces a objects name with a new one
@@ -306,8 +306,8 @@ namespace dbaui
The object which was replaced
*/
void elementReplaced(ElementType eType
- ,const ::rtl::OUString& _rOldName
- ,const ::rtl::OUString& _rNewName );
+ ,const OUString& _rOldName
+ ,const OUString& _rNewName );
/** removes an element from the detail page.
@param _eType
@@ -318,7 +318,7 @@ namespace dbaui
If we remove a table, the connection must be set.
*/
void elementRemoved(ElementType _eType
- ,const ::rtl::OUString& _rName );
+ ,const OUString& _rName );
/// returns the preview mode
PreviewMode getPreviewMode();
@@ -348,8 +348,8 @@ namespace dbaui
<TRUE/> if it is a table, otherwise <FALSE/>
@return void
*/
- void showPreview( const ::rtl::OUString& _sDataSourceName,
- const ::rtl::OUString& _sName,
+ void showPreview( const OUString& _sDataSourceName,
+ const OUString& _sName,
sal_Bool _bTable);
SvTreeListEntry* getEntry( const Point& _aPoint ) const;