summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:29:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 09:49:35 +0000
commite963a8891238efc758306a09debbc93904a5388b (patch)
tree503b140d741417b6a8401ccaf230b3d3a1ea909e /cui/source/inc/iconcdlg.hxx
parent771d9ef3f65785092267f6068384e8cdda17f883 (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/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx12
1 files changed, 6 insertions, 6 deletions
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,