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.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sw/inc/IDocumentDeviceAccess.hxx b/sw/inc/IDocumentDeviceAccess.hxx
index 81ac2a31f2df..18fddaea9fd1 100644
--- a/sw/inc/IDocumentDeviceAccess.hxx
+++ b/sw/inc/IDocumentDeviceAccess.hxx
@@ -17,20 +17,20 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
- #ifndef INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
- #define INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
+#ifndef INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
+#define INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
- class SfxPrinter;
- class JobSetup;
- class SwPrintData;
- class VirtualDevice;
- class OutputDevice;
+class SfxPrinter;
+class JobSetup;
+class SwPrintData;
+class VirtualDevice;
+class OutputDevice;
- /** Provides access to the formatting devices of a document
+/** Provides access to the formatting devices of a document
*/
- class IDocumentDeviceAccess
- {
- public:
+class IDocumentDeviceAccess
+{
+public:
/** Return the printer set at the document.
@@ -130,10 +130,10 @@
*/
virtual void setPrintData(/*[in]*/ const SwPrintData& rPrtData) = 0;
- protected:
+protected:
virtual ~IDocumentDeviceAccess() {};
- };
+};
- #endif // INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
+#endif // INCLUDED_SW_INC_IDOCUMENTDEVICEACCESS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */