summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailPageHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailPageHelper.hxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 43cb85d0ba3b..e237a4413f08 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -247,7 +247,7 @@ namespace dbaui
sal_Int32 getSelectionCount();
/// returns the count of entries
- sal_Int32 getElementCount();
+ sal_Int32 getElementCount() const;
/** returns if an entry is a leaf
@param _pEntry
@@ -311,10 +311,10 @@ namespace dbaui
,const OUString& _rName );
/// returns the preview mode
- PreviewMode getPreviewMode() { return m_ePreviewMode;}
+ PreviewMode getPreviewMode() const { return m_ePreviewMode;}
/// <TRUE/> if the preview is enabled
- bool isPreviewEnabled();
+ bool isPreviewEnabled() const;
/** switches to the given preview mode
@param _eMode