include/svl/grabbagitem.hxx | 2 +- sw/inc/fchrfmt.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5cda220d6e4c60288da22ed983e7390d0597f0d7 Author: Miklos Vajna <[email protected]> Date: Mon Sep 12 13:34:36 2016 +0200 Indentation fixes Change-Id: I78575ebd6b78b2f5873bcec6c8c46d941a92ceb2 diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx index 9cbba77..c4f9592 100644 --- a/include/svl/grabbagitem.hxx +++ b/include/svl/grabbagitem.hxx @@ -24,7 +24,7 @@ private: public: SfxGrabBagItem(); - SfxGrabBagItem(sal_uInt16 nWhich ); + SfxGrabBagItem(sal_uInt16 nWhich); SfxGrabBagItem(const SfxGrabBagItem& rItem); virtual ~SfxGrabBagItem(); diff --git a/sw/inc/fchrfmt.hxx b/sw/inc/fchrfmt.hxx index 5c631f7..facab61 100644 --- a/sw/inc/fchrfmt.hxx +++ b/sw/inc/fchrfmt.hxx @@ -40,7 +40,7 @@ public: /// @@@ public copy ctor, but no copy assignment? SwFormatCharFormat( const SwFormatCharFormat& rAttr ); protected: - virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; + virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; private: /// @@@ public copy ctor, but no copy assignment? _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
