summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index 24c1bcdc0913..f9a364181389 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -49,7 +49,7 @@ public:
virtual void notify(sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType) SAL_OVERRIDE;
void addFileId(sal_uInt16 nFileId);
void removeFileId(sal_uInt16 nFileId);
- ::boost::unordered_set<sal_uInt16>& getAllFileIds();
+ ::boost::unordered_set<sal_uInt16>& getAllFileIds() { return maFileIds;}
private:
ExternalRefListener();
@@ -83,7 +83,7 @@ public:
ScChartListener( const ScChartListener& );
virtual ~ScChartListener();
- const OUString& GetName() const;
+ const OUString& GetName() const { return maName;}
void SetUno( const com::sun::star::uno::Reference< com::sun::star::chart::XChartDataChangeEventListener >& rListener,
const com::sun::star::uno::Reference< com::sun::star::chart::XChartData >& rSource );
@@ -167,9 +167,9 @@ public:
void removeByName(const OUString& rName);
- const ListenersType& getListeners() const;
- ListenersType& getListeners();
- StringSetType& getNonOleObjectNames();
+ const ListenersType& getListeners() const { return maListeners;}
+ ListenersType& getListeners() { return maListeners;}
+ StringSetType& getNonOleObjectNames() { return maNonOleObjectNames;}
/**
* Create a unique name that's not taken by any existing chart listener