summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgdialog.hxx')
-rw-r--r--filter/source/svg/svgdialog.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/filter/source/svg/svgdialog.hxx b/filter/source/svg/svgdialog.hxx
index 1f1553d71880..0dad0f74ad19 100644
--- a/filter/source/svg/svgdialog.hxx
+++ b/filter/source/svg/svgdialog.hxx
@@ -28,9 +28,6 @@
#include <memory>
-// - SVGDialog -
-
-
class ResMgr;
class SVGDialog : public ::svt::OGenericUnoDialog,
@@ -77,26 +74,22 @@ public:
};
-
OUString SVGDialog_getImplementationName ()
throw ( css::uno::RuntimeException );
-
bool SAL_CALL SVGDialog_supportsService( const OUString& ServiceName )
throw ( css::uno::RuntimeException );
-
css::uno::Sequence< OUString > SAL_CALL SVGDialog_getSupportedServiceNames( )
throw ( css::uno::RuntimeException );
-
css::uno::Reference< css::uno::XInterface >
SAL_CALL SVGDialog_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr)
throw ( css::uno::Exception );
-#endif // SVGDialog_HXX
+#endif // INCLUDED_FILTER_SOURCE_SVG_SVGDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */