diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-13 16:32:07 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:54 +0200 |
commit | 871d770378809d49c49369faf7fd2ebfe9dc3881 (patch) | |
tree | ce79c0a1da8dc303a2b6634f699939fae7c2bc52 /include/svtools | |
parent | 289eb8a70d8be87e9768f48d3d28cf4f0d47709a (diff) |
Separators between services types
Change-Id: Ibd26abdb83b86256197311bc7a120b4b025ae814
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/PlaceEditDialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx index de321a21abe2..9cba4d53c7cf 100644 --- a/include/svtools/PlaceEditDialog.hxx +++ b/include/svtools/PlaceEditDialog.hxx @@ -51,6 +51,8 @@ private : */ std::vector< std::shared_ptr< DetailsContainer > > m_aDetailsContainers; + unsigned int m_nCurrentType; + public : PlaceEditDialog( vcl::Window* pParent); |