summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/shtabdlg.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-10-02 14:03:50 +0000
committerDaniel Rentz <dr@openoffice.org>2002-10-02 14:03:50 +0000
commitde397da7a962d7c1bfdeef451bb7b805835cf100 (patch)
treed7d29c26c62e3c4245fc1995e03b8518105fdb80 /sc/source/ui/inc/shtabdlg.hxx
parent8aaa0090a8945085295c0d2f36032520e8cfe707 (diff)
#91270# new classes svtools::ToolTip(Multi)ListBox
Diffstat (limited to 'sc/source/ui/inc/shtabdlg.hxx')
-rw-r--r--sc/source/ui/inc/shtabdlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/inc/shtabdlg.hxx b/sc/source/ui/inc/shtabdlg.hxx
index cd0f267bc147..bccbd916d120 100644
--- a/sc/source/ui/inc/shtabdlg.hxx
+++ b/sc/source/ui/inc/shtabdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shtabdlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2002-05-22 07:19:45 $
+ * last change: $Author: dr $ $Date: 2002-10-02 14:59:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,8 +68,8 @@
#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
#endif
-#ifndef _LSTBOX_HXX //autogen
-#include <vcl/lstbox.hxx>
+#ifndef SVTOOLS_TOOLTIPLBOX_HXX
+#include <svtools/tooltiplbox.hxx>
#endif
#ifndef _DIALOG_HXX //autogen
#include <vcl/dialog.hxx>
@@ -80,11 +80,11 @@
class ScShowTabDlg : public ModalDialog
{
private:
- MultiListBox aLb;
- OKButton aBtnOk;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
- FixedText aFtLbTitle;
+ ::svtools::ToolTipMultiListBox aLb;
+ OKButton aBtnOk;
+ CancelButton aBtnCancel;
+ HelpButton aBtnHelp;
+ FixedText aFtLbTitle;
DECL_LINK( DblClkHdl, void * );