mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 1366744 - Remove needless SetPaperSizeUnit override. r=haik
MozReview-Commit-ID: B2ovi3xuY0j --HG-- extra : rebase_source : c3015ee84d3801c50455c1912796ebd4ba8b50d5 extra : histedit_source : 44cd10b9317139d86848045a482cecba2c5b4367
This commit is contained in:
parent
7c7f32088a
commit
dd655fb5a4
@ -65,8 +65,6 @@ public:
|
||||
void SetInchesScale(float aWidthScale, float aHeightScale);
|
||||
void GetInchesScale(float *aWidthScale, float *aHeightScale);
|
||||
|
||||
NS_IMETHOD SetPaperSizeUnit(int16_t aPaperSizeUnit) override;
|
||||
|
||||
NS_IMETHOD SetScaling(double aScaling) override;
|
||||
NS_IMETHOD SetToFileName(const char16_t * aToFileName) override;
|
||||
|
||||
|
@ -289,13 +289,6 @@ void nsPrintSettingsX::GetAdjustedPaperSize(double *aWidth, double *aHeight)
|
||||
*aHeight = mAdjustedPaperHeight;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsPrintSettingsX::SetPaperSizeUnit(int16_t aPaperSizeUnit)
|
||||
{
|
||||
mPaperSizeUnit = aPaperSizeUnit;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsPrintSettingsX::SetScaling(double aScaling)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user