diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/factories/ChildWindowPane.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/ChildWindowPane.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/Pane.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/framework/Pane.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx b/sd/source/ui/framework/factories/ChildWindowPane.cxx index 9daa26092150..53594c0b772f 100644 --- a/sd/source/ui/framework/factories/ChildWindowPane.cxx +++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx @@ -90,7 +90,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP -ChildWindowPane::~ChildWindowPane (void) throw() +ChildWindowPane::~ChildWindowPane (void) { } diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx index b95c7f83ba98..c7745ea9421a 100644 --- a/sd/source/ui/framework/factories/ChildWindowPane.hxx +++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx @@ -58,7 +58,7 @@ public: sal_uInt16 nChildWindowId, ViewShellBase& rViewShellBase, ::std::auto_ptr<SfxShell> pShell); - virtual ~ChildWindowPane (void) throw(); + virtual ~ChildWindowPane (void); /** Hide the pane. To make the pane visible again, call GetWindow(). */ diff --git a/sd/source/ui/framework/factories/Pane.cxx b/sd/source/ui/framework/factories/Pane.cxx index 2041d7348b8a..cde94e7351c7 100644 --- a/sd/source/ui/framework/factories/Pane.cxx +++ b/sd/source/ui/framework/factories/Pane.cxx @@ -49,7 +49,7 @@ Pane::Pane ( -Pane::~Pane (void) throw() +Pane::~Pane (void) { } diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx index 68e8814aaf74..b602711ddb90 100644 --- a/sd/source/ui/inc/framework/Pane.hxx +++ b/sd/source/ui/inc/framework/Pane.hxx @@ -78,7 +78,7 @@ public: com::sun::star::drawing::framework::XResourceId>& rxPaneId, ::Window* pWindow) throw (); - virtual ~Pane (void) throw(); + virtual ~Pane (void); virtual void SAL_CALL disposing (void); |