summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
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);