summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/envelp/envprt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/envprt.hxx')
-rw-r--r--sw/source/ui/envelp/envprt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/envelp/envprt.hxx b/sw/source/ui/envelp/envprt.hxx
index f9d1b18354fa..523a51cbce4b 100644
--- a/sw/source/ui/envelp/envprt.hxx
+++ b/sw/source/ui/envelp/envprt.hxx
@@ -68,7 +68,7 @@ public:
virtual bool FillItemSet(SfxItemSet* rSet) override;
virtual void Reset(const SfxItemSet* rSet) override;
- inline void SetPrt(Printer* pPrinter) { pPrt = pPrinter; }
+ void SetPrt(Printer* pPrinter) { pPrt = pPrinter; }
};
#endif