summaryrefslogtreecommitdiff
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-19 15:41:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-20 07:56:07 +0000
commitfd6e86572abf570c7b8f0618ff4779f213d7b279 (patch)
treeafd4cbe3891b623a12577239210e89171ed1f137 /l10ntools/source/merge.cxx
parent9bbd828f81b9139dfeaf5e211d476f1b2f72e7c2 (diff)
Convert ID_LEVEL to scoped enum
Change-Id: Icdb5f39329ddb94fc1a51e59c8ac99d2684f9cbc Reviewed-on: https://gerrit.libreoffice.org/25164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 7ee23603c6bf..133f8f3f8c57 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -60,7 +60,7 @@ namespace
ResData::ResData( const OString &rGId )
:
- nIdLevel( ID_LEVEL_NULL ),
+ nIdLevel( IdLevel::Null ),
bChild( false ),
bChildWithText( false ),
bText( false ),
@@ -74,7 +74,7 @@ ResData::ResData( const OString &rGId )
ResData::ResData( const OString &rGId, const OString &rFilename)
:
- nIdLevel( ID_LEVEL_NULL ),
+ nIdLevel( IdLevel::Null ),
bChild( false ),
bChildWithText( false ),
bText( false ),