summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentDeviceAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentDeviceAccess.hxx')
-rw-r--r--sw/inc/IDocumentDeviceAccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx
index 6b1a30b8d06f..84e7ba134b8c 100644
--- a/sw/inc/IDocumentDeviceAccess.hxx
+++ b/sw/inc/IDocumentDeviceAccess.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@
*/
class IDocumentDeviceAccess
{
- public:
+ public:
/** Return the printer set at the document.
@@ -138,7 +138,7 @@
[in] the new PrintData.
*/
virtual void setPrintData(/*[in]*/ const SwPrintData& rPrtData) = 0;
-
+
protected:
virtual ~IDocumentDeviceAccess() {};
};