summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:47:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:10:36 -0600
commitaeaded675c43ae8fdf795fd002f1bf6c2451fa2e (patch)
tree97490e78315e2ecf7c8e1cbe11159696b2f07b9f /filter/source/xsltdialog
parent2991d2d65bf8b99d82d1f7d209332d0c303dff21 (diff)
Remove visual noise from filter
Change-Id: Ieab1d12204bcf917b2e1bf74f3145fc96d7b207c Reviewed-on: https://gerrit.libreoffice.org/8261 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/source/xsltdialog')
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hxx12
-rw-r--r--filter/source/xsltdialog/xmlfilterjar.cxx2
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hxx6
3 files changed, 10 insertions, 10 deletions
diff --git a/filter/source/xsltdialog/xmlfiltercommon.hxx b/filter/source/xsltdialog/xmlfiltercommon.hxx
index 92d081a639b2..14e2de77867c 100644
--- a/filter/source/xsltdialog/xmlfiltercommon.hxx
+++ b/filter/source/xsltdialog/xmlfiltercommon.hxx
@@ -28,21 +28,21 @@
#include <vector>
-// --------------------------------------------------------------------
+
extern OUString string_encode( const OUString & rText );
extern OUString string_decode( const OUString & rText );
-// --------------------------------------------------------------------
+
extern bool isFileURL( const OUString & rURL );
-// --------------------------------------------------------------------
+
bool copyStreams( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xIS, ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xOS );
bool createDirectory( OUString& rURL );
-// --------------------------------------------------------------------
+
class filter_info_impl
{
@@ -76,7 +76,7 @@ public:
com::sun::star::uno::Sequence< OUString > getFilterUserData() const;
};
-// --------------------------------------------------------------------
+
struct application_info_impl
{
@@ -88,7 +88,7 @@ struct application_info_impl
application_info_impl( const sal_Char * pDocumentService, ResId& rUINameRes, const sal_Char * mpXMLImporter, const sal_Char * mpXMLExporter );
};
-// --------------------------------------------------------------------
+
extern std::vector< application_info_impl* >& getApplicationInfos();
extern OUString getApplicationUIName( const OUString& rServiceName );
diff --git a/filter/source/xsltdialog/xmlfilterjar.cxx b/filter/source/xsltdialog/xmlfilterjar.cxx
index fb916b035a31..c6cc5e420486 100644
--- a/filter/source/xsltdialog/xmlfilterjar.cxx
+++ b/filter/source/xsltdialog/xmlfilterjar.cxx
@@ -238,7 +238,7 @@ bool XMLFilterJarHelper::savePackage( const OUString& rPackageURL, const XMLFilt
-//
+
void XMLFilterJarHelper::openPackage( const OUString& rPackageURL, XMLFilterVector& rFilters )
{
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
index ef17342c7a9f..2404c52fc916 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
@@ -32,7 +32,7 @@
#include "xmlfiltercommon.hxx"
-// --------------------------------------------------------------------
+
class HeaderBar;
class XMLFilterListBox;
@@ -54,7 +54,7 @@ public:
virtual bool Notify( NotifyEvent& rNEvt );
};
-// --------------------------------------------------------------------
+
class HeaderBar;
@@ -80,7 +80,7 @@ public:
virtual void Paint( const Rectangle& rRect );
};
-// --------------------------------------------------------------------
+
class XMLFilterSettingsDialog : public ModelessDialog
{