summaryrefslogtreecommitdiffstats
path: root/include/oox/dump
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 12:38:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 13:23:02 +0200
commitf3fab399da4035e910ae701bd1a3e9a6898f13a9 (patch)
tree08f1fc2f9ba4235211955c656c3f296735e156c5 /include/oox/dump
parentloplugin:expandablemethodds in include/sfx2 (diff)
downloadcore-f3fab399da4035e910ae701bd1a3e9a6898f13a9.tar.gz
core-f3fab399da4035e910ae701bd1a3e9a6898f13a9.zip
loplugin:expandablemethodds in include/oox
Change-Id: I06b82e8b927d24204e5a952474a2dfd780b3cae6
Diffstat (limited to 'include/oox/dump')
-rw-r--r--include/oox/dump/dumperbase.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx
index 3b86e9b03b78..917835fd04f4 100644
--- a/include/oox/dump/dumperbase.hxx
+++ b/include/oox/dump/dumperbase.hxx
@@ -585,8 +585,6 @@ class ConstList : public NameListBase
public:
explicit ConstList( const SharedConfigData& rCfgData );
- /** Sets a default name for unknown keys. */
- void setDefaultName( const String& rDefName ) { maDefName = rDefName; }
/** Enables or disables automatic quotation of returned names. */
void setQuoteNames( bool bQuoteNames ) { mbQuoteNames = bQuoteNames; }
@@ -770,7 +768,6 @@ public:
const StorageRef& getRootStorage() const { return mxRootStrg; }
const OUString& getSysFileName() const { return maSysFileName; }
- void setOption( const OUString& rKey, const OUString& rData );
const OUString* getOption( const OUString& rKey ) const;
template< typename ListType >
@@ -871,7 +868,6 @@ public:
protected:
Config() {}
- void construct( const Config& rParent );
void construct(
const sal_Char* pcEnvVar,
const ::oox::core::FilterBase& rFilter );