summaryrefslogtreecommitdiff
path: root/include/sfx2/dispatch.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-17 00:55:49 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-17 22:43:57 +0200
commit0ac22118721b426b2fc441a1c37572cda972be08 (patch)
tree5a07d7ad79b3c176aeef70e08a3dc43e289930f2 /include/sfx2/dispatch.hxx
parent06726aa39eaeba71701742d28a1a81bd1574f883 (diff)
nConfigId is always 0
Change-Id: Ic314bc04a22ebf23fa7b06dca06e4d2afae096f9
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r--include/sfx2/dispatch.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 17dec3243b5f..f09fe3a92314 100644
--- a/include/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
@@ -159,8 +159,7 @@ public:
void ExecutePopup( const ResId &rId,
vcl::Window *pWin = nullptr, const Point *pPosPixel = nullptr );
- static void ExecutePopup( sal_uInt16 nConfigId = 0,
- vcl::Window *pWin = nullptr, const Point *pPosPixel = nullptr );
+ static void ExecutePopup( vcl::Window *pWin = nullptr, const Point *pPosPixel = nullptr );
bool IsAppDispatcher() const;
bool IsFlushed() const;