summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 20:41:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:10 +0200
commitf400bdce03262d2a5f3fbf34897c5ddde153152c (patch)
treea88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/scanner
parent2dfd63991607cc3388cbdc1de745c34d9102804b (diff)
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/grid.hxx6
-rw-r--r--extensions/source/scanner/sane.hxx4
-rw-r--r--extensions/source/scanner/sanedlg.hxx4
-rw-r--r--extensions/source/scanner/scanner.hxx4
4 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/scanner/grid.hxx b/extensions/source/scanner/grid.hxx
index 7add3d23a0ec..888ca3b3b99a 100644
--- a/extensions/source/scanner/grid.hxx
+++ b/extensions/source/scanner/grid.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXTENSIONS_SCANNER_GRID_HXX
-#define _EXTENSIONS_SCANNER_GRID_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
#include <vcl/window.hxx>
#include <vcl/button.hxx>
@@ -136,6 +136,6 @@ public:
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
};
-#endif // _EXTENSIONS_SCANNER_GRID_HXX
+#endif // INCLUDED_EXTENSIONS_SOURCE_SCANNER_GRID_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx
index 2b93df6c875f..475bceefcf1f 100644
--- a/extensions/source/scanner/sane.hxx
+++ b/extensions/source/scanner/sane.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SANE_HXX
-#define _SANE_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_SANE_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_SANE_HXX
#include <osl/thread.h>
#include <osl/module.h>
diff --git a/extensions/source/scanner/sanedlg.hxx b/extensions/source/scanner/sanedlg.hxx
index cede6214fe9a..4f2715364028 100644
--- a/extensions/source/scanner/sanedlg.hxx
+++ b/extensions/source/scanner/sanedlg.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVT_SANEDLG_HXX
-#define _SVT_SANEDLG_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_SANEDLG_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_SANEDLG_HXX
#include <vcl/dialog.hxx>
#include <vcl/lstbox.hxx>
diff --git a/extensions/source/scanner/scanner.hxx b/extensions/source/scanner/scanner.hxx
index 2deaf7a1f38a..200eee1e38f4 100644
--- a/extensions/source/scanner/scanner.hxx
+++ b/extensions/source/scanner/scanner.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXT_SCANNER_HXX
-#define _EXT_SCANNER_HXX
+#ifndef INCLUDED_EXTENSIONS_SOURCE_SCANNER_SCANNER_HXX
+#define INCLUDED_EXTENSIONS_SOURCE_SCANNER_SCANNER_HXX
#include <tools/stream.hxx>
#include <osl/mutex.hxx>