summaryrefslogtreecommitdiffstats
path: root/sc/inc/filtuno.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/filtuno.hxx
parentremove whitespaces (diff)
downloadcore-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.tar.gz
core-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.zip
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/filtuno.hxx')
-rw-r--r--sc/inc/filtuno.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/filtuno.hxx b/sc/inc/filtuno.hxx
index fa188ed84a7c..68561c1d8155 100644
--- a/sc/inc/filtuno.hxx
+++ b/sc/inc/filtuno.hxx
@@ -32,13 +32,11 @@ namespace com { namespace sun { namespace star { namespace io {
class XInputStream;
} } } }
-
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
ScFilterOptionsObj_CreateInstance(
const ::com::sun::star::uno::Reference<
::com::sun::star::lang::XMultiServiceFactory >& );
-
class ScFilterOptionsObj : public ::cppu::WeakImplHelper5<
::com::sun::star::beans::XPropertyAccess,
::com::sun::star::ui::dialogs::XExecutableDialog,
@@ -97,7 +95,6 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */