summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentDeviceAccess.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2019-08-21 13:54:04 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2019-08-21 15:02:33 +0200
commit655f4581575993226e81b40e00bdffbb21f69166 (patch)
tree45b98e78f5c4d9e2c710085455cd930729bd5394 /sw/inc/IDocumentDeviceAccess.hxx
parent10df4750c18d18913f11f9d3224398499c9a3c01 (diff)
IDocumentDeviceAccess::setPrinter has no return value
... so don't mention any in the comment either. This looks like it was copy-pasted from the comment of one of the other methods and has always been there since commit 7518fb9e558bb533289f1e789ac07282ee9d826a ("INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED"). Change-Id: I727d437fc63fec7eadb041c7ced6c4955fb3e7f3 Reviewed-on: https://gerrit.libreoffice.org/77880 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/inc/IDocumentDeviceAccess.hxx')
-rw-r--r--sw/inc/IDocumentDeviceAccess.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx
index 7f515e7a6296..c1c1bdce4ab9 100644
--- a/sw/inc/IDocumentDeviceAccess.hxx
+++ b/sw/inc/IDocumentDeviceAccess.hxx
@@ -52,9 +52,6 @@ public:
@param bCallPrtDataChanged
[in] if set, triggers all necessary invalidations.
-
- @returns
- the printer set at the document.
*/
virtual void setPrinter(/*[in]*/ SfxPrinter* pP,/*[in]*/ bool bDeleteOld,/*[in]*/ bool bCallPrtDataChanged ) = 0;