summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionSourceDDEImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLSectionSourceDDEImportContext.cxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
index b1b690e9e319..08a2aaceb48c 100644
--- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
+++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
@@ -41,12 +41,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::text;
using namespace ::xmloff::token;
-const sal_Char sAPI_DDECommandFile[] = "DDECommandFile";
-const sal_Char sAPI_DDECommandType[] = "DDECommandType";
-const sal_Char sAPI_DDECommandElement[] = "DDECommandElement";
-const sal_Char sAPI_IsAutomaticUpdate[] = "IsAutomaticUpdate";
-
-
XMLSectionSourceDDEImportContext::XMLSectionSourceDDEImportContext(
SvXMLImport& rImport,
sal_uInt16 nPrfx,
@@ -54,10 +48,10 @@ XMLSectionSourceDDEImportContext::XMLSectionSourceDDEImportContext(
Reference<XPropertySet> & rSectPropSet) :
SvXMLImportContext(rImport, nPrfx, rLocalName),
rSectionPropertySet(rSectPropSet),
- sDdeCommandFile(sAPI_DDECommandFile),
- sDdeCommandType(sAPI_DDECommandType),
- sDdeCommandElement(sAPI_DDECommandElement),
- sIsAutomaticUpdate(sAPI_IsAutomaticUpdate)
+ sDdeCommandFile("DDECommandFile"),
+ sDdeCommandType("DDECommandType"),
+ sDdeCommandElement("DDECommandElement"),
+ sIsAutomaticUpdate("IsAutomaticUpdate")
{
}