summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdr/contact/objectcontactofobjlistpainter.hxx')
-rw-r--r--include/svx/sdr/contact/objectcontactofobjlistpainter.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx b/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
index 9ff322ff7e33..c3f55b884fc2 100644
--- a/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
+++ b/include/svx/sdr/contact/objectcontactofobjlistpainter.hxx
@@ -81,7 +81,6 @@ public:
// pdf export? Default is false
virtual bool isOutputToPDFFile() const SAL_OVERRIDE;
- // access to OutputDevice. May return 0L like the default implementations do. Needs to be overloaded as needed.
virtual OutputDevice* TryToGetOutputDevice() const SAL_OVERRIDE;
};
@@ -109,7 +108,6 @@ public:
void SetStartPage(const SdrPage* pPage);
const SdrPage* GetStartPage() const { return mxStartPage.get(); }
- // access to OutputDevice. May return 0L like the default implementations do. Needs to be overloaded as needed.
virtual OutputDevice* TryToGetOutputDevice() const SAL_OVERRIDE;
};