summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylecond.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/prstylecond.cxx')
-rw-r--r--xmloff/source/style/prstylecond.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/prstylecond.cxx b/xmloff/source/style/prstylecond.cxx
index e384a645dffe..f644f5029be2 100644
--- a/xmloff/source/style/prstylecond.cxx
+++ b/xmloff/source/style/prstylecond.cxx
@@ -30,8 +30,8 @@ namespace {
struct ConditionMap
{
char const* aInternal;
- XMLTokenEnum const nExternal;
- int const aValue;
+ XMLTokenEnum nExternal;
+ int aValue;
};
}