summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/texteffectscontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/texteffectscontext.cxx')
-rw-r--r--oox/source/drawingml/texteffectscontext.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/drawingml/texteffectscontext.cxx b/oox/source/drawingml/texteffectscontext.cxx
index 7b7f32e69976..52abd9500456 100644
--- a/oox/source/drawingml/texteffectscontext.cxx
+++ b/oox/source/drawingml/texteffectscontext.cxx
@@ -98,8 +98,6 @@ OUString lclGetGrabBagName(sal_uInt32 aId)
return aGrabBagNameMap[aId];
}
-const char constAttributesSequenceName[] = "attributes";
-
}
using namespace oox::core;
@@ -131,7 +129,7 @@ void TextEffectsContext::pushAttributeToGrabBag (sal_Int32 aAttributeId, const O
void TextEffectsContext::processAttributes(const AttributeList& rAttribs)
{
- mpGrabBagStack->push(constAttributesSequenceName);
+ mpGrabBagStack->push("attributes");
switch(mnCurrentElement)
{
case OOX_TOKEN(w14, glow):