diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 04:06:23 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | e22242fddb73f5eadb11f340c314bbc4a6cfe361 (patch) | |
tree | ecb44159350783558370b18569b247c3a1d8e224 /vcl/unx/kde | |
parent | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff) |
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/unx/kde')
-rw-r--r-- | vcl/unx/kde/UnxCommandThread.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/kde/UnxFilePicker.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/kde/UnxNotifyThread.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/kde/fpicker/kdecommandthread.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/kde/fpicker/kdefilepicker.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/kde/fpicker/kdemodalityfilter.hxx | 6 |
6 files changed, 18 insertions, 18 deletions
diff --git a/vcl/unx/kde/UnxCommandThread.hxx b/vcl/unx/kde/UnxCommandThread.hxx index ef569740eaec..b893eb3559d7 100644 --- a/vcl/unx/kde/UnxCommandThread.hxx +++ b/vcl/unx/kde/UnxCommandThread.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UNXCOMMANDTHREAD_HXX_ -#define _UNXCOMMANDTHREAD_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_UNXCOMMANDTHREAD_HXX +#define INCLUDED_VCL_UNX_KDE_UNXCOMMANDTHREAD_HXX #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> @@ -121,6 +121,6 @@ protected: ::std::list< OUString > SAL_CALL tokenize( const OUString &rCommand ); }; -#endif // _UNXCOMMANDTHREAD_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_UNXCOMMANDTHREAD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde/UnxFilePicker.hxx b/vcl/unx/kde/UnxFilePicker.hxx index 198eba03a962..3459e64a7476 100644 --- a/vcl/unx/kde/UnxFilePicker.hxx +++ b/vcl/unx/kde/UnxFilePicker.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UNXFILEPICKER_HXX_ -#define _UNXFILEPICKER_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_UNXFILEPICKER_HXX +#define INCLUDED_VCL_UNX_KDE_UNXFILEPICKER_HXX #include <cppuhelper/compbase5.hxx> #include <osl/conditn.hxx> @@ -167,6 +167,6 @@ private: void sendAppendControlCommand( sal_Int16 nControlId ); }; -#endif // _UNXFILEPICKER_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_UNXFILEPICKER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde/UnxNotifyThread.hxx b/vcl/unx/kde/UnxNotifyThread.hxx index 266f190f49e9..a4529453f94e 100644 --- a/vcl/unx/kde/UnxNotifyThread.hxx +++ b/vcl/unx/kde/UnxNotifyThread.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _UNXNOTIFYTHREAD_HXX_ -#define _UNXNOTIFYTHREAD_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_UNXNOTIFYTHREAD_HXX +#define INCLUDED_VCL_UNX_KDE_UNXNOTIFYTHREAD_HXX #include <com/sun/star/ui/dialogs/XFilePickerListener.hpp> #include <com/sun/star/uno/Reference.hxx> @@ -74,6 +74,6 @@ protected: virtual void SAL_CALL run(); }; -#endif // _UNXNOTIFYTHREAD_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_UNXNOTIFYTHREAD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde/fpicker/kdecommandthread.hxx b/vcl/unx/kde/fpicker/kdecommandthread.hxx index b78592c3982e..ec7697b8040a 100644 --- a/vcl/unx/kde/fpicker/kdecommandthread.hxx +++ b/vcl/unx/kde/fpicker/kdecommandthread.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _KDECOMMANDTHREAD_HXX_ -#define _KDECOMMANDTHREAD_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_FPICKER_KDECOMMANDTHREAD_HXX +#define INCLUDED_VCL_UNX_KDE_FPICKER_KDECOMMANDTHREAD_HXX #include <config_vclplug.h> @@ -95,6 +95,6 @@ protected: QStringList* tokenize( const QString &rString ); }; -#endif // _KDECOMMANDTHREAD_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_FPICKER_KDECOMMANDTHREAD_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde/fpicker/kdefilepicker.hxx b/vcl/unx/kde/fpicker/kdefilepicker.hxx index e317a7d0e996..173e242f5cf1 100644 --- a/vcl/unx/kde/fpicker/kdefilepicker.hxx +++ b/vcl/unx/kde/fpicker/kdefilepicker.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _KDEFILEPICKER_HXX_ -#define _KDEFILEPICKER_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_FPICKER_KDEFILEPICKER_HXX +#define INCLUDED_VCL_UNX_KDE_FPICKER_KDEFILEPICKER_HXX #include <config_vclplug.h> @@ -134,6 +134,6 @@ public: void setCurrentFilter( const QString& filter ); }; -#endif // _KDEFILEPICKER_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_FPICKER_KDEFILEPICKER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde/fpicker/kdemodalityfilter.hxx b/vcl/unx/kde/fpicker/kdemodalityfilter.hxx index fadf77d24097..f173f904d042 100644 --- a/vcl/unx/kde/fpicker/kdemodalityfilter.hxx +++ b/vcl/unx/kde/fpicker/kdemodalityfilter.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _KDEMODALITYFILTER_HXX_ -#define _KDEMODALITYFILTER_HXX_ +#ifndef INCLUDED_VCL_UNX_KDE_FPICKER_KDEMODALITYFILTER_HXX +#define INCLUDED_VCL_UNX_KDE_FPICKER_KDEMODALITYFILTER_HXX #include <config_vclplug.h> @@ -44,6 +44,6 @@ public: virtual bool eventFilter( QObject *pObject, QEvent *pEvent ); }; -#endif // _KDEMODALITYFILTER_HXX_ +#endif // INCLUDED_VCL_UNX_KDE_FPICKER_KDEMODALITYFILTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |