summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterTheme.hxx')
-rw-r--r--sdext/source/presenter/PresenterTheme.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterTheme.hxx b/sdext/source/presenter/PresenterTheme.hxx
index 12789c1988ce..651859e59bd3 100644
--- a/sdext/source/presenter/PresenterTheme.hxx
+++ b/sdext/source/presenter/PresenterTheme.hxx
@@ -62,9 +62,9 @@ public:
const css::uno::Reference<css::uno::XComponentContext>& rxContext,
const OUString& rsThemeName,
const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
- ~PresenterTheme (void);
+ ~PresenterTheme();
- bool HasCanvas (void) const;
+ bool HasCanvas() const;
void ProvideCanvas (const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
OUString GetStyleName (const OUString& rsResourceURL) const;
@@ -106,7 +106,7 @@ public:
SharedBitmapDescriptor GetBitmap (
const OUString& rsBitmapName) const;
- ::boost::shared_ptr<PresenterBitmapContainer> GetBitmapContainer (void) const;
+ ::boost::shared_ptr<PresenterBitmapContainer> GetBitmapContainer() const;
SharedFontDescriptor GetFont (
const OUString& rsStyleName) const;
@@ -130,7 +130,7 @@ private:
::boost::shared_ptr<PresenterBitmapContainer> mpBitmapContainer;
css::uno::Reference<css::rendering::XCanvas> mxCanvas;
- ::boost::shared_ptr<Theme> ReadTheme (void);
+ ::boost::shared_ptr<Theme> ReadTheme();
};
} } // end of namespace ::sd::presenter