summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/sane.hxx')
-rw-r--r--extensions/source/scanner/sane.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx
index 4489916e6b51..6b6942161245 100644
--- a/extensions/source/scanner/sane.hxx
+++ b/extensions/source/scanner/sane.hxx
@@ -25,9 +25,9 @@
#include <sane/sane.h>
#include <scanner.hxx>
-// ---------------------
+
// - BitmapTransporter -
-// ---------------------
+
class BitmapTransporter : public OWeakObject, css::awt::XBitmap
{
@@ -55,9 +55,9 @@ public:
SvMemoryStream& getStream() { return m_aStream; }
};
-// --------
+
// - Sane -
-// --------
+
class Sane
{