summaryrefslogtreecommitdiffstats
path: root/padmin/source/helper.hxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-06-26 18:27:24 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-06-26 18:27:24 +0000
commitfe958007bf53d284f173201a7f6f0c987c7c1256 (patch)
treebe327406d7bb8667b7dac696a813fa29a1895174 /padmin/source/helper.hxx
parent#85520# cache ttc files in fonts.dir also (diff)
downloadcore-fe958007bf53d284f173201a7f6f0c987c7c1256.tar.gz
core-fe958007bf53d284f173201a7f6f0c987c7c1256.zip
#85520# add: rename fonts
Diffstat (limited to 'padmin/source/helper.hxx')
-rw-r--r--padmin/source/helper.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/padmin/source/helper.hxx b/padmin/source/helper.hxx
index 5d45e5b09b31..21b9121d2c73 100644
--- a/padmin/source/helper.hxx
+++ b/padmin/source/helper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-06-21 12:59:43 $
+ * last change: $Author: pl $ $Date: 2001-06-26 19:27:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,9 @@
#ifndef _SV_LISTBOX_HXX
#include <vcl/lstbox.hxx>
#endif
+#ifndef _SV_COMBOBOX_HXX
+#include <vcl/combobox.hxx>
+#endif
class Config;
@@ -138,13 +141,15 @@ namespace padmin
CancelButton m_aCancelButton;
FixedText m_aFixedText;
Edit m_aEdit;
+ ComboBox m_aComboBox;
String& m_rReturnValue;
+ bool m_bUseEdit;
DECL_LINK( ClickBtnHdl, Button* );
public:
- QueryString( Window*, String &, String & );
+ QueryString( Window*, String &, String &, const ::std::list< String >& rChoices = ::std::list<String>() );
// parent window, Query text, initial value
~QueryString();
};