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.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx
index b96e89cced3a..1257cf32824c 100644
--- a/extensions/source/scanner/sane.hxx
+++ b/extensions/source/scanner/sane.hxx
@@ -26,9 +26,6 @@
#include <scanner.hxx>
-// - BitmapTransporter -
-
-
class BitmapTransporter: public cppu::WeakImplHelper<css::awt::XBitmap>
{
SvMemoryStream m_aStream;
@@ -50,9 +47,6 @@ public:
};
-// - Sane -
-
-
class Sane
{
private:
@@ -165,6 +159,7 @@ public:
inline Link<Sane&,void> SetReloadOptionsHdl( const Link<Sane&,void>& rLink );
};
+
inline int Sane::GetOptionElements( int n )
{
if( mppOptions[n]->type == SANE_TYPE_FIXED ||
@@ -175,6 +170,7 @@ inline int Sane::GetOptionElements( int n )
return 1;
}
+
inline Link<Sane&,void> Sane::SetReloadOptionsHdl( const Link<Sane&,void>& rLink )
{
Link<Sane&,void> aRet = maReloadOptionsLink;
@@ -182,6 +178,6 @@ inline Link<Sane&,void> Sane::SetReloadOptionsHdl( const Link<Sane&,void>& rLink
return aRet;
}
-#endif
+#endif // INCLUDED_EXTENSIONS_SOURCE_SCANNER_SANE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */