summaryrefslogtreecommitdiff
path: root/include/sfx2/shell.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-02 13:50:43 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:00 +0200
commit5133b27e638140ba574016b33dae70ca92edc323 (patch)
tree8c113b072c017a2beb6b96fa144c7ccb399373f5 /include/sfx2/shell.hxx
parent062e40c76bcab664907737feace74f134a25c29c (diff)
loplugin:constantfunction: sfx2
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r--include/sfx2/shell.hxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index a691b6a44e3d..7679eec6e527 100644
--- a/include/sfx2/shell.hxx
+++ b/include/sfx2/shell.hxx
@@ -378,31 +378,6 @@ public:
virtual void Deactivate(bool bMDI);
/**
- A parent of the <SfxDispatcher> on which the SfxShell is located, has
- become active, or the SfxShell instance was pushed on a <SfxDispatcher>,
- which parent is active.
-
- The base implementation is empty and does not need to be called.
-
- [Cross-reference]
-
- SfxShell::Activate()
- */
- void ParentActivate();
-
- /**
- The active parent of the <SfxDispatcher> on which the SfxShell is located,
- has been disabled.
-
- The base implementation is empty and does not need to be called.
-
- [Cross-reference]
-
- SfxShell::Deactivate()
- */
- void ParentDeactivate();
-
- /**
This method returns a pointer to the <SfxDispatcher>, when the SfxShell
is currently <UI-active> or a NULL-pointer if it is not UI-active.