writerfilter/inc/dmapper/DomainMapper.hxx | 2 +- writerfilter/source/dmapper/BorderHandler.hxx | 2 +- writerfilter/source/dmapper/CellColorHandler.hxx | 2 +- writerfilter/source/dmapper/CellMarginHandler.hxx | 2 +- writerfilter/source/dmapper/DomainMapper_Impl.cxx | 10 +++++----- writerfilter/source/dmapper/FieldTypes.hxx | 2 +- writerfilter/source/dmapper/FontTable.hxx | 2 +- writerfilter/source/dmapper/GraphicImport.hxx | 2 +- writerfilter/source/dmapper/MeasureHandler.hxx | 2 +- writerfilter/source/dmapper/ModelEventListener.hxx | 2 +- writerfilter/source/dmapper/NumberingManager.cxx | 2 +- writerfilter/source/dmapper/OLEHandler.hxx | 2 +- writerfilter/source/dmapper/SectionColumnHandler.hxx | 2 +- writerfilter/source/dmapper/SettingsTable.hxx | 2 +- writerfilter/source/dmapper/StyleSheetTable.hxx | 4 ++-- writerfilter/source/dmapper/TDefTableHandler.hxx | 2 +- writerfilter/source/dmapper/TablePropertiesHandler.cxx | 2 +- writerfilter/source/dmapper/ThemeTable.hxx | 2 +- writerfilter/source/dmapper/TrackChangesHandler.hxx | 2 +- 19 files changed, 24 insertions(+), 24 deletions(-)
New commits: commit 8440c9ed92561c307bfab131c7de7144ed24100b Author: Alexander Wilms <f.alexander.wi...@gmail.com> Date: Tue Feb 25 23:10:59 2014 +0100 Remove visual noise from writerfilter Change-Id: I2470e26f1b0a7c3b28fbc0ec44170565f250fc40 Reviewed-on: https://gerrit.libreoffice.org/8342 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/writerfilter/inc/dmapper/DomainMapper.hxx b/writerfilter/inc/dmapper/DomainMapper.hxx index ce30d69..0a9ecbe 100644 --- a/writerfilter/inc/dmapper/DomainMapper.hxx +++ b/writerfilter/inc/dmapper/DomainMapper.hxx @@ -174,6 +174,6 @@ private: } // namespace dmapper } // namespace writerfilter -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/BorderHandler.hxx b/writerfilter/source/dmapper/BorderHandler.hxx index 7b52962..efe2909 100644 --- a/writerfilter/source/dmapper/BorderHandler.hxx +++ b/writerfilter/source/dmapper/BorderHandler.hxx @@ -78,6 +78,6 @@ public: typedef boost::shared_ptr< BorderHandler > BorderHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/CellColorHandler.hxx b/writerfilter/source/dmapper/CellColorHandler.hxx index 1683d50..fbfef52 100644 --- a/writerfilter/source/dmapper/CellColorHandler.hxx +++ b/writerfilter/source/dmapper/CellColorHandler.hxx @@ -64,6 +64,6 @@ public: typedef boost::shared_ptr< CellColorHandler > CellColorHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/CellMarginHandler.hxx b/writerfilter/source/dmapper/CellMarginHandler.hxx index 902ef80..24be82b 100644 --- a/writerfilter/source/dmapper/CellMarginHandler.hxx +++ b/writerfilter/source/dmapper/CellMarginHandler.hxx @@ -67,6 +67,6 @@ public: typedef boost::shared_ptr< CellMarginHandler > CellMarginHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx index 6e4d439..f86fbd5 100644 --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx @@ -1038,10 +1038,10 @@ void DomainMapper_Impl::finishParagraph( PropertyMapPtr pPropertyMap ) } } - else // + else { // (1) doesn't need handling - // + if( !bIsDropCap && pParaContext->IsFrameMode() ) { pToBeSavedProperties.reset( new ParagraphProperties(*pParaContext) ); @@ -1258,7 +1258,7 @@ void DomainMapper_Impl::appendOLE( const OUString& rStreamName, OLEHandlerPtr pO RemoveLastParagraph(); m_aTextAppendStack.pop(); - // + appendTextContent( xOLE, uno::Sequence< beans::PropertyValue >() ); } @@ -3717,9 +3717,9 @@ void DomainMapper_Impl::PopFieldContext() OSL_FAIL( "exception in PopFieldContext()" ); } } - // + //TOCs have to include all the imported content - //... + } //remove the field context m_aFieldStack.pop(); diff --git a/writerfilter/source/dmapper/FieldTypes.hxx b/writerfilter/source/dmapper/FieldTypes.hxx index 2a54dfe..9d3d360 100644 --- a/writerfilter/source/dmapper/FieldTypes.hxx +++ b/writerfilter/source/dmapper/FieldTypes.hxx @@ -176,7 +176,7 @@ enum FieldId \w paragraph number in full context \* Upper/Lower... */ - ,FIELD_REF // + ,FIELD_REF /* REVNUM \* Numberingswitch \* MERGEFORMAT -> DocInfo-revision number */ diff --git a/writerfilter/source/dmapper/FontTable.hxx b/writerfilter/source/dmapper/FontTable.hxx index 9ea59ae..617cbd4 100644 --- a/writerfilter/source/dmapper/FontTable.hxx +++ b/writerfilter/source/dmapper/FontTable.hxx @@ -114,6 +114,6 @@ private: }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx index a3ffbe4..56c9680 100644 --- a/writerfilter/source/dmapper/GraphicImport.hxx +++ b/writerfilter/source/dmapper/GraphicImport.hxx @@ -122,6 +122,6 @@ public: typedef boost::shared_ptr< GraphicImport > GraphicImportPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/MeasureHandler.hxx b/writerfilter/source/dmapper/MeasureHandler.hxx index 619532b..be8be8a 100644 --- a/writerfilter/source/dmapper/MeasureHandler.hxx +++ b/writerfilter/source/dmapper/MeasureHandler.hxx @@ -61,6 +61,6 @@ typedef boost::shared_ptr < MeasureHandler > MeasureHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/ModelEventListener.hxx b/writerfilter/source/dmapper/ModelEventListener.hxx index dd18c13..8b8b7557 100644 --- a/writerfilter/source/dmapper/ModelEventListener.hxx +++ b/writerfilter/source/dmapper/ModelEventListener.hxx @@ -42,6 +42,6 @@ public: }; }//namespace writerfilter }//namespace dmapper -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/NumberingManager.cxx b/writerfilter/source/dmapper/NumberingManager.cxx index 98d9c44..c868c11 100644 --- a/writerfilter/source/dmapper/NumberingManager.cxx +++ b/writerfilter/source/dmapper/NumberingManager.cxx @@ -305,7 +305,7 @@ uno::Sequence< beans::PropertyValue > ListLevel::GetLevelProperties( ) //2.2 //2.3 //3.4 - // + if( m_nFWord6 > 0) //Word 6 compatibility { diff --git a/writerfilter/source/dmapper/OLEHandler.hxx b/writerfilter/source/dmapper/OLEHandler.hxx index d3e3b1f..1416a70 100644 --- a/writerfilter/source/dmapper/OLEHandler.hxx +++ b/writerfilter/source/dmapper/OLEHandler.hxx @@ -88,6 +88,6 @@ public: typedef boost::shared_ptr< OLEHandler > OLEHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/SectionColumnHandler.hxx b/writerfilter/source/dmapper/SectionColumnHandler.hxx index 317e98d..3475345 100644 --- a/writerfilter/source/dmapper/SectionColumnHandler.hxx +++ b/writerfilter/source/dmapper/SectionColumnHandler.hxx @@ -63,6 +63,6 @@ public: typedef boost::shared_ptr< SectionColumnHandler > SectionColumnHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/SettingsTable.hxx b/writerfilter/source/dmapper/SettingsTable.hxx index 37320b6..b19146a 100644 --- a/writerfilter/source/dmapper/SettingsTable.hxx +++ b/writerfilter/source/dmapper/SettingsTable.hxx @@ -91,6 +91,6 @@ class SettingsTable : public LoggedProperties, public LoggedTable typedef boost::shared_ptr< SettingsTable > SettingsTablePtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/StyleSheetTable.hxx b/writerfilter/source/dmapper/StyleSheetTable.hxx index f483eef8..bcb5700 100644 --- a/writerfilter/source/dmapper/StyleSheetTable.hxx +++ b/writerfilter/source/dmapper/StyleSheetTable.hxx @@ -143,7 +143,7 @@ public: // Gets all the properties // + corresponding to the mask, // + from the parent styles - // + // @param mask mask describing which properties to return // @param pStack already processed StyleSheetEntries PropertyMapPtr GetProperties( sal_Int32 nMask, StyleSheetEntryDequePtr pStack = StyleSheetEntryDequePtr()); @@ -158,6 +158,6 @@ typedef boost::shared_ptr<TableStyleSheetEntry> TableStyleSheetEntryPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/TDefTableHandler.hxx b/writerfilter/source/dmapper/TDefTableHandler.hxx index ebfc545..3a1c7d7 100644 --- a/writerfilter/source/dmapper/TDefTableHandler.hxx +++ b/writerfilter/source/dmapper/TDefTableHandler.hxx @@ -88,6 +88,6 @@ public: typedef boost::shared_ptr< TDefTableHandler > TDefTableHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/TablePropertiesHandler.cxx b/writerfilter/source/dmapper/TablePropertiesHandler.cxx index d8bcd05..37e99b2 100644 --- a/writerfilter/source/dmapper/TablePropertiesHandler.cxx +++ b/writerfilter/source/dmapper/TablePropertiesHandler.cxx @@ -275,7 +275,7 @@ namespace dmapper { } break; case NS_ooxml::LN_CT_TcPrBase_tcMar: - // + { writerfilter::Reference<Properties>::Pointer_t pProperties = rSprm.getProps(); if (pProperties.get()) diff --git a/writerfilter/source/dmapper/ThemeTable.hxx b/writerfilter/source/dmapper/ThemeTable.hxx index dedcede..e159954 100644 --- a/writerfilter/source/dmapper/ThemeTable.hxx +++ b/writerfilter/source/dmapper/ThemeTable.hxx @@ -60,6 +60,6 @@ public: typedef boost::shared_ptr< ThemeTable > ThemeTablePtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerfilter/source/dmapper/TrackChangesHandler.hxx b/writerfilter/source/dmapper/TrackChangesHandler.hxx index 4f1e34c..db4ba48 100644 --- a/writerfilter/source/dmapper/TrackChangesHandler.hxx +++ b/writerfilter/source/dmapper/TrackChangesHandler.hxx @@ -43,6 +43,6 @@ typedef boost::shared_ptr < TrackChangesHandler > TrackChangesHandlerPtr; }} -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits