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/gtk | |
parent | 4adf622925e2900ac111e5e60b15e82ba1bf54e0 (diff) |
fixincludeguards.sh: vcl
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/a11y/atkfactory.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atklistener.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkregistry.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atktextattributes.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkutil.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkwindow.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx | 6 | ||||
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkPicker.hxx | 4 | ||||
-rw-r--r-- | vcl/unx/gtk/inc/gtkprintwrapper.hxx | 6 |
11 files changed, 27 insertions, 27 deletions
diff --git a/vcl/unx/gtk/a11y/atkfactory.hxx b/vcl/unx/gtk/a11y/atkfactory.hxx index 389e1749e358..dcd6f84938a5 100644 --- a/vcl/unx/gtk/a11y/atkfactory.hxx +++ b/vcl/unx/gtk/a11y/atkfactory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_FACTORY_HXX__ -#define __ATK_FACTORY_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKFACTORY_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKFACTORY_HXX #include <atk/atk.h> diff --git a/vcl/unx/gtk/a11y/atklistener.hxx b/vcl/unx/gtk/a11y/atklistener.hxx index fdcac8715bae..c878a1fe469a 100644 --- a/vcl/unx/gtk/a11y/atklistener.hxx +++ b/vcl/unx/gtk/a11y/atklistener.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ATK_LISTENER_HXX_ -#define _ATK_LISTENER_HXX_ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKLISTENER_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKLISTENER_HXX #include <com/sun/star/accessibility/XAccessibleEventListener.hpp> #include <cppuhelper/implbase1.hxx> @@ -67,6 +67,6 @@ private: const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext >& rxParent); }; -#endif /* _ATK_LISTENER_HXX_ */ +#endif // INCLUDED_VCL_UNX_GTK_A11Y_ATKLISTENER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk/a11y/atkregistry.hxx b/vcl/unx/gtk/a11y/atkregistry.hxx index e3527a5c2572..c5f70a8528e9 100644 --- a/vcl/unx/gtk/a11y/atkregistry.hxx +++ b/vcl/unx/gtk/a11y/atkregistry.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_REGISTRY_HXX__ -#define __ATK_REGISTRY_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKREGISTRY_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKREGISTRY_HXX #include <com/sun/star/accessibility/XAccessible.hpp> #include <atk/atk.h> diff --git a/vcl/unx/gtk/a11y/atktextattributes.hxx b/vcl/unx/gtk/a11y/atktextattributes.hxx index 7c6e997432a8..11bcffe1d665 100644 --- a/vcl/unx/gtk/a11y/atktextattributes.hxx +++ b/vcl/unx/gtk/a11y/atktextattributes.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_ATKTEXTATTRIBUTES_HXX__ -#define __ATK_ATKTEXTATTRIBUTES_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKTEXTATTRIBUTES_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKTEXTATTRIBUTES_HXX #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/vcl/unx/gtk/a11y/atkutil.hxx b/vcl/unx/gtk/a11y/atkutil.hxx index f6a5d554983c..f61a4bd1c595 100644 --- a/vcl/unx/gtk/a11y/atkutil.hxx +++ b/vcl/unx/gtk/a11y/atkutil.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_UTIL_HXX__ -#define __ATK_UTIL_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKUTIL_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKUTIL_HXX #include <atk/atk.h> diff --git a/vcl/unx/gtk/a11y/atkwindow.hxx b/vcl/unx/gtk/a11y/atkwindow.hxx index 36d0dfcb70f6..40dd4e83a256 100644 --- a/vcl/unx/gtk/a11y/atkwindow.hxx +++ b/vcl/unx/gtk/a11y/atkwindow.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_WINDOW_HXX__ -#define __ATK_WINDOW_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKWINDOW_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKWINDOW_HXX #include <atk/atk.h> diff --git a/vcl/unx/gtk/a11y/atkwrapper.hxx b/vcl/unx/gtk/a11y/atkwrapper.hxx index e613cfa1e90d..2b018b92a9fe 100644 --- a/vcl/unx/gtk/a11y/atkwrapper.hxx +++ b/vcl/unx/gtk/a11y/atkwrapper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ATK_WRAPPER_HXX__ -#define __ATK_WRAPPER_HXX__ +#ifndef INCLUDED_VCL_UNX_GTK_A11Y_ATKWRAPPER_HXX +#define INCLUDED_VCL_UNX_GTK_A11Y_ATKWRAPPER_HXX #include <atk/atk.h> #include <com/sun/star/accessibility/XAccessible.hpp> @@ -114,6 +114,6 @@ OUStringToGChar(const OUString& rString ) #define OUStringToConstGChar( string ) OUStringToOString( string, RTL_TEXTENCODING_UTF8 ).getStr() -#endif /* __ATK_WRAPPER_HXX__ */ +#endif // INCLUDED_VCL_UNX_GTK_A11Y_ATKWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx index 6a2df47f0707..60e886fed937 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SALGTKFILEPICKER_HXX_ -#define _SALGTKFILEPICKER_HXX_ +#ifndef INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFILEPICKER_HXX +#define INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFILEPICKER_HXX #include <cppuhelper/compbase5.hxx> #include <com/sun/star/lang/XInitialization.hpp> @@ -308,6 +308,6 @@ class SalGtkFilePicker : public SalGtkPicker, public SalGtkFilePicker_Base virtual ~SalGtkFilePicker(); }; -#endif // _SALGTKFILEPICKER_HXX_ +#endif // INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFILEPICKER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx index 2e7aef490fa8..9e7689e0f363 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SALGTKFOLDERPICKER_HXX_ -#define _SALGTKFOLDERPICKER_HXX_ +#ifndef INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFOLDERPICKER_HXX +#define INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFOLDERPICKER_HXX #include <list> #include <memory> @@ -83,6 +83,6 @@ class SalGtkFolderPicker : SalGtkFolderPicker& operator=( const SalGtkFolderPicker& ); }; -#endif // _SALGTKFOLDERPICKER_HXX_ +#endif // INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKFOLDERPICKER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx index db3fe634f322..57889bbec785 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SALGTKFPICKER_HXX_ -#define _SALGTKFPICKER_HXX_ +#ifndef INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKPICKER_HXX +#define INCLUDED_VCL_UNX_GTK_FPICKER_SALGTKPICKER_HXX #include <osl/mutex.hxx> #include <cppuhelper/compbase2.hxx> diff --git a/vcl/unx/gtk/inc/gtkprintwrapper.hxx b/vcl/unx/gtk/inc/gtkprintwrapper.hxx index 001e967fd90d..dd92bfe53837 100644 --- a/vcl/unx/gtk/inc/gtkprintwrapper.hxx +++ b/vcl/unx/gtk/inc/gtkprintwrapper.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED -#define UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED +#ifndef INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX +#define INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX #include <boost/noncopyable.hpp> @@ -127,6 +127,6 @@ private: } } -#endif // UNX_GTK_INC_GTKPRINTWRAPPER_HXX_INCLUDED +#endif // INCLUDED_VCL_UNX_GTK_INC_GTKPRINTWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |