summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/textsh.hxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-11-15 18:11:40 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-11-23 18:29:30 +0100
commit2f815d3092e8ba15c7f03f789b962569944f1d8a (patch)
tree0d9b7ec69f01d465617787610695ab84faf61d06 /sw/source/uibase/inc/textsh.hxx
parentc9c19fed241d678671c485247a34c399ff212228 (diff)
SpellingPopup: Convert char dialog related items to use slot id
After this change we can make sw_CharDialog() a local function. Change-Id: I34b15fccaed07b5d89f63a69da8c870fff0e9b14 Reviewed-on: https://gerrit.libreoffice.org/83571 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/uibase/inc/textsh.hxx')
-rw-r--r--sw/source/uibase/inc/textsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/textsh.hxx b/sw/source/uibase/inc/textsh.hxx
index af865e56ed63..9ec521afe647 100644
--- a/sw/source/uibase/inc/textsh.hxx
+++ b/sw/source/uibase/inc/textsh.hxx
@@ -83,8 +83,6 @@ public:
SfxItemSet CreateInsertFrameItemSet(SwFlyFrameAttrMgr& rMgr);
};
-void sw_CharDialog( SwWrtShell &rWrtSh, bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pArgs, SfxRequest *pReq );
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */