зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1245978 part 3: Drop unnecessary whitespace in NS_DECL_NSIDOCUMENTVIEWERPRINT macro. (whitespace only, no review)
This commit is contained in:
Родитель
65bef52b4d
Коммит
3b5be30cb3
|
@ -69,18 +69,18 @@ NS_DEFINE_STATIC_IID_ACCESSOR(nsIDocumentViewerPrint,
|
||||||
|
|
||||||
/* Use this macro when declaring classes that implement this interface. */
|
/* Use this macro when declaring classes that implement this interface. */
|
||||||
#define NS_DECL_NSIDOCUMENTVIEWERPRINT \
|
#define NS_DECL_NSIDOCUMENTVIEWERPRINT \
|
||||||
void SetIsPrinting(bool aIsPrinting) override; \
|
void SetIsPrinting(bool aIsPrinting) override; \
|
||||||
bool GetIsPrinting() override; \
|
bool GetIsPrinting() override; \
|
||||||
void SetIsPrintPreview(bool aIsPrintPreview) override; \
|
void SetIsPrintPreview(bool aIsPrintPreview) override; \
|
||||||
bool GetIsPrintPreview() override; \
|
bool GetIsPrintPreview() override; \
|
||||||
mozilla::StyleSetHandle CreateStyleSet(nsIDocument* aDocument) override; \
|
mozilla::StyleSetHandle CreateStyleSet(nsIDocument* aDocument) override; \
|
||||||
void IncrementDestroyRefCount() override; \
|
void IncrementDestroyRefCount() override; \
|
||||||
void ReturnToGalleyPresentation() override; \
|
void ReturnToGalleyPresentation() override; \
|
||||||
void OnDonePrinting() override; \
|
void OnDonePrinting() override; \
|
||||||
bool IsInitializedForPrintPreview() override; \
|
bool IsInitializedForPrintPreview() override; \
|
||||||
void InitializeForPrintPreview() override; \
|
void InitializeForPrintPreview() override; \
|
||||||
void SetPrintPreviewPresentation(nsViewManager* aViewManager, \
|
void SetPrintPreviewPresentation(nsViewManager* aViewManager, \
|
||||||
nsPresContext* aPresContext, \
|
nsPresContext* aPresContext, \
|
||||||
nsIPresShell* aPresShell) override;
|
nsIPresShell* aPresShell) override;
|
||||||
|
|
||||||
#endif /* nsIDocumentViewerPrint_h___ */
|
#endif /* nsIDocumentViewerPrint_h___ */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче