summaryrefslogtreecommitdiff
path: root/svx/source/inc
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 /svx/source/inc
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 'svx/source/inc')
-rw-r--r--svx/source/inc/fmcontrollayout.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/svx/source/inc/fmcontrollayout.hxx b/svx/source/inc/fmcontrollayout.hxx
index 8a8062cfe356..f2494d83ef14 100644
--- a/svx/source/inc/fmcontrollayout.hxx
+++ b/svx/source/inc/fmcontrollayout.hxx
@@ -25,11 +25,8 @@
#include "fmdocumentclassification.hxx"
-namespace svxform
+namespace svxform::ControlLayouter
{
-
- namespace ControlLayouter
- {
/** initializes the layout of a newly created form control (model)
*/
void initializeControlLayout(
@@ -56,8 +53,6 @@ namespace svxform
*/
css::uno::Reference< css::beans::XPropertySet >
getDefaultDocumentTextStyle( const css::uno::Reference< css::beans::XPropertySet >& _rxModel );
- }
-
}