diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-20 16:36:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-20 16:36:27 +0300 |
commit | 2f5cfa063e5a6cd817c7cfc43db522c28a31e937 (patch) | |
tree | 9479100b8f93f91e36ee022209014e9db47a4aa6 /include | |
parent | bdf1d60036c510a7d48afa7ec87ab60439f20020 (diff) |
WaE: this method can be declared static
Change-Id: Ia1adfc8465e101e1e4c4bf75318c2f40d822c8ae
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index d571af772b27..01a8f3e3fb6b 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -332,7 +332,7 @@ public: SdrOutliner& GetChainingOutliner(const SdrTextObj* pObj=NULL) const; TextChain *GetTextChain() const; - void SetNextLinkInTextChain(SdrTextObj *pPrev, SdrTextObj *pNext); + static void SetNextLinkInTextChain(SdrTextObj *pPrev, SdrTextObj *pNext); // ReferenceDevice for the EditEngine void SetRefDevice(OutputDevice* pDev); |