summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-08-03 14:42:21 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-10-02 11:01:13 +0530
commit44737be728c1d1afa23631e7576569ddf2d3016c (patch)
treefc8be71d9f3e55eaa4090b4b4a44d3ae7c6107cb /include/sfx2/basedlgs.hxx
parentlokdialog: Handle key events in core (diff)
downloadcore-44737be728c1d1afa23631e7576569ddf2d3016c.tar.gz
core-44737be728c1d1afa23631e7576569ddf2d3016c.zip
lokdialog: Register IDIalogRenderable with vcl::Dialog
Change-Id: I344f5a9c7167abfde15dcd21c747819cc79b12b1
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 7609229db2a6..cb403c78a075 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -105,8 +105,6 @@ public:
SfxBindings& GetBindings()
{ return *pBindings; }
- virtual void LogicInvalidate(const tools::Rectangle* pRectangle) override;
-
DECL_LINK(TimerHdl, Timer *, void);
};