summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLCodeNameProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLCodeNameProvider.hxx')
-rw-r--r--sc/source/filter/xml/XMLCodeNameProvider.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLCodeNameProvider.hxx b/sc/source/filter/xml/XMLCodeNameProvider.hxx
index a265946c4d44..aded4b411a0a 100644
--- a/sc/source/filter/xml/XMLCodeNameProvider.hxx
+++ b/sc/source/filter/xml/XMLCodeNameProvider.hxx
@@ -29,7 +29,9 @@ class ScDocument;
class XMLCodeNameProvider : public ::cppu::WeakImplHelper< css::container::XNameAccess >
{
- ScDocument* const mpDoc;
+ ScDocument* mpDoc;
+ OUString msDocName;
+ OUString msCodeNameProp;
static bool _getCodeName( const css::uno::Any& aAny,
OUString& rCodeName );