summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ShellStackGuard.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ShellStackGuard.hxx')
-rw-r--r--sd/source/ui/framework/module/ShellStackGuard.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/framework/module/ShellStackGuard.hxx b/sd/source/ui/framework/module/ShellStackGuard.hxx
index 56796f423d09..851687490d1b 100644
--- a/sd/source/ui/framework/module/ShellStackGuard.hxx
+++ b/sd/source/ui/framework/module/ShellStackGuard.hxx
@@ -65,9 +65,9 @@ class ShellStackGuard
{
public:
ShellStackGuard (css::uno::Reference<css::frame::XController>& rxController);
- virtual ~ShellStackGuard (void);
+ virtual ~ShellStackGuard();
- virtual void SAL_CALL disposing (void) SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() SAL_OVERRIDE;
// XConfigurationChangeListener
@@ -93,7 +93,7 @@ private:
the printer is not printing, or there is no printer, or something
else went wrong.
*/
- bool IsPrinting (void) const;
+ bool IsPrinting() const;
};
} } // end of namespace sd::framework