summaryrefslogtreecommitdiff
path: root/padmin/source/adddlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/adddlg.hxx')
-rw-r--r--padmin/source/adddlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/adddlg.hxx b/padmin/source/adddlg.hxx
index 0ceb8fcb1d5c..169550f3376a 100644
--- a/padmin/source/adddlg.hxx
+++ b/padmin/source/adddlg.hxx
@@ -85,7 +85,7 @@ class APChooseDriverPage : public APTabPage
DECL_LINK( ClickBtnHdl, PushButton* );
DECL_LINK( DelPressedHdl, ListBox* );
- void updateDrivers( bool bRefresh = false, const rtl::OUString& rSelectDriver = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT" ) ) );
+ void updateDrivers( bool bRefresh = false, const rtl::OUString& rSelectDriver = rtl::OUString( "SGENPRT" ) );
public:
APChooseDriverPage( AddPrinterDialog* pParent );
~APChooseDriverPage();