diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-17 16:02:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 08:51:07 +0200 |
commit | 7477ab139142c55da6a7d4fb10903dcb464ee97b (patch) | |
tree | 7761955992cff3a8070c4e2860d9524ea7315c04 /include | |
parent | 281fa6ac6a7df48dd65f5019d5a74148a096e253 (diff) |
loplugin:inlineablemethods in xmloff
Change-Id: I22202f85c65a862ccdafe1d521e2945e3d99252a
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/shapeexport.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/xmlexp.hxx | 3 | ||||
-rw-r--r-- | include/xmloff/xmlimp.hxx | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx index 2d741ca0b329..ce74b197637d 100644 --- a/include/xmloff/shapeexport.hxx +++ b/include/xmloff/shapeexport.hxx @@ -297,7 +297,6 @@ public: static SvXMLExportPropertyMapper* CreateShapePropMapper( SvXMLExport& rExport ); void enableLayerExport() { mbExportLayer = true; } - bool IsLayerExportEnabled() const { return mbExportLayer; } /** defines if the export should increment the progress bar or not */ void enableHandleProgressBar() { mbHandleProgressBar = true; } diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx index a59ddd3cd202..a8d85af62152 100644 --- a/include/xmloff/xmlexp.hxx +++ b/include/xmloff/xmlexp.hxx @@ -543,9 +543,6 @@ public: /// returns the deterministic version for odf export SvtSaveOptions::ODFSaneDefaultVersion getSaneDefaultVersion() const; - /// name of stream in package, e.g., "content.xml" - OUString GetStreamName() const; - // FIXME: this is only for legacy stuff that has not yet been adapted // to implement XMetadatable; this can write duplicate IDs! /// add xml:id and legacy namespace id diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 07168bcf0b54..8ba9695a41ab 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -484,9 +484,6 @@ public: OUString GetBaseURL() const; OUString GetDocumentBase() const; - /// name of stream in package, e.g., "content.xml" - OUString GetStreamName() const; - /// set the XmlId attribute of given UNO object (for RDF metadata) void SetXmlId(css::uno::Reference< css::uno::XInterface> const & i_xIfc, |