summaryrefslogtreecommitdiff
path: root/include/svx/sdr/contact
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 20:43:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:52:58 +0200
commitcf200c0901dbf75b98c91bbc5d1d3e6681c06f18 (patch)
treec2dc349359dee747222db95994a618ce2273096b /include/svx/sdr/contact
parentb53907cc966f658dfac16254e1fa1fe72079b9a3 (diff)
compact namespace: svx
Change-Id: I15c64c6cc0ae2a0f1fb9a3e1651dda1d6ced7585 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99008 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdr/contact')
-rw-r--r--include/svx/sdr/contact/displayinfo.hxx8
-rw-r--r--include/svx/sdr/contact/objectcontactofpageview.hxx7
2 files changed, 5 insertions, 10 deletions
diff --git a/include/svx/sdr/contact/displayinfo.hxx b/include/svx/sdr/contact/displayinfo.hxx
index 4c5842b454cb..7075b04ccf6f 100644
--- a/include/svx/sdr/contact/displayinfo.hxx
+++ b/include/svx/sdr/contact/displayinfo.hxx
@@ -25,9 +25,7 @@
#include <svx/svxdllapi.h>
#include <basegfx/range/b2irectangle.hxx>
-namespace sdr
-{
- namespace contact
+namespace sdr::contact
{
class SVXCORE_DLLPUBLIC DisplayInfo final
{
@@ -98,8 +96,8 @@ namespace sdr
bool GetSubContentActive() const { return mbSubContentActive; }
void SetSubContentActive(bool bNew);
};
- } // end of namespace contact
-} // end of namespace sdr
+
+} // end of namespace sdr::contact
#endif // INCLUDED_SVX_SDR_CONTACT_DISPLAYINFO_HXX
diff --git a/include/svx/sdr/contact/objectcontactofpageview.hxx b/include/svx/sdr/contact/objectcontactofpageview.hxx
index c3f4ef9d3d19..6ff7761326c1 100644
--- a/include/svx/sdr/contact/objectcontactofpageview.hxx
+++ b/include/svx/sdr/contact/objectcontactofpageview.hxx
@@ -26,9 +26,7 @@
class SdrPageWindow;
class SdrPage;
-namespace sdr
-{
- namespace contact
+namespace sdr::contact
{
class SVXCORE_DLLPUBLIC ObjectContactOfPageView : public ObjectContact, public Idle
{
@@ -112,8 +110,7 @@ namespace sdr
*/
void SetUNOControlsDesignMode( bool _bDesignMode ) const;
};
- } // end of namespace contact
-} // end of namespace sdr
+} // end of namespace sdr::contact
#endif // INCLUDED_SVX_INC_SDR_CONTACT_OBJECTCONTACTOFPAGEVIEW_HXX