summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/chartsheetfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/chartsheetfragment.hxx')
-rw-r--r--sc/source/filter/inc/chartsheetfragment.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/inc/chartsheetfragment.hxx b/sc/source/filter/inc/chartsheetfragment.hxx
index 5e1e3f41cc99..c2cce27c2cc8 100644
--- a/sc/source/filter/inc/chartsheetfragment.hxx
+++ b/sc/source/filter/inc/chartsheetfragment.hxx
@@ -23,14 +23,14 @@
namespace oox::xls {
-class ChartsheetFragment : public WorksheetFragmentBase
+class ChartsheetFragment final : public WorksheetFragmentBase
{
public:
explicit ChartsheetFragment(
const WorksheetHelper& rHelper,
const OUString& rFragmentPath );
-protected:
+private:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& rAttribs ) override;
virtual void onCharacters( const OUString& rChars ) override;
@@ -40,7 +40,6 @@ protected:
virtual void initializeImport() override;
virtual void finalizeImport() override;
-private:
/** Imports the relation identifier for the DrawingML part. */
void importDrawing( const AttributeList& rAttribs );
/** Imports the DRAWING record containing the relation identifier for the DrawingML part. */