summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde/UnxFilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde/UnxFilePicker.hxx')
-rw-r--r--vcl/unx/kde/UnxFilePicker.hxx6
1 files changed, 3 insertions, 3 deletions
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: */