Kaydet (Commit) fca87049 authored tarafından Caolán McNamara's avatar Caolán McNamara

make scrollabledialog.hxx a private header

Change-Id: I16c68436c35568867677c33f70ef48287bc9e8ac
Reviewed-on: https://gerrit.libreoffice.org/61470Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 8a63cdd3
......@@ -7659,7 +7659,6 @@ include/test/util/xsearchable.hxx
include/test/xmldiff.hxx
include/test/xmltesttools.hxx
include/toolkit/awt/animatedimagespeer.hxx
include/toolkit/awt/scrollabledialog.hxx
include/toolkit/awt/vclxaccessiblecomponent.hxx
include/toolkit/awt/vclxbitmap.hxx
include/toolkit/awt/vclxcontainer.hxx
......@@ -16674,6 +16673,7 @@ toolkit/inc/helper/accessibilityclient.hxx
toolkit/inc/helper/imagealign.hxx
toolkit/inc/helper/tkresmgr.hxx
toolkit/inc/helper/btndlg.hxx
toolkit/inc/helper/scrollabledialog.hxx
toolkit/inc/helper/unopropertyarrayhelper.hxx
toolkit/inc/helper/unowrapper.hxx
toolkit/source/awt/animatedimagespeer.cxx
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <toolkit/awt/scrollabledialog.hxx>
#include <helper/scrollabledialog.hxx>
#include <vcl/group.hxx>
#include <vcl/settings.hxx>
......
......@@ -27,7 +27,7 @@
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <tools/debug.hxx>
#include <toolkit/awt/scrollabledialog.hxx>
#include <helper/scrollabledialog.hxx>
#include <toolkit/helper/property.hxx>
......
......@@ -124,10 +124,10 @@
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <comphelper/processfactory.hxx>
#include <toolkit/awt/scrollabledialog.hxx>
#include <comphelper/profilezone.hxx>
#include <helper/msgbox.hxx>
#include <helper/scrollabledialog.hxx>
#include <helper/unowrapper.hxx>
#if defined(_WIN32)
......
......@@ -18,7 +18,7 @@
*/
#include <toolkit/awt/vclxwindows.hxx>
#include <toolkit/awt/scrollabledialog.hxx>
#include <helper/scrollabledialog.hxx>
#include <com/sun/star/awt/ScrollBarOrientation.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment