diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:05:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:48 +0300 |
commit | 951ed199f1a47c02dad3dc899b9804b4574a151d (patch) | |
tree | d8f82a3afa345351ce6a4a206424c6f2bd2aed46 /framework/source/xml | |
parent | be616c26f990d651c752be201e29e2b89ba17f2a (diff) |
Kill superfluous vertical whitespace
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
Diffstat (limited to 'framework/source/xml')
4 files changed, 0 insertions, 33 deletions
diff --git a/framework/source/xml/acceleratorconfigurationreader.cxx b/framework/source/xml/acceleratorconfigurationreader.cxx index a123265d824f..3759c82d44ac 100644 --- a/framework/source/xml/acceleratorconfigurationreader.cxx +++ b/framework/source/xml/acceleratorconfigurationreader.cxx @@ -30,10 +30,8 @@ #include <vcl/svapp.hxx> #include <rtl/ustrbuf.hxx> - namespace framework{ - /* Throws a SaxException in case a wrong formated XML structure was detected. @@ -56,7 +54,6 @@ namespace framework{ css::uno::Any()); \ } - AcceleratorConfigurationReader::AcceleratorConfigurationReader(AcceleratorCache& rContainer) : m_rContainer (rContainer ) , m_bInsideAcceleratorList(sal_False ) @@ -64,19 +61,16 @@ AcceleratorConfigurationReader::AcceleratorConfigurationReader(AcceleratorCache& { } - AcceleratorConfigurationReader::~AcceleratorConfigurationReader() { } - void SAL_CALL AcceleratorConfigurationReader::startDocument() throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) { } - void SAL_CALL AcceleratorConfigurationReader::endDocument() throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) @@ -93,7 +87,6 @@ void SAL_CALL AcceleratorConfigurationReader::endDocument() } } - void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString& sElement , const css::uno::Reference< css::xml::sax::XAttributeList >& xAttributeList) throw(css::xml::sax::SAXException, @@ -185,7 +178,6 @@ void SAL_CALL AcceleratorConfigurationReader::startElement(const OUString& } } - void SAL_CALL AcceleratorConfigurationReader::endElement(const OUString& sElement) throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) @@ -209,21 +201,18 @@ void SAL_CALL AcceleratorConfigurationReader::endElement(const OUString& sElemen } } - void SAL_CALL AcceleratorConfigurationReader::characters(const OUString&) throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) { } - void SAL_CALL AcceleratorConfigurationReader::ignorableWhitespace(const OUString&) throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) { } - void SAL_CALL AcceleratorConfigurationReader::processingInstruction(const OUString& /*sTarget*/, const OUString& /*sData*/ ) throw(css::xml::sax::SAXException, @@ -231,7 +220,6 @@ void SAL_CALL AcceleratorConfigurationReader::processingInstruction(const OUStri { } - void SAL_CALL AcceleratorConfigurationReader::setDocumentLocator(const css::uno::Reference< css::xml::sax::XLocator >& xLocator) throw(css::xml::sax::SAXException, css::uno::RuntimeException, std::exception ) @@ -239,7 +227,6 @@ void SAL_CALL AcceleratorConfigurationReader::setDocumentLocator(const css::uno: m_xLocator = xLocator; } - AcceleratorConfigurationReader::EXMLElement AcceleratorConfigurationReader::implst_classifyElement(const OUString& sElement) { AcceleratorConfigurationReader::EXMLElement eElement; @@ -256,7 +243,6 @@ AcceleratorConfigurationReader::EXMLElement AcceleratorConfigurationReader::impl return eElement; } - AcceleratorConfigurationReader::EXMLAttribute AcceleratorConfigurationReader::implst_classifyAttribute(const OUString& sAttribute) { AcceleratorConfigurationReader::EXMLAttribute eAttribute; @@ -281,7 +267,6 @@ AcceleratorConfigurationReader::EXMLAttribute AcceleratorConfigurationReader::im return eAttribute; } - OUString AcceleratorConfigurationReader::implts_getErrorLineString() { if (!m_xLocator.is()) diff --git a/framework/source/xml/acceleratorconfigurationwriter.cxx b/framework/source/xml/acceleratorconfigurationwriter.cxx index c495c29053a9..53dccc5978f8 100644 --- a/framework/source/xml/acceleratorconfigurationwriter.cxx +++ b/framework/source/xml/acceleratorconfigurationwriter.cxx @@ -30,11 +30,8 @@ #include <comphelper/attributelist.hxx> - namespace framework{ - - AcceleratorConfigurationWriter::AcceleratorConfigurationWriter(const AcceleratorCache& rContainer, const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ) : m_xConfig (xConfig ) @@ -42,12 +39,10 @@ AcceleratorConfigurationWriter::AcceleratorConfigurationWriter(const Accelerator { } - AcceleratorConfigurationWriter::~AcceleratorConfigurationWriter() { } - void AcceleratorConfigurationWriter::flush() { css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > xExtendedCFG(m_xConfig, css::uno::UNO_QUERY_THROW); @@ -92,7 +87,6 @@ void AcceleratorConfigurationWriter::flush() xExtendedCFG->endDocument(); } - void AcceleratorConfigurationWriter::impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey , const OUString& sCommand, const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ) diff --git a/framework/source/xml/imagesconfiguration.cxx b/framework/source/xml/imagesconfiguration.cxx index 31bd8e6df753..e13b7adc79c2 100644 --- a/framework/source/xml/imagesconfiguration.cxx +++ b/framework/source/xml/imagesconfiguration.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <xml/imagesconfiguration.hxx> #include <services.h> @@ -38,7 +37,6 @@ using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::io; - namespace framework { diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx index 79bb0b6db6eb..2c8fb17d41c0 100644 --- a/framework/source/xml/imagesdocumenthandler.cxx +++ b/framework/source/xml/imagesdocumenthandler.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <stdio.h> #include <xml/imagesdocumenthandler.hxx> @@ -99,7 +98,6 @@ ImageXMLEntryProperty ImagesEntries[OReadImagesDocumentHandler::IMG_XML_ENTRY_CO { OReadImagesDocumentHandler::IMG_NS_IMAGE, ATTRIBUTE_HIGHCONTRASTMASKURL } }; - OReadImagesDocumentHandler::OReadImagesDocumentHandler( ImageListsDescriptor& aItems ) : m_aImageList( aItems ), m_pImages( 0 ), @@ -595,11 +593,8 @@ OUString OReadImagesDocumentHandler::getErrorLineString() return OUString(); } - - // OWriteImagesDocumentHandler - OWriteImagesDocumentHandler::OWriteImagesDocumentHandler( const ImageListsDescriptor& aItems, Reference< XDocumentHandler > rWriteDocumentHandler ) : @@ -670,10 +665,8 @@ void OWriteImagesDocumentHandler::WriteImagesDocument() throw m_xWriteDocumentHandler->endDocument(); } - // protected member functions - void OWriteImagesDocumentHandler::WriteImageList( const ImageListItemDescriptor* pImageList ) throw ( SAXException, RuntimeException ) { @@ -816,7 +809,4 @@ void OWriteImagesDocumentHandler::WriteExternalImage( const ExternalImageItemDes } // namespace framework - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |