summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-05 19:10:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-05 19:14:52 +0200
commit91573182c8474297ef893f98bb04e830f3095cc2 (patch)
tree80ca5db657c11d06e1f4f83b2dc72cf42b8ad3e1 /include
parenteec640d9a0ab8aa52406b711d66f36c3b8d8d83f (diff)
Fine to let GetObjectItemPool return just SfxItemPool*
Change-Id: Id461dea979c394add57cbc4b1a50bc1a4c183d1b
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index dc53f0800a9f..6dfc816f6d36 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -467,7 +467,7 @@ public:
virtual void SetModel(SdrModel* pNewModel);
SdrModel* GetModel() const { return pModel;}
- SdrItemPool* GetObjectItemPool() const;
+ SfxItemPool* GetObjectItemPool() const;
void AddListener(SfxListener& rListener);
void RemoveListener(SfxListener& rListener);