diff options
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx index 6268f713eb43..03107f5ecf8b 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx @@ -125,7 +125,7 @@ namespace dbaui void fillNames( const css::uno::Reference< css::container::XNameAccess >& _xContainer, const ElementType _eType, const OUString& rImageId, - weld::TreeIter* _pParent ); + const weld::TreeIter* _pParent ); /** sets the detail page @param rTreeView @@ -240,7 +240,7 @@ namespace dbaui @return the qualified name */ - OUString getQualifiedName( weld::TreeIter* _pEntry ) const; + OUString getQualifiedName( const weld::TreeIter* _pEntry ) const; /// return the element of currently select entry ElementType getElementType() const; |