include/vcl/commandevent.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 1ec96eab842c6b08edd88e7ef3fe6aeb4bcf9ff7 Author: Chris Sherlock <[email protected]> Date: Wed Feb 10 15:39:01 2016 +1100 vcl: update header guard name for commandevent.hxx Change-Id: I15e6149819283530a4a85d2817ac4d2452ac3aab diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx index d3ec4ff..a9fef58 100644 --- a/include/vcl/commandevent.hxx +++ b/include/vcl/commandevent.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_CMDEVT_HXX -#define INCLUDED_VCL_CMDEVT_HXX +#ifndef INCLUDED_VCL_COMMANDEVENT_HXX +#define INCLUDED_VCL_COMMANDEVENT_HXX #include <tools/gen.hxx> #include <tools/solar.h> @@ -507,6 +507,6 @@ inline const CommandLongPressData* CommandEvent::GetLongPressData() const return nullptr; } -#endif // INCLUDED_VCL_CMDEVT_HXX +#endif // INCLUDED_VCL_COMMANDEVENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
