vbahelper/source/msforms/service.cxx | 4 ++-- vbahelper/source/msforms/vbacombobox.hxx | 2 +- vbahelper/source/msforms/vbalistbox.hxx | 2 +- vbahelper/source/msforms/vbalistcontrolhelper.cxx | 2 +- vbahelper/source/msforms/vbanewfont.cxx | 4 ++-- vbahelper/source/msforms/vbanewfont.hxx | 4 ++-- vbahelper/source/vbahelper/vbacommandbarcontrol.cxx | 4 ++-- vbahelper/source/vbahelper/vbacommandbarcontrols.cxx | 2 +- vbahelper/source/vbahelper/vbaeventshelperbase.cxx | 4 ++-- vbahelper/source/vbahelper/vbahelper.cxx | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-)
New commits: commit d304c532e8450d0e68d4275468c2f6ed9a68a6c3 Author: Alexander Wilms <[email protected]> Date: Tue Feb 25 22:49:25 2014 +0100 Remove visual noise from vbahelper Change-Id: I068c2a73a3ae487aff7c5451545d3e0aee50b1da Reviewed-on: https://gerrit.libreoffice.org/8338 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/vbahelper/source/msforms/service.cxx b/vbahelper/source/msforms/service.cxx index 5a9120f..1fbde40 100644 --- a/vbahelper/source/msforms/service.cxx +++ b/vbahelper/source/msforms/service.cxx @@ -21,9 +21,9 @@ #include "com/sun/star/registry/XRegistryKey.hpp" #include "comphelper/servicedecl.hxx" -// ============================================================================= + // component exports -// ============================================================================= + using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/vbahelper/source/msforms/vbacombobox.hxx b/vbahelper/source/msforms/vbacombobox.hxx index 1edb0fa..e157772 100644 --- a/vbahelper/source/msforms/vbacombobox.hxx +++ b/vbahelper/source/msforms/vbacombobox.hxx @@ -87,6 +87,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames(); }; -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vbahelper/source/msforms/vbalistbox.hxx b/vbahelper/source/msforms/vbalistbox.hxx index a6addc0..1fc0678 100644 --- a/vbahelper/source/msforms/vbalistbox.hxx +++ b/vbahelper/source/msforms/vbalistbox.hxx @@ -79,6 +79,6 @@ public: }; -#endif // +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vbahelper/source/msforms/vbalistcontrolhelper.cxx b/vbahelper/source/msforms/vbalistcontrolhelper.cxx index 70e0b66..1abae82 100644 --- a/vbahelper/source/msforms/vbalistcontrolhelper.cxx +++ b/vbahelper/source/msforms/vbalistcontrolhelper.cxx @@ -128,7 +128,7 @@ ListControlHelper::AddItem( const uno::Any& pvargItem, const uno::Any& pvargInde std::vector< OUString >::iterator it = sVec.begin(); for ( ; pString != pEndString; ++pString, ++it) *pString = *it; - // + } m_xProps->setPropertyValue( ITEMS, uno::makeAny( sList ) ); diff --git a/vbahelper/source/msforms/vbanewfont.cxx b/vbahelper/source/msforms/vbanewfont.cxx index c4b5472..a2e64f5 100644 --- a/vbahelper/source/msforms/vbanewfont.cxx +++ b/vbahelper/source/msforms/vbanewfont.cxx @@ -27,7 +27,7 @@ using namespace ::com::sun::star; using namespace ::ooo::vba; -// ============================================================================ + VbaNewFont::VbaNewFont( const uno::Reference< XHelperInterface >& rxParent, @@ -136,6 +136,6 @@ void SAL_CALL VbaNewFont::setStrikethrough( sal_Bool bStrikethrough ) throw (uno VBAHELPER_IMPL_XHELPERINTERFACE( VbaNewFont, "ooo.vba.msforms.NewFont" ) -// ============================================================================ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vbahelper/source/msforms/vbanewfont.hxx b/vbahelper/source/msforms/vbanewfont.hxx index 5ce9409..d948604 100644 --- a/vbahelper/source/msforms/vbanewfont.hxx +++ b/vbahelper/source/msforms/vbanewfont.hxx @@ -23,7 +23,7 @@ #include <ooo/vba/msforms/XNewFont.hpp> #include <vbahelper/vbahelperinterface.hxx> -// ============================================================================ + typedef InheritedHelperInterfaceImpl1< ov::msforms::XNewFont > VbaNewFont_BASE; @@ -60,7 +60,7 @@ private: css::uno::Reference< css::beans::XPropertySet > mxProps; }; -// ============================================================================ + #endif diff --git a/vbahelper/source/vbahelper/vbacommandbarcontrol.cxx b/vbahelper/source/vbahelper/vbacommandbarcontrol.cxx index f2d3a7d..3f6efe2c 100644 --- a/vbahelper/source/vbahelper/vbacommandbarcontrol.cxx +++ b/vbahelper/source/vbahelper/vbacommandbarcontrol.cxx @@ -193,7 +193,7 @@ ScVbaCommandBarControl::getServiceNames() return aServiceNames; } -//////////// ScVbaCommandBarPopup ////////////////////////////// +// ScVbaCommandBarPopup ScVbaCommandBarPopup::ScVbaCommandBarPopup( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess >& xBarSettings, const OUString& sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : CommandBarPopup_BASE( xParent, xContext, xSettings, pHelper, xBarSettings, sResourceUrl ) { m_nPosition = nPosition; @@ -219,7 +219,7 @@ ScVbaCommandBarPopup::getServiceNames() return aServiceNames; } -//////////// ScVbaCommandBarButton ////////////////////////////// +// ScVbaCommandBarButton ScVbaCommandBarButton::ScVbaCommandBarButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xSettings, VbaCommandBarHelperRef pHelper, const css::uno::Reference< css::container::XIndexAccess >& xBarSettings, const OUString& sResourceUrl, sal_Int32 nPosition, sal_Bool bTemporary ) throw (css::uno::RuntimeException) : CommandBarButton_BASE( xParent, xContext, xSettings, pHelper, xBarSettings, sResourceUrl ) { m_nPosition = nPosition; diff --git a/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx b/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx index 00fb17a..efaddfe 100644 --- a/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx +++ b/vbahelper/source/vbahelper/vbacommandbarcontrols.cxx @@ -247,7 +247,7 @@ ScVbaCommandBarControls::getServiceNames() return aServiceNames; } -// ============================================================================ + class VbaDummyIndexAccess : public ::cppu::WeakImplHelper1< container::XIndexAccess > { diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx index 69b5584..2dbafa2 100644 --- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx +++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx @@ -28,7 +28,7 @@ using namespace ::com::sun::star; using namespace ::ooo::vba; -// ============================================================================ + VbaEventsHelperBase::VbaEventsHelperBase( const uno::Sequence< uno::Any >& rArgs, const uno::Reference< uno::XComponentContext >& /*xContext*/ ) : mpShell( 0 ), @@ -337,6 +337,6 @@ VbaEventsHelperBase::ModulePathMap& VbaEventsHelperBase::updateModulePathMap( co return rPathMap; } -// ============================================================================ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 2663b38..388b50a 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -969,7 +969,7 @@ void UserFormGeometryHelper::implSetSize( double fSize, bool bHeight, bool bOute mxModelProps->setPropertyValue( bHeight ? OUString(saHeightName) : OUString(saWidthName), uno::Any( bHeight ? aSizeAppFont.Height : aSizeAppFont.Width ) ); } -// ============================================================================ + double ConcreteXShapeGeometryAttributes::getLeft() const {
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
