summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfdialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf/pdfdialog.cxx')
-rw-r--r--filter/source/pdf/pdfdialog.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/filter/source/pdf/pdfdialog.cxx b/filter/source/pdf/pdfdialog.cxx
index 76d8952dc161..a7aacde578da 100644
--- a/filter/source/pdf/pdfdialog.cxx
+++ b/filter/source/pdf/pdfdialog.cxx
@@ -55,25 +55,20 @@ Reference< XInterface > SAL_CALL PDFDialog_createInstance( const Reference< XMul
}
-
#undef SERVICE_NAME
-
-
PDFDialog::PDFDialog( const Reference< XComponentContext > &rxContext )
: PDFDialog_Base( rxContext )
{
}
-
PDFDialog::~PDFDialog()
{
}
-
Sequence< sal_Int8 > SAL_CALL PDFDialog::getImplementationId()
throw(RuntimeException, std::exception)
{
@@ -81,7 +76,6 @@ Sequence< sal_Int8 > SAL_CALL PDFDialog::getImplementationId()
}
-
OUString SAL_CALL PDFDialog::getImplementationName()
throw (RuntimeException, std::exception)
{
@@ -89,7 +83,6 @@ OUString SAL_CALL PDFDialog::getImplementationName()
}
-
Sequence< OUString > SAL_CALL PDFDialog::getSupportedServiceNames()
throw (RuntimeException, std::exception)
{
@@ -97,7 +90,6 @@ Sequence< OUString > SAL_CALL PDFDialog::getSupportedServiceNames()
}
-
VclPtr<Dialog> PDFDialog::createDialog( vcl::Window* pParent )
{
if( mxSrcDoc.is() )
@@ -106,7 +98,6 @@ VclPtr<Dialog> PDFDialog::createDialog( vcl::Window* pParent )
}
-
void PDFDialog::executedDialog( sal_Int16 nExecutionResult )
{
if( nExecutionResult && m_pDialog )
@@ -115,7 +106,6 @@ void PDFDialog::executedDialog( sal_Int16 nExecutionResult )
}
-
Reference< XPropertySetInfo > SAL_CALL PDFDialog::getPropertySetInfo()
throw(RuntimeException, std::exception)
{
@@ -138,7 +128,6 @@ Reference< XPropertySetInfo > SAL_CALL PDFDialog::getPropertySetInfo()
}
-
Sequence< PropertyValue > SAL_CALL PDFDialog::getPropertyValues()
throw ( RuntimeException, std::exception )
{
@@ -160,7 +149,6 @@ Sequence< PropertyValue > SAL_CALL PDFDialog::getPropertyValues()
}
-
void SAL_CALL PDFDialog::setPropertyValues( const Sequence< PropertyValue >& rProps )
throw ( UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception )
{
@@ -177,7 +165,6 @@ void SAL_CALL PDFDialog::setPropertyValues( const Sequence< PropertyValue >& rPr
}
-
void SAL_CALL PDFDialog::setSourceDocument( const Reference< XComponent >& xDoc )
throw(IllegalArgumentException, RuntimeException, std::exception)
{