replace the hardcode of "@mozilla.org/embedcomp/dialogparam;1" with NS_DIALOGPARAMBLOCK_CONTRACTID

Bug 158608 r=Henry sr=alecf
This commit is contained in:
antonio.xu@sun.com
2002-08-14 12:39:03 +00:00
parent 89efeec71f
commit 0b7808f6ef
12 changed files with 16 additions and 30 deletions

View File

@@ -57,9 +57,6 @@ static const char *kPrtPrvProgressDialogURL = "chrome://global/content/printPrev
static const char *kPageSetupDialogURL = "chrome://communicator/content/printPageSetup.xul";
static const char *kPrinterPropertiesURL = "chrome://global/content/printjoboptions.xul";
#define NS_DIALOGPARAMBLOCK_CONTRACTID \
"@mozilla.org/embedcomp/dialogparam;1"
/****************************************************************
************************* ParamBlock ***************************
****************************************************************/