summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuihyperdlg.hxx4
-rw-r--r--cui/source/inc/iconcdlg.hxx12
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,