[Libreoffice-commits] core.git: sdext/source

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 06:19:30 PST 2014


 sdext/source/minimizer/graphiccollector.hxx        |    6 +++---
 sdext/source/minimizer/impoptimizer.cxx            |   12 ++++++------
 sdext/source/minimizer/impoptimizer.hxx            |    4 ++--
 sdext/source/minimizer/informationdialog.hxx       |    4 ++--
 sdext/source/minimizer/optimizerdialog.hxx         |   18 +++++++++---------
 sdext/source/minimizer/pppoptimizer.cxx            |   20 ++++++++++----------
 sdext/source/minimizer/pppoptimizer.hxx            |    4 ++--
 sdext/source/minimizer/pppoptimizerdialog.hxx      |    6 +++---
 sdext/source/minimizer/unodialog.hxx               |    6 +++---
 sdext/source/pdfimport/filterdet.cxx               |    2 +-
 sdext/source/pdfimport/tree/drawtreevisiting.cxx   |    4 ++--
 sdext/source/pdfimport/tree/writertreevisiting.cxx |    4 ++--
 12 files changed, 45 insertions(+), 45 deletions(-)

New commits:
commit e6bd9d718d9962bbb88428a31173fa607f46d45c
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 20:30:17 2014 +0100

    Remove visual noise from sdext
    
    Change-Id: I792249b9e92db9af4daee0bd835e04044d29bca5
    Reviewed-on: https://gerrit.libreoffice.org/8308
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sdext/source/minimizer/graphiccollector.hxx b/sdext/source/minimizer/graphiccollector.hxx
index 3cc0b7d..d1d37a3 100644
--- a/sdext/source/minimizer/graphiccollector.hxx
+++ b/sdext/source/minimizer/graphiccollector.hxx
@@ -69,7 +69,7 @@ class GraphicCollector
     struct GraphicEntity
     {
         com::sun::star::awt::Size                       maLogicalSize;                          // the biggest logical size the graphic will be displayed
-        sal_Bool                                        mbRemoveCropArea;                       //
+        sal_Bool                                        mbRemoveCropArea;
         com::sun::star::text::GraphicCrop               maGraphicCropLogic;
         std::vector< GraphicUser >                      maUser;
 
@@ -89,9 +89,9 @@ class GraphicCollector
         const GraphicSettings& rGraphicSettings, sal_Int32& rGraphics );
 };
 
-// --------------------
+
 // - GRAPHICCOLLECTOR -
-// --------------------
+
 
 
 #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
diff --git a/sdext/source/minimizer/impoptimizer.cxx b/sdext/source/minimizer/impoptimizer.cxx
index f19133c..c2eceef 100644
--- a/sdext/source/minimizer/impoptimizer.cxx
+++ b/sdext/source/minimizer/impoptimizer.cxx
@@ -481,9 +481,9 @@ void CompressGraphics( ImpOptimizer& rOptimizer, const Reference< XComponentCont
     }
 }
 
-// ----------------
+
 // - ImpOptimizer -
-// ----------------
+
 
 ImpOptimizer::ImpOptimizer( const Reference< XComponentContext >& rxContext, const Reference< XModel >& rxModel ) :
     mxContext                   ( rxContext ),
@@ -502,13 +502,13 @@ ImpOptimizer::ImpOptimizer( const Reference< XComponentContext >& rxContext, con
 {
 }
 
-// -----------------------------------------------------------------------------
+
 
 ImpOptimizer::~ImpOptimizer()
 {
 }
 
-// -----------------------------------------------------------------------------
+
 
 void ImpOptimizer::DispatchStatus()
 {
@@ -521,7 +521,7 @@ void ImpOptimizer::DispatchStatus()
     }
 }
 
-// -----------------------------------------------------------------------------
+
 
 sal_Bool ImpOptimizer::Optimize()
 {
@@ -595,7 +595,7 @@ static void DispatchURL( Reference< XComponentContext > xContext, OUString sURL,
     }
 }
 
-// -----------------------------------------------------------------------------
+
 
 sal_Bool ImpOptimizer::Optimize( const Sequence< PropertyValue >& rArguments )
 {
diff --git a/sdext/source/minimizer/impoptimizer.hxx b/sdext/source/minimizer/impoptimizer.hxx
index 5ad7ac8..ca0689f 100644
--- a/sdext/source/minimizer/impoptimizer.hxx
+++ b/sdext/source/minimizer/impoptimizer.hxx
@@ -30,9 +30,9 @@
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/uno/XComponentContext.hpp>
 
-// -------------
+
 // - PDFExport -
-// -------------
+
 
 class ImpOptimizer : public OptimizationStats
 {
diff --git a/sdext/source/minimizer/informationdialog.hxx b/sdext/source/minimizer/informationdialog.hxx
index d538c4e..cba2be5 100644
--- a/sdext/source/minimizer/informationdialog.hxx
+++ b/sdext/source/minimizer/informationdialog.hxx
@@ -38,9 +38,9 @@
 #include <com/sun/star/awt/PushButtonType.hpp>
 #include <com/sun/star/io/XStream.hpp>
 
-// ---------------------
+
 // - InformationDialog -
-// ---------------------
+
 class InformationDialog : public UnoDialog, public ConfigurationAccess
 {
 public :
diff --git a/sdext/source/minimizer/optimizerdialog.hxx b/sdext/source/minimizer/optimizerdialog.hxx
index 7607e15..3ccce0b 100644
--- a/sdext/source/minimizer/optimizerdialog.hxx
+++ b/sdext/source/minimizer/optimizerdialog.hxx
@@ -54,9 +54,9 @@
 #define PAGE_POS_Y      8
 #define PAGE_WIDTH      OD_DIALOG_WIDTH - PAGE_POS_X
 
-// -------------------
+
 // - OPTIMIZERDIALOG -
-// -------------------
+
 class OptimizerDialog : public UnoDialog, public ConfigurationAccess
 {
 public :
@@ -127,7 +127,7 @@ public :
     const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& GetComponentContext() { return mxContext; };
 };
 
-// -----------------------------------------------------------------------------
+
 
 class ItemListener : public ::cppu::WeakImplHelper1< com::sun::star::awt::XItemListener >
 {
@@ -141,7 +141,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class ActionListener : public ::cppu::WeakImplHelper1< com::sun::star::awt::XActionListener >
 {
@@ -155,7 +155,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class ActionListenerListBox0Pg0 : public ::cppu::WeakImplHelper1< com::sun::star::awt::XActionListener >
 {
@@ -169,7 +169,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class TextListenerFormattedField0Pg1 : public ::cppu::WeakImplHelper1< com::sun::star::awt::XTextListener >
 {
@@ -183,7 +183,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class TextListenerComboBox0Pg1 : public ::cppu::WeakImplHelper1< com::sun::star::awt::XTextListener >
 {
@@ -197,7 +197,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class SpinListenerFormattedField0Pg1 : public ::cppu::WeakImplHelper1< com::sun::star::awt::XSpinListener >
 {
@@ -214,7 +214,7 @@ private:
     OptimizerDialog& mrOptimizerDialog;
 };
 
-// -----------------------------------------------------------------------------
+
 
 class HelpCloseListener : public ::cppu::WeakImplHelper1< com::sun::star::util::XCloseListener >
 {
diff --git a/sdext/source/minimizer/pppoptimizer.cxx b/sdext/source/minimizer/pppoptimizer.cxx
index e0dc626..0a88b47 100644
--- a/sdext/source/minimizer/pppoptimizer.cxx
+++ b/sdext/source/minimizer/pppoptimizer.cxx
@@ -29,9 +29,9 @@ using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::frame;
 using namespace ::com::sun::star::beans;
 
-// ----------------
+
 // - PPPOptimizer -
-// ----------------
+
 
 PPPOptimizer::PPPOptimizer(
     css::uno::Reference<css::uno::XComponentContext> const & xContext,
@@ -41,15 +41,15 @@ PPPOptimizer::PPPOptimizer(
 {
 }
 
-// -----------------------------------------------------------------------------
+
 
 PPPOptimizer::~PPPOptimizer()
 {
 }
 
-// -----------------------------------------------------------------------------
+
 // XDispatchProvider
-// -----------------------------------------------------------------------------
+
 
 Reference< com::sun::star::frame::XDispatch > SAL_CALL PPPOptimizer::queryDispatch(
     const URL& aURL, const OUString& /* aTargetFrameName */, sal_Int32 /* nSearchFlags */ ) throw( RuntimeException )
@@ -78,9 +78,9 @@ Sequence< Reference< com::sun::star::frame::XDispatch > > SAL_CALL PPPOptimizer:
     return aReturn;
 }
 
-// -----------------------------------------------------------------------------
+
 // XDispatch
-// -----------------------------------------------------------------------------
+
 
 void SAL_CALL PPPOptimizer::dispatch( const URL& rURL, const Sequence< PropertyValue >& lArguments )
     throw( RuntimeException )
@@ -105,7 +105,7 @@ void SAL_CALL PPPOptimizer::dispatch( const URL& rURL, const Sequence< PropertyV
     }
 }
 
-//===============================================
+
 void SAL_CALL PPPOptimizer::addStatusListener( const Reference< XStatusListener >&, const URL& )
     throw( RuntimeException )
 {
@@ -113,7 +113,7 @@ void SAL_CALL PPPOptimizer::addStatusListener( const Reference< XStatusListener
     OSL_FAIL( "PPPOptimizer::addStatusListener()\nNot implemented yet!" );
 }
 
-//===============================================
+
 void SAL_CALL PPPOptimizer::removeStatusListener( const Reference< XStatusListener >&, const URL& )
     throw( RuntimeException )
 {
@@ -121,7 +121,7 @@ void SAL_CALL PPPOptimizer::removeStatusListener( const Reference< XStatusListen
     OSL_FAIL( "PPPOptimizer::removeStatusListener()\nNot implemented yet!" );
 }
 
-// -----------------------------------------------------------------------------
+
 // returning filesize, on error zero is returned
 sal_Int64 PPPOptimizer::GetFileSize( const OUString& rURL )
 {
diff --git a/sdext/source/minimizer/pppoptimizer.hxx b/sdext/source/minimizer/pppoptimizer.hxx
index 4a7aedf..4f0de1f 100644
--- a/sdext/source/minimizer/pppoptimizer.hxx
+++ b/sdext/source/minimizer/pppoptimizer.hxx
@@ -27,9 +27,9 @@
 #include <com/sun/star/uno/XComponentContext.hpp>
 #include <com/sun/star/frame/XController.hpp>
 
-// ----------------
+
 // - PPPOptimizer -
-// ----------------
+
 
 class PPPOptimizer : public cppu::WeakImplHelper2<
                                     com::sun::star::frame::XDispatchProvider,
diff --git a/sdext/source/minimizer/pppoptimizerdialog.hxx b/sdext/source/minimizer/pppoptimizerdialog.hxx
index 0ca8802..5aaa4c4 100644
--- a/sdext/source/minimizer/pppoptimizerdialog.hxx
+++ b/sdext/source/minimizer/pppoptimizerdialog.hxx
@@ -34,9 +34,9 @@
 #include <com/sun/star/frame/XDispatchProvider.hpp>
 #include <cppuhelper/implbase4.hxx>
 
-// ----------------------
+
 // - PPPOptimizerDialog -
-// ----------------------
+
 
 class OptimizerDialog;
 class PPPOptimizerDialog : public   ::cppu::WeakImplHelper4<
@@ -96,7 +96,7 @@ com::sun::star::uno::Sequence< OUString > PPPOptimizerDialog_getSupportedService
 com::sun::star::uno::Reference< com::sun::star::uno::XInterface > PPPOptimizerDialog_createInstance( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > & rSMgr )
     throw( com::sun::star::uno::Exception );
 
-// -----------------------------------------------------------------------------
+
 
 #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERDIALOG_HXX
 
diff --git a/sdext/source/minimizer/unodialog.hxx b/sdext/source/minimizer/unodialog.hxx
index 0c1e5b6..34467ec 100644
--- a/sdext/source/minimizer/unodialog.hxx
+++ b/sdext/source/minimizer/unodialog.hxx
@@ -52,11 +52,11 @@
 #include <cppuhelper/implbase2.hxx>
 #include <cppuhelper/implbase3.hxx>
 
-// -------------
+
 // - UnoDialog -
-// -------------
 
-////////////////////////////////////////////////////////////////////////
+
+
 
 class UnoDialog
 {
diff --git a/sdext/source/pdfimport/filterdet.cxx b/sdext/source/pdfimport/filterdet.cxx
index 1327d3e..b069157 100644
--- a/sdext/source/pdfimport/filterdet.cxx
+++ b/sdext/source/pdfimport/filterdet.cxx
@@ -180,7 +180,7 @@ unsigned int FileEmitContext::readOrigBytes( unsigned int nOrigOffset, unsigned
 }
 
 
-////////////////////////////////////////////////////////////////////////////////
+
 
 
 PDFDetector::PDFDetector( const uno::Reference< uno::XComponentContext >& xContext) :
diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
index bd44686..bd8e618 100644
--- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
@@ -390,7 +390,7 @@ void DrawXmlEmitter::visit( DocumentElement& elem, const std::list< Element* >::
     m_rEmitContext.rEmitter.endTag( "office:body" );
 }
 
-/////////////////////////////////////////////////////////////////
+
 
 void DrawXmlOptimizer::visit( HyperlinkElement&, const std::list< Element* >::const_iterator& )
 {
@@ -765,7 +765,7 @@ void DrawXmlOptimizer::visit( DocumentElement& elem, const std::list< Element* >
     elem.applyToChildren(*this);
 }
 
-//////////////////////////////////////////////////////////////////////////////////
+
 
 
 void DrawXmlFinalizer::visit( PolyPolyElement& elem, const std::list< Element* >::const_iterator& )
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index ac5450b..707caf8 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -337,7 +337,7 @@ void WriterXmlEmitter::visit( DocumentElement& elem, const std::list< Element* >
     m_rEmitContext.rEmitter.endTag( "office:body" );
 }
 
-/////////////////////////////////////////////////////////////////
+
 
 void WriterXmlOptimizer::visit( HyperlinkElement&, const std::list< Element* >::const_iterator& )
 {
@@ -831,7 +831,7 @@ void WriterXmlOptimizer::visit( DocumentElement& elem, const std::list< Element*
     elem.applyToChildren(*this);
 }
 
-//////////////////////////////////////////////////////////////////////////////////
+
 
 
 void WriterXmlFinalizer::visit( PolyPolyElement& elem, const std::list< Element* >::const_iterator& )


More information about the Libreoffice-commits mailing list