summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-01 14:52:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-03 09:21:51 +0200
commit47cd34a60ff9048404075823e519f1abdd4b0e9a (patch)
treee9728dd7c686d23f90b4331f105d6f5f8c1176cd /include/svx/sidebar
parentc79dd92480cbc409a7061da7f3dd3abaaf9a4883 (diff)
use more compact namespace syntax in /include
excluding the UDK headers of course Change-Id: Iac7ab83d60265f7d362c860776f1de9d5e444ec0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93268 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/AreaPropertyPanelBase.hxx4
-rw-r--r--include/svx/sidebar/AreaTransparencyGradientPopup.hxx4
-rw-r--r--include/svx/sidebar/LineWidthPopup.hxx4
-rw-r--r--include/svx/sidebar/SelectionAnalyzer.hxx4
-rw-r--r--include/svx/sidebar/SelectionChangeHandler.hxx4
-rw-r--r--include/svx/sidebar/ValueSetWithTextControl.hxx4
6 files changed, 12 insertions, 12 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index 07b311763144..2ea0356dbb27 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -45,7 +45,7 @@ class XFillColorItem;
class XFillHatchItem;
class XFillBitmapItem;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
class SVX_DLLPUBLIC AreaPropertyPanelBase
: public PanelLayout,
@@ -171,7 +171,7 @@ protected:
void SelectFillAttrHdl_Impl();
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif // INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANEL_HXX
diff --git a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx
index d10c6445705b..29e6b4f841a1 100644
--- a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx
+++ b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx
@@ -23,7 +23,7 @@
class XFillFloatTransparenceItem;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
class AreaTransparencyGradientControl;
class AreaPropertyPanelBase;
@@ -61,7 +61,7 @@ public:
void Rearrange(XFillFloatTransparenceItem const * pItem);
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif
diff --git a/include/svx/sidebar/LineWidthPopup.hxx b/include/svx/sidebar/LineWidthPopup.hxx
index f60a0c848f0d..c16924d0cec8 100644
--- a/include/svx/sidebar/LineWidthPopup.hxx
+++ b/include/svx/sidebar/LineWidthPopup.hxx
@@ -27,7 +27,7 @@
class ValueSet;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
class LinePropertyPanelBase;
class LineWidthValueSet;
@@ -64,7 +64,7 @@ private:
DECL_LINK(FocusHdl, weld::Widget&, void);
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif
diff --git a/include/svx/sidebar/SelectionAnalyzer.hxx b/include/svx/sidebar/SelectionAnalyzer.hxx
index d1aebbc220c4..a7b8cba99d4c 100644
--- a/include/svx/sidebar/SelectionAnalyzer.hxx
+++ b/include/svx/sidebar/SelectionAnalyzer.hxx
@@ -26,7 +26,7 @@ class SdrMarkList;
class SdrObject;
enum class SdrInventor : sal_uInt32;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
/** Analyze the current selection of Calc or Draw/Impress documents
and return the associated sidebar context.
@@ -68,7 +68,7 @@ private:
const sal_uInt16 nType);
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index 0a6b8f637b94..4f5c5b818b5f 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -32,7 +32,7 @@
class SdrMarkView;
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
typedef cppu::WeakComponentImplHelper<
css::view::XSelectionChangeListener
@@ -69,7 +69,7 @@ private:
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx
index 466fa3e05688..5dd075a28458 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.hxx
@@ -25,7 +25,7 @@
#include <vector>
-namespace svx { namespace sidebar {
+namespace svx::sidebar {
/** Specialization of class <ValueSet>.
This specialization allows is a one-columned ValueSet which allow
@@ -56,7 +56,7 @@ private:
::std::vector< ValueSetWithTextItem > maItems;
};
-} } // end of namespace svx::sidebar
+} // end of namespace svx::sidebar
#endif