diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-04 12:07:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-04 16:45:12 +0100 |
commit | 074cab391c20be872a4b5d14a342eda5c541b6fd (patch) | |
tree | 472762efa5c62bcc12d83fbacd378777dab4a324 /include | |
parent | 57aa9ea3a6d178fcea016fadb005dfbcc2ca2e8d (diff) |
ProgressBar now only use in vcl and toolkit
Change-Id: I5d56a4df155806e41cafa6f65a3a030e8443b8f7
Reviewed-on: https://gerrit.libreoffice.org/82005
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/prgsbar.hxx (renamed from include/vcl/prgsbar.hxx) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/prgsbar.hxx b/include/vcl/toolkit/prgsbar.hxx index 292c54a13254..9b9f251c81d2 100644 --- a/include/vcl/prgsbar.hxx +++ b/include/vcl/toolkit/prgsbar.hxx @@ -20,6 +20,10 @@ #ifndef INCLUDED_VCL_PRGSBAR_HXX #define INCLUDED_VCL_PRGSBAR_HXX +#if !defined(VCL_DLLIMPLEMENTATION) && !defined(TOOLKIT_DLLIMPLEMENTATION) +#error "don't use this in new code" +#endif + #include <vcl/dllapi.h> #include <vcl/window.hxx> |