summaryrefslogtreecommitdiffstats
path: root/idlc/source/astconstant.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-08 14:45:50 +0200
committerNoel Grandin <noel@peralex.com>2015-04-09 08:41:11 +0200
commit0833143c271ae444ca83ec16923db9f403f98b86 (patch)
tree28e12be6bac8bedac51b1b324147c86bddf67c34 /idlc/source/astconstant.cxx
parentconvert RegError to scoped enum (diff)
downloadcore-0833143c271ae444ca83ec16923db9f403f98b86.tar.gz
core-0833143c271ae444ca83ec16923db9f403f98b86.zip
convert RT_ACCESS fields to scoped enum
Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d
Diffstat (limited to 'idlc/source/astconstant.cxx')
-rw-r--r--idlc/source/astconstant.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astconstant.cxx b/idlc/source/astconstant.cxx
index b37ff90e6b73..ce38dcbfa461 100644
--- a/idlc/source/astconstant.cxx
+++ b/idlc/source/astconstant.cxx
@@ -114,7 +114,7 @@ bool AstConstant::dumpBlob(
rBlob.setFieldData(
index, getDocumentation(), OUString(),
- RT_ACCESS_CONST | (published ? RT_ACCESS_PUBLISHED : 0),
+ RTFieldAccess::CONST | (published ? RTFieldAccess::PUBLISHED : RTFieldAccess::NONE),
OStringToOUString(name, RTL_TEXTENCODING_UTF8), type, aConst);
return true;