summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index f0cabcfc41a4..8f4d656397fc 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -85,14 +85,6 @@ class SVX_DLLPUBLIC FmFormShell : public SfxShell
// (the FormView itself is not a broadcaster, therefore it can't always correctly notify the
// form explorer who is interested in the event)
- class FormShellWaitObject
- {
- public:
- FormShellWaitObject(const FmFormShell* _pShell);
- ~FormShellWaitObject();
- };
- friend class FormShellWaitObject;
-
const OutputDevice* GetCurrentViewDevice() const { return m_pFormView ? m_pFormView->GetActualOutDev() : nullptr; }
public: