summaryrefslogtreecommitdiff
path: root/padmin/source/newppdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/newppdlg.hxx')
-rw-r--r--padmin/source/newppdlg.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/padmin/source/newppdlg.hxx b/padmin/source/newppdlg.hxx
index 576a1bf2cb43..860befbac577 100644
--- a/padmin/source/newppdlg.hxx
+++ b/padmin/source/newppdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,38 +39,38 @@
namespace psp { class PPDParser; }
namespace padmin {
-
+
class PPDImportDialog : public ModalDialog
{
- OKButton m_aOKBtn;
- CancelButton m_aCancelBtn;
- FixedText m_aPathTxt;
- ComboBox m_aPathBox;
- PushButton m_aSearchBtn;
- FixedText m_aDriverTxt;
- MultiListBox m_aDriverLB;
-
- FixedLine m_aPathGroup;
- FixedLine m_aDriverGroup;
-
- String m_aLoadingPPD;
-
+ OKButton m_aOKBtn;
+ CancelButton m_aCancelBtn;
+ FixedText m_aPathTxt;
+ ComboBox m_aPathBox;
+ PushButton m_aSearchBtn;
+ FixedText m_aDriverTxt;
+ MultiListBox m_aDriverLB;
+
+ FixedLine m_aPathGroup;
+ FixedLine m_aDriverGroup;
+
+ String m_aLoadingPPD;
+
DECL_LINK( ClickBtnHdl, PushButton* );
DECL_LINK( SelectHdl, ComboBox* );
DECL_LINK( ModifyHdl, ComboBox* );
-
+
void Import();
-
+
std::list< rtl::OUString > m_aImportedFiles;
public:
PPDImportDialog( Window* pParent );
~PPDImportDialog();
-
+
const std::list< rtl::OUString >& getImportedFiles() const
{ return m_aImportedFiles; }
};
-
-} // namespace
+
+} // namespace
#endif // _NEWPPDLG_HXX