summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/XMLTextHeaderFooterContext.hxx1
-rw-r--r--xmloff/inc/animationimport.hxx1
-rw-r--r--xmloff/inc/txtfldi.hxx1
-rw-r--r--xmloff/inc/txtvfldi.hxx2
4 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx
index 47688ba08021..385190dd5674 100644
--- a/xmloff/inc/XMLTextHeaderFooterContext.hxx
+++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx
@@ -34,7 +34,6 @@ class XMLTextHeaderFooterContext: public SvXMLImportContext
const OUString sOn;
const OUString sShareContent;
- const OUString sShareContentFirst;
const OUString sText;
const OUString sTextFirst;
const OUString sTextLeft;
diff --git a/xmloff/inc/animationimport.hxx b/xmloff/inc/animationimport.hxx
index 6d59ad9a4898..b59f8cb60b30 100644
--- a/xmloff/inc/animationimport.hxx
+++ b/xmloff/inc/animationimport.hxx
@@ -34,7 +34,6 @@ class AnimationsImportHelperImpl;
class AnimationNodeContext : public SvXMLImportContext
{
std::shared_ptr<AnimationsImportHelperImpl> mpHelper;
- bool mbRootContext;
css::uno::Reference< css::animations::XAnimationNode > mxNode;
void init_node( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList );
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 350ca6d11e0e..936c7102b3fb 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -216,7 +216,6 @@ protected:
class XMLAuthorFieldImportContext : public XMLSenderFieldImportContext
{
bool bAuthorFullName;
- const OUString sServiceAuthor;
const OUString sPropertyAuthorFullName;
const OUString sPropertyFixed;
const OUString sPropertyContent;
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index 78f9fc6565b9..3ec143de2425 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -403,9 +403,7 @@ public:
*/
class XMLVariableDeclImportContext : public SvXMLImportContext
{
- OUString sName;
XMLValueImportHelper aValueHelper;
- sal_Int8 nNumLevel;
sal_Unicode cSeparationChar;
public: