summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/GallerySplitter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GallerySplitter.hxx')
-rw-r--r--svx/source/gallery2/GallerySplitter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/GallerySplitter.hxx b/svx/source/gallery2/GallerySplitter.hxx
index f5c787d6b8f5..179ffbe99205 100644
--- a/svx/source/gallery2/GallerySplitter.hxx
+++ b/svx/source/gallery2/GallerySplitter.hxx
@@ -28,13 +28,13 @@ public:
GallerySplitter(
vcl::Window* pParent,
WinBits nStyle,
- const ::boost::function<void(void)>& rDataChangeFunctor);
+ const ::boost::function<void()>& rDataChangeFunctor);
protected:
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
private:
- ::boost::function<void(void)> maDataChangeFunctor;
+ ::boost::function<void()> maDataChangeFunctor;
};