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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 92202ecadcd3..40d6426eb416 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -73,10 +73,8 @@ namespace dbaui
void setGraphic(const Graphic& _rGraphic ) { m_aGraphicObj.SetGraphic(_rGraphic); }
};
- //==================================================================
// A helper class for the controls in the detail page.
// Combines general functionality.
- //==================================================================
class OAppDetailPageHelper : public Window
{
DBTreeListBox* m_pLists[ELEMENT_COUNT];
@@ -322,7 +320,6 @@ namespace dbaui
void elementRemoved(ElementType _eType
,const OUString& _rName );
-
/// returns the preview mode
PreviewMode getPreviewMode();