summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLTextColumnsContext.hxx1
-rw-r--r--xmloff/inc/txtflde.hxx6
-rw-r--r--xmloff/inc/txtfldi.hxx6
-rw-r--r--xmloff/inc/txtvfldi.hxx10
4 files changed, 0 insertions, 23 deletions
diff --git a/xmloff/inc/XMLTextColumnsContext.hxx b/xmloff/inc/XMLTextColumnsContext.hxx
index 1677eea960d8..9a10ac67a00e 100644
--- a/xmloff/inc/XMLTextColumnsContext.hxx
+++ b/xmloff/inc/XMLTextColumnsContext.hxx
@@ -35,7 +35,6 @@ class XMLTextColumnsContext :public XMLElementPropertyContext
const OUString sSeparatorLineColor;
const OUString sSeparatorLineRelativeHeight;
const OUString sSeparatorLineVerticalAlignment;
- const OUString sIsAutomatic;
const OUString sAutomaticDistance;
const OUString sSeparatorLineStyle;
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 7dc0a1b8dde0..50614776caa6 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -462,7 +462,6 @@ private:
const OUString sPropertyDataColumnName;
const OUString sPropertyDataCommandType;
const OUString sPropertyDataTableName;
- const OUString sPropertyDate;
const OUString sPropertyDateTime;
const OUString sPropertyDateTimeValue;
const OUString sPropertyDDECommandElement;
@@ -490,7 +489,6 @@ private:
const OUString sPropertyIsVisible;
const OUString sPropertyItems;
const OUString sPropertyLevel;
- const OUString sPropertyMacro;
const OUString sPropertyMeasureKind;
const OUString sPropertyName;
const OUString sPropertyNumberFormat;
@@ -498,12 +496,9 @@ private:
const OUString sPropertyNumberingType;
const OUString sPropertyOffset;
const OUString sPropertyOn;
- const OUString sPropertyPlaceholder;
const OUString sPropertyPlaceholderType;
const OUString sPropertyReferenceFieldPart;
const OUString sPropertyReferenceFieldSource;
- const OUString sPropertyReferenceFieldType;
- const OUString sPropertyRevision;
const OUString sPropertyScriptType;
const OUString sPropertySelectedItem;
const OUString sPropertySequenceNumber;
@@ -518,7 +513,6 @@ private:
const OUString sPropertyUserText;
const OUString sPropertyValue;
const OUString sPropertyVariableName;
- const OUString sPropertyVariableSubType;
const OUString sPropertyHelp;
const OUString sPropertyTooltip;
const OUString sPropertyTextRange;
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 66c2a1d25344..4023aacf2c93 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -110,8 +110,6 @@ enum XMLTextFieldAttrTokens
/// abstract class for text field import
class XMLTextFieldImportContext : public SvXMLImportContext
{
- const OUString sIsFixed;
-
// data members
OUStringBuffer sContentBuffer; /// collect character data
OUString sContent; /// character data after collection
@@ -191,7 +189,6 @@ class XMLSenderFieldImportContext : public XMLTextFieldImportContext
sal_Int16 nSubType; /// API subtype for ExtUser field
- const OUString sEmpty; /// empty string
const OUString sPropertyFixed;
const OUString sPropertyFieldSubType;
const OUString sPropertyContent;
@@ -260,8 +257,6 @@ protected:
class XMLPlaceholderFieldImportContext : public XMLTextFieldImportContext
{
- const OUString sEmpty; /// empty string
- const OUString sServiceJumpEdit;
const OUString sPropertyPlaceholderType;
const OUString sPropertyPlaceholder;
const OUString sPropertyHint;
@@ -966,7 +961,6 @@ class XMLMacroFieldImportContext : public XMLTextFieldImportContext
const OUString sPropertyHint;
const OUString sPropertyMacroName;
const OUString sPropertyScriptURL;
- const OUString sPropertyLibraryName;
OUString sDescription;
SvXMLImportContextRef xEventContext;
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index c3bf5d14eb2f..c58f5f49846c 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -48,7 +48,6 @@ class XMLValueImportHelper
const OUString sPropertyContent;
const OUString sPropertyValue;
- const OUString sPropertyFormula;
const OUString sPropertyNumberFormat;
const OUString sPropertyIsFixedLanguage;
@@ -217,8 +216,6 @@ protected:
/** import variable get fields (<text:variable-get>) */
class XMLVariableGetFieldImportContext : public XMLVarFieldImportContext
{
- const OUString sPropertySubType;
-
public:
TYPEINFO_OVERRIDE();
@@ -423,10 +420,8 @@ public:
/** sequence fields (<text:sequence>) */
class XMLSequenceFieldImportContext : public XMLSetVarFieldImportContext
{
- const OUString sPropertyFormula;
const OUString sPropertyNumberFormat;
const OUString sPropertySequenceValue;
- OUString sFormula;
OUString sNumFormat;
OUString sNumFormatSync;
OUString sRefName;
@@ -493,7 +488,6 @@ public:
*/
class XMLVariableDeclImportContext : public SvXMLImportContext
{
- const OUString sPropertyName;
const OUString sPropertySubType;
const OUString sPropertyNumberingLevel;
const OUString sPropertyNumberingSeparator;
@@ -531,15 +525,11 @@ public:
/** import table formula fields (deprecated; for Writer 2.0 compatibility) */
class XMLTableFormulaImportContext : public XMLTextFieldImportContext
{
- const OUString sPropertyNumberFormat;
- const OUString sPropertyContent;
const OUString sPropertyIsShowFormula;
const OUString sPropertyCurrentPresentation;
XMLValueImportHelper aValueHelper;
- OUString sFormula;
-
bool bIsShowFormula;
public: