diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:39:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:39:24 +0000 |
commit | ed8bbee5d53ed910a8bdee7991e01a7f32f4271a (patch) | |
tree | 3812d5f910720e82a5bc82423597d7b6c74b7ca0 /dbaccess/source/ui/app | |
parent | eb0eae2a79829cafe711d0b5a4b2b4e036d59af9 (diff) |
INTEGRATION: CWS insight02 (1.2.2); FILE MERGED
2004/08/11 12:26:35 oj 1.2.2.1: #i30379# click on preview correct
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx index cd4ca498155b..8ee274313b62 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AppDetailPageHelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-08-02 15:28:58 $ + * last change: $Author: rt $ $Date: 2004-09-09 09:39:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,6 @@ namespace dbaui ::svtools::ODocumentInfoPreview m_aDocumentInfo; Window* m_pTablePreview; - Timer m_aPreviewTimer; ::std::auto_ptr<PopupMenu> m_aMenu; PreviewMode m_ePreviewMode; ::com::sun::star::uno::Reference < ::com::sun::star::frame::XFrame > @@ -222,8 +221,7 @@ namespace dbaui DECL_LINK(PreviewChangeHdl, void*); // click a TB slot - DECL_LINK(OnToolBoxSelected, ToolBox*); - DECL_LINK(OnToolBoxClicked, ToolBox*); + DECL_LINK(OnDropdownClickHdl, ToolBox*); inline OAppBorderWindow* getBorderWin() const { return m_pBorderWin; } |