summaryrefslogtreecommitdiff
path: root/padmin/source/adddlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/adddlg.cxx')
-rw-r--r--padmin/source/adddlg.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/padmin/source/adddlg.cxx b/padmin/source/adddlg.cxx
index d746e0455334..d5fff0703c62 100644
--- a/padmin/source/adddlg.cxx
+++ b/padmin/source/adddlg.cxx
@@ -41,11 +41,15 @@
#include <boost/unordered_set.hpp>
-using namespace rtl;
using namespace psp;
using namespace padmin;
using namespace std;
+using ::rtl::OUString;
+using ::rtl::OUStringBuffer;
+using ::rtl::OUStringHash;
+
+
APTabPage::APTabPage( AddPrinterDialog* pParent, const ResId& rResId )
: TabPage( pParent, rResId ),
m_aTitle( PaResId( RID_ADDP_STR_TITLE ) ),