summaryrefslogtreecommitdiffstats
path: root/svx/source/gallery2/GallerySplitter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GallerySplitter.cxx')
-rw-r--r--svx/source/gallery2/GallerySplitter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/GallerySplitter.cxx b/svx/source/gallery2/GallerySplitter.cxx
index cd8121ad1625..f6857f84abd1 100644
--- a/svx/source/gallery2/GallerySplitter.cxx
+++ b/svx/source/gallery2/GallerySplitter.cxx
@@ -22,7 +22,7 @@
GallerySplitter::GallerySplitter(
vcl::Window* pParent,
WinBits nStyle,
- const ::boost::function<void(void)>& rDataChangeFunctor)
+ const ::boost::function<void()>& rDataChangeFunctor)
: Splitter(pParent, nStyle)
, maDataChangeFunctor(rDataChangeFunctor)
{