diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 07:54:51 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-08 21:41:17 +0000 |
commit | 01aa78cf08e58d8cb9c2f038915272f504db2205 (patch) | |
tree | 57f8b1c113fb451c7cbd89ff511bfa6c460ac0f6 /sw | |
parent | 4bae5148842115d860b5392b98ff8121b468ac4c (diff) |
vcl: cmdevt.[hc]xx -> commandevent.[hc]xx
Change-Id: I77b30f28ae5a6fad360d7cada9acfaa9c324408b
Reviewed-on: https://gerrit.libreoffice.org/22216
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 2 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 2 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/extinput.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/edit/editsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/redlnitr.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uiview/pview.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 902161f5fedd..4dac044d055c 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -120,7 +120,7 @@ #include <vcl/bitmapex.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> #include <vcl/cursor.hxx> diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 14beffd4a493..c50184bc9d01 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.hxx @@ -118,7 +118,7 @@ #include <vcl/button.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> #include <vcl/cursor.hxx> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index 5a145123c5c6..611bfe694e4b 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.hxx @@ -116,7 +116,7 @@ #include <vcl/bitmapex.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> #include <vcl/cursor.hxx> diff --git a/sw/source/core/doc/extinput.cxx b/sw/source/core/doc/extinput.cxx index 87b365d6aac6..8fdf1767b93a 100644 --- a/sw/source/core/doc/extinput.cxx +++ b/sw/source/core/doc/extinput.cxx @@ -25,7 +25,7 @@ #include <editeng/scripttypeitem.hxx> #include <vcl/keycodes.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <hintids.hxx> #include <extinput.hxx> diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx index 1c8e0d60c45c..8c395b697d58 100644 --- a/sw/source/core/edit/editsh.cxx +++ b/sw/source/core/edit/editsh.cxx @@ -18,7 +18,7 @@ */ #include <hintids.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <unotools/charclass.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> diff --git a/sw/source/core/text/redlnitr.cxx b/sw/source/core/text/redlnitr.cxx index cc46a3e49851..e19da53a60aa 100644 --- a/sw/source/core/text/redlnitr.cxx +++ b/sw/source/core/text/redlnitr.cxx @@ -32,7 +32,7 @@ #include <rootfrm.hxx> #include <breakit.hxx> #include <vcl/keycodes.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <vcl/settings.hxx> #include <txtfrm.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx index 4c6580017954..dde7d2b0b656 100644 --- a/sw/source/uibase/uiview/pview.cxx +++ b/sw/source/uibase/uiview/pview.cxx @@ -22,7 +22,7 @@ #include <vcl/field.hxx> #include <vcl/fixed.hxx> #include <vcl/help.hxx> -#include <vcl/cmdevt.hxx> +#include <vcl/commandevent.hxx> #include <vcl/button.hxx> #include <vcl/settings.hxx> |