diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 20:43:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:52:58 +0200 |
commit | cf200c0901dbf75b98c91bbc5d1d3e6681c06f18 (patch) | |
tree | c2dc349359dee747222db95994a618ce2273096b /include/svx/sdrmasterpagedescriptor.hxx | |
parent | b53907cc966f658dfac16254e1fa1fe72079b9a3 (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/sdrmasterpagedescriptor.hxx')
-rw-r--r-- | include/svx/sdrmasterpagedescriptor.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/svx/sdrmasterpagedescriptor.hxx b/include/svx/sdrmasterpagedescriptor.hxx index 3b5375871660..d7eac22a1b5c 100644 --- a/include/svx/sdrmasterpagedescriptor.hxx +++ b/include/svx/sdrmasterpagedescriptor.hxx @@ -25,14 +25,8 @@ #include <memory> class SdrPageProperties; +namespace sdr::contact { class ViewContact; } -namespace sdr -{ - namespace contact - { - class ViewContact; - } // end of namespace contact -} namespace sdr { |