use fwd decls of StatusBar
Change-Id: Ib7ba9978e348a824a23310f9a4e6cfb6b7c18f0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88811 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
||||||
also fixes all possible problems, so it's usually better to use it).
|
also fixes all possible problems, so it's usually better to use it).
|
||||||
|
|
||||||
Generated on 2020-02-14 21:46:02 using:
|
Generated on 2020-02-16 15:31:09 using:
|
||||||
./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local
|
./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local
|
||||||
|
|
||||||
If after updating build fails, use the following command to locate conflicting headers:
|
If after updating build fails, use the following command to locate conflicting headers:
|
||||||
@@ -149,7 +149,6 @@
|
|||||||
#include <vcl/scopedbitmapaccess.hxx>
|
#include <vcl/scopedbitmapaccess.hxx>
|
||||||
#include <vcl/scrbar.hxx>
|
#include <vcl/scrbar.hxx>
|
||||||
#include <vcl/settings.hxx>
|
#include <vcl/settings.hxx>
|
||||||
#include <vcl/status.hxx>
|
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
#include <vcl/syswin.hxx>
|
#include <vcl/syswin.hxx>
|
||||||
#include <vcl/task.hxx>
|
#include <vcl/task.hxx>
|
||||||
|
@@ -23,11 +23,11 @@
|
|||||||
#include <sfx2/dllapi.h>
|
#include <sfx2/dllapi.h>
|
||||||
#include <svl/poolitem.hxx>
|
#include <svl/poolitem.hxx>
|
||||||
#include <svtools/statusbarcontroller.hxx>
|
#include <svtools/statusbarcontroller.hxx>
|
||||||
#include <vcl/status.hxx>
|
#include <vcl/vclptr.hxx>
|
||||||
|
|
||||||
|
|
||||||
class SfxModule;
|
class SfxModule;
|
||||||
class SfxStatusBarControl;
|
class SfxStatusBarControl;
|
||||||
|
class StatusBar;
|
||||||
|
|
||||||
svt::StatusbarController* SfxStatusBarControllerFactory(
|
svt::StatusbarController* SfxStatusBarControllerFactory(
|
||||||
const css::uno::Reference< css::frame::XFrame >& rFrame,
|
const css::uno::Reference< css::frame::XFrame >& rFrame,
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
#define INCLUDED_SVTOOLS_BRWBOX_HXX
|
#define INCLUDED_SVTOOLS_BRWBOX_HXX
|
||||||
|
|
||||||
#include <svtools/svtdllapi.h>
|
#include <svtools/svtdllapi.h>
|
||||||
#include <vcl/status.hxx>
|
|
||||||
#include <vcl/ctrl.hxx>
|
#include <vcl/ctrl.hxx>
|
||||||
#include <vcl/vclptr.hxx>
|
#include <vcl/vclptr.hxx>
|
||||||
#include <tools/multisel.hxx>
|
#include <tools/multisel.hxx>
|
||||||
@@ -40,6 +39,7 @@ class BrowserColumn;
|
|||||||
class BrowserDataWin;
|
class BrowserDataWin;
|
||||||
class BrowserHeader;
|
class BrowserHeader;
|
||||||
class ScrollBar;
|
class ScrollBar;
|
||||||
|
class StatusBar;
|
||||||
|
|
||||||
namespace svt {
|
namespace svt {
|
||||||
class BrowseBoxImpl;
|
class BrowseBoxImpl;
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
||||||
also fixes all possible problems, so it's usually better to use it).
|
also fixes all possible problems, so it's usually better to use it).
|
||||||
|
|
||||||
Generated on 2020-02-13 17:42:29 using:
|
Generated on 2020-02-16 15:31:14 using:
|
||||||
./bin/update_pch reportdesign rptui --cutoff=4 --exclude:system --include:module --include:local
|
./bin/update_pch reportdesign rptui --cutoff=4 --exclude:system --include:module --include:local
|
||||||
|
|
||||||
If after updating build fails, use the following command to locate conflicting headers:
|
If after updating build fails, use the following command to locate conflicting headers:
|
||||||
@@ -145,7 +145,6 @@
|
|||||||
#include <vcl/salnativewidgets.hxx>
|
#include <vcl/salnativewidgets.hxx>
|
||||||
#include <vcl/scopedbitmapaccess.hxx>
|
#include <vcl/scopedbitmapaccess.hxx>
|
||||||
#include <vcl/settings.hxx>
|
#include <vcl/settings.hxx>
|
||||||
#include <vcl/status.hxx>
|
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
#include <vcl/syswin.hxx>
|
#include <vcl/syswin.hxx>
|
||||||
#include <vcl/task.hxx>
|
#include <vcl/task.hxx>
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
#include <tools/fract.hxx>
|
#include <tools/fract.hxx>
|
||||||
#include <sal/log.hxx>
|
#include <sal/log.hxx>
|
||||||
#include <vcl/scrbar.hxx>
|
#include <vcl/scrbar.hxx>
|
||||||
|
#include <vcl/status.hxx>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
|
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
|
||||||
|
@@ -24,10 +24,11 @@
|
|||||||
#include <svtools/brwbox.hxx>
|
#include <svtools/brwbox.hxx>
|
||||||
#include "datwin.hxx"
|
#include "datwin.hxx"
|
||||||
#include <svtools/colorcfg.hxx>
|
#include <svtools/colorcfg.hxx>
|
||||||
#include <vcl/settings.hxx>
|
|
||||||
#include <vcl/commandevent.hxx>
|
#include <vcl/commandevent.hxx>
|
||||||
#include <vcl/ptrstyle.hxx>
|
#include <vcl/ptrstyle.hxx>
|
||||||
#include <vcl/scrbar.hxx>
|
#include <vcl/scrbar.hxx>
|
||||||
|
#include <vcl/settings.hxx>
|
||||||
|
#include <vcl/status.hxx>
|
||||||
|
|
||||||
#include <tools/multisel.hxx>
|
#include <tools/multisel.hxx>
|
||||||
#include <tools/fract.hxx>
|
#include <tools/fract.hxx>
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
||||||
also fixes all possible problems, so it's usually better to use it).
|
also fixes all possible problems, so it's usually better to use it).
|
||||||
|
|
||||||
Generated on 2020-02-14 21:46:46 using:
|
Generated on 2020-02-16 15:31:35 using:
|
||||||
./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local
|
./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local
|
||||||
|
|
||||||
If after updating build fails, use the following command to locate conflicting headers:
|
If after updating build fails, use the following command to locate conflicting headers:
|
||||||
@@ -150,7 +150,6 @@
|
|||||||
#include <vcl/salnativewidgets.hxx>
|
#include <vcl/salnativewidgets.hxx>
|
||||||
#include <vcl/scopedbitmapaccess.hxx>
|
#include <vcl/scopedbitmapaccess.hxx>
|
||||||
#include <vcl/settings.hxx>
|
#include <vcl/settings.hxx>
|
||||||
#include <vcl/status.hxx>
|
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
#include <vcl/syswin.hxx>
|
#include <vcl/syswin.hxx>
|
||||||
#include <vcl/task.hxx>
|
#include <vcl/task.hxx>
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
#include <strings.hrc>
|
#include <strings.hrc>
|
||||||
#include <wordcountctrl.hxx>
|
#include <wordcountctrl.hxx>
|
||||||
#include <svl/stritem.hxx>
|
#include <svl/stritem.hxx>
|
||||||
|
#include <vcl/status.hxx>
|
||||||
|
|
||||||
SFX_IMPL_STATUSBAR_CONTROL(SwWordCountStatusBarControl, SfxStringItem);
|
SFX_IMPL_STATUSBAR_CONTROL(SwWordCountStatusBarControl, SfxStringItem);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user