summaryrefslogtreecommitdiff
path: root/sot/inc/absdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/inc/absdev.hxx')
-rw-r--r--sot/inc/absdev.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/inc/absdev.hxx b/sot/inc/absdev.hxx
index a464ce1f3c55..8d65e7e76a61 100644
--- a/sot/inc/absdev.hxx
+++ b/sot/inc/absdev.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
@@ -38,8 +38,8 @@ protected:
JobSetup * pJobSetup;
public:
virtual ~AbstractDeviceData() {}
- virtual AbstractDeviceData * Copy() const = 0;
- virtual BOOL Equals( const AbstractDeviceData & ) const = 0;
+ virtual AbstractDeviceData * Copy() const = 0;
+ virtual BOOL Equals( const AbstractDeviceData & ) const = 0;
JobSetup * GetJobSetup() const { return pJobSetup; }
};