diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-22 18:47:15 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-28 09:10:19 +0200 |
commit | 7affe26a1291eef8c77e890228061f13e987bff1 (patch) | |
tree | c39da5089c427f9cd5be8602449f302a573df7b3 /include/sfx2/dispatch.hxx | |
parent | 5978b78eb2ee016bfda0a572ae1a9c86dc639241 (diff) |
Kill sfx2 menu support
Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r-- | include/sfx2/dispatch.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index 47be2d7aaf0e..ed4878099db2 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -155,7 +155,6 @@ public: SfxViewFrame* GetFrame() const; SfxModule* GetModule() const; - void ExecutePopup( const ResId &rId, vcl::Window *pWin = nullptr, const Point *pPos = nullptr ); void ExecutePopup( const OUString &rResName, vcl::Window *pWin = nullptr, const Point *pPos = nullptr ); static void ExecutePopup( vcl::Window *pWin = nullptr, const Point *pPosPixel = nullptr ); |