diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 18:14:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-16 20:31:01 +0200 |
commit | 079ebdc3fd8413d3ab4d254d7576500a9547965f (patch) | |
tree | 5523bcc495287ec595ee9fd37aeafbb9f1634354 /extensions | |
parent | 5087a64842b3e4c96905cc8a9304ec0154ea0d11 (diff) |
compact namespace: editeng-filter
Change-Id: I240bff8de9489d3c0c9c9be6b31ce7e15661bff8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98922
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/controltype.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/controltype.hxx b/extensions/source/propctrlr/controltype.hxx index 721de7b8c024..d3bf9cce0b98 100644 --- a/extensions/source/propctrlr/controltype.hxx +++ b/extensions/source/propctrlr/controltype.hxx @@ -22,20 +22,15 @@ #include <sal/types.h> -namespace pcr +namespace pcr::ControlType { - - namespace ControlType - { const sal_Int16 FIXEDLINE = sal_Int16(100); const sal_Int16 FORMATTEDFIELD = sal_Int16(101); const sal_Int16 PROGRESSBAR = sal_Int16(102); // need only those which are not already covered as FormComponentType - } - -} // namespacepcr +} // namespace pcr::ControlType #endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_CONTROLTYPE_HXX |