summaryrefslogtreecommitdiffstats
path: root/include/svx/grafctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-17 16:33:13 +0200
committerNoel Grandin <noel@peralex.com>2015-04-17 16:33:13 +0200
commit5df70781f3001d2f5be0343fc9daf04ab5c56719 (patch)
tree2eef02fb2ca619fce2fa0a30bf2239eba13d9329 /include/svx/grafctrl.hxx
parentsw: convert new to ::Create. (diff)
downloadcore-5df70781f3001d2f5be0343fc9daf04ab5c56719.tar.gz
core-5df70781f3001d2f5be0343fc9daf04ab5c56719.zip
svx: convert new to ::Create.
Change-Id: I52f589dabdedb538a4a5d0eadfa42b0d10de9b80
Diffstat (limited to 'include/svx/grafctrl.hxx')
-rw-r--r--include/svx/grafctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/grafctrl.hxx b/include/svx/grafctrl.hxx
index 473133b35ef1..ba4124de41e1 100644
--- a/include/svx/grafctrl.hxx
+++ b/include/svx/grafctrl.hxx
@@ -54,7 +54,7 @@ public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE;
virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
- virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
+ virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE;
};