summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 18:14:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 20:31:01 +0200
commit079ebdc3fd8413d3ab4d254d7576500a9547965f (patch)
tree5523bcc495287ec595ee9fd37aeafbb9f1634354 /extensions
parentNFC tdf#116194 writerfilter: cleanup unused gridBefore pieces (diff)
downloadcore-079ebdc3fd8413d3ab4d254d7576500a9547965f.tar.gz
core-079ebdc3fd8413d3ab4d254d7576500a9547965f.zip
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.hxx9
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