diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 19:38:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 22:16:37 +0200 |
commit | 17a416248235d89f145e8c15dac01d6946ac8460 (patch) | |
tree | 9a3f136c42bee040b8bb00c497e965c372807284 /include | |
parent | b2cefc2e36925b4384eb0aea54aa2c6bcfb018a8 (diff) |
split out vcl stuff used solely by toolkit module
Change-Id: Idb1dfcdaaefefa9a8d97ecdd22e39377cb31bc62
Reviewed-on: https://gerrit.libreoffice.org/61763
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolkit/README | 2 | ||||
-rw-r--r-- | include/vcl/toolkit/group.hxx (renamed from include/vcl/group.hxx) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/toolkit/README b/include/vcl/toolkit/README new file mode 100644 index 000000000000..889f0b20aa50 --- /dev/null +++ b/include/vcl/toolkit/README @@ -0,0 +1,2 @@ +These are includes which are now only used by the toolkit module, which exposes +them via uno. Don't use these in any new code. diff --git a/include/vcl/group.hxx b/include/vcl/toolkit/group.hxx index 5d8ce8944813..5d8ce8944813 100644 --- a/include/vcl/group.hxx +++ b/include/vcl/toolkit/group.hxx |