summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
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 /include/svx/sidebar
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 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/Popup.hxx2
-rw-r--r--include/svx/sidebar/PopupControl.hxx2
-rw-r--r--include/svx/sidebar/SelectionAnalyzer.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index ebd91bb9fa90..32ff0abf96fd 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.hxx
@@ -39,7 +39,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC Popup
{
-public :
+public:
/** Create a Popup wrapper object.
@param pParent
Parent window of the PopupContainer, which in turn is the
diff --git a/include/svx/sidebar/PopupControl.hxx b/include/svx/sidebar/PopupControl.hxx
index df3f75a97fe7..b518590a0f32 100644
--- a/include/svx/sidebar/PopupControl.hxx
+++ b/include/svx/sidebar/PopupControl.hxx
@@ -34,7 +34,7 @@ namespace svx { namespace sidebar {
class SVX_DLLPUBLIC PopupControl
: public Control
{
-public :
+public:
PopupControl (
vcl::Window* pParent,
const ResId& rResId);
diff --git a/include/svx/sidebar/SelectionAnalyzer.hxx b/include/svx/sidebar/SelectionAnalyzer.hxx
index ae4970bd67d8..62c411624f2e 100644
--- a/include/svx/sidebar/SelectionAnalyzer.hxx
+++ b/include/svx/sidebar/SelectionAnalyzer.hxx
@@ -35,7 +35,7 @@ namespace svx { namespace sidebar {
*/
class SVX_DLLPUBLIC SelectionAnalyzer
{
-public :
+public:
static sfx2::sidebar::EnumContext::Context GetContextForSelection_SC (
const SdrMarkList& rMarkList);