summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlExport.cxx3
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx4
2 files changed, 0 insertions, 7 deletions
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx
index 943d6ecbdf34..120d00537962 100644
--- a/reportdesign/source/filter/xml/xmlExport.cxx
+++ b/reportdesign/source/filter/xml/xmlExport.cxx
@@ -890,9 +890,6 @@ void ORptExport::exportContainer(const Reference< XSection>& _xSection)
{
eToken = XML_SUB_DOCUMENT;
}
- else if ( xSection.is() )
- {
- }
if ( bExportData )
{
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index e14c979ea9e5..08e4dda48eb0 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -1578,11 +1578,7 @@ void OReportController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >
break;
case SID_EXPORTDOC:
case SID_EXPORTDOCASPDF:
- break;
case SID_PRINTPREVIEW:
- if ( m_xReportDefinition.is() )
- {
- }
break;
case SID_EDITDOC:
if(isEditable())