summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterPaneBorderPainter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBorderPainter.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
index 028e0182e37e..79d4a3dd3e4f 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
@@ -55,7 +55,7 @@ class PresenterPaneBorderPainter
public:
PresenterPaneBorderPainter (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
- virtual ~PresenterPaneBorderPainter (void);
+ virtual ~PresenterPaneBorderPainter();
/** Transform the bounding box of the window content to the outer
bounding box of the border that is painted around it.
@@ -136,9 +136,9 @@ private:
*/
bool ProvideTheme (
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
- bool ProvideTheme (void);
+ bool ProvideTheme();
- void ThrowIfDisposed (void) const
+ void ThrowIfDisposed() const
throw (css::lang::DisposedException);
};