diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 10:29:59 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-17 09:49:35 +0000 |
commit | e963a8891238efc758306a09debbc93904a5388b (patch) | |
tree | 503b140d741417b6a8401ccaf230b3d3a1ea909e /cui/source | |
parent | 771d9ef3f65785092267f6068384e8cdda17f883 (diff) |
formatting of public/private/protected section qualifiers
make it consistent across the codebase, no space between keyword
and the colon
Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5
Reviewed-on: https://gerrit.libreoffice.org/17148
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuihyperdlg.hxx | 4 | ||||
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx index 08541f81e2e1..22558265a411 100644 --- a/cui/source/inc/cuihyperdlg.hxx +++ b/cui/source/inc/cuihyperdlg.hxx @@ -37,12 +37,12 @@ class SvxHpLinkDlg; class SvxHlinkCtrl : public SfxControllerItem { -private : +private: VclPtr<SvxHpLinkDlg> pParent; SfxStatusForwarder aRdOnlyForwarder; -public : +public: SvxHlinkCtrl( sal_uInt16 nId, SfxBindings & rBindings, SvxHpLinkDlg* pDlg); virtual void dispose() SAL_OVERRIDE; diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index 854a3d391605..3e52b449d281 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -69,7 +69,7 @@ class IconChoicePage : public TabPage using TabPage::ActivatePage; using TabPage::DeactivatePage; -private : +private: const SfxItemSet* pSet; OUString aUserString; bool bHasExchangeSupport; @@ -77,12 +77,12 @@ private : void ImplInitSettings(); -protected : +protected: IconChoicePage( vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet &rAttrSet ); sal_uInt16 GetWhich( sal_uInt16 nSlot ) const { return pSet->GetPool()->GetWhich( nSlot ); } -public : +public: virtual ~IconChoicePage(); virtual void dispose() SAL_OVERRIDE; @@ -114,7 +114,7 @@ public : class IconChoiceDialog : public ModalDialog { -private : +private: friend class IconChoicePage; ::std::vector< IconChoicePageData* > maPageList; @@ -153,7 +153,7 @@ private : void FocusOnIcon ( sal_uInt16 nId ); -protected : +protected: static void ShowPageImpl ( IconChoicePageData* pData ); static void HidePageImpl ( IconChoicePageData* pData ); @@ -169,7 +169,7 @@ protected : short Ok(); -public : +public: // the IconChoiceCtrl's could also be set in the Ctor IconChoiceDialog ( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription, |