summaryrefslogtreecommitdiff
path: root/vcl/source/window/toolbox2.cxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-24 11:42:42 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-24 13:36:08 +0100
commit745751e32de28a6cc318f40074855d547b0d5da5 (patch)
tree578eb9743ef4b2d89d43be562e55efee241163c5 /vcl/source/window/toolbox2.cxx
parent60795a7fd1c467882a9038a91a09953148a448ad (diff)
Vcl Toolbox: Move Impl and local defines out of header files
This reverts part of 1e82a3e6e3ea8b5cda520551faed81bc74c848c1 Change-Id: I683a855727c4a52d3ac6a7c5a1f104a6cf5b9ee2
Diffstat (limited to 'vcl/source/window/toolbox2.cxx')
-rw-r--r--vcl/source/window/toolbox2.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 6b64a0c085bf..72a3b58bef55 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -43,6 +43,9 @@
using namespace vcl;
using namespace com::sun::star;
+#define TB_SEP_SIZE 8 // Separator size
+
+
ImplToolBoxPrivateData::ImplToolBoxPrivateData() :
m_pLayoutData( nullptr )
{