summaryrefslogtreecommitdiff
path: root/svtools/source/uno
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:29:10 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commitc91d7e97595322b6a8b5fbc69fe41429e434c92f (patch)
treee440988b6de43a589488623a3a5794a744dba4b7 /svtools/source/uno
parent48dd3571f841929203931ee6d67c890064111c19 (diff)
fixincludeguards.sh: svtools
Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd
Diffstat (limited to 'svtools/source/uno')
-rw-r--r--svtools/source/uno/fpicker.hxx4
-rw-r--r--svtools/source/uno/svtxgridcontrol.hxx6
-rw-r--r--svtools/source/uno/treecontrolpeer.hxx6
-rw-r--r--svtools/source/uno/unocontroltablemodel.hxx6
-rw-r--r--svtools/source/uno/unogridcolumnfacade.hxx6
-rw-r--r--svtools/source/uno/unowizard.hxx6
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.hxx6
7 files changed, 20 insertions, 20 deletions
diff --git a/svtools/source/uno/fpicker.hxx b/svtools/source/uno/fpicker.hxx
index 6558bfc2d803..e465ee7053ca 100644
--- a/svtools/source/uno/fpicker.hxx
+++ b/svtools/source/uno/fpicker.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVT_SOURCE_UNO_FILEPICKER_HXX
-#define INCLUDED_SVT_SOURCE_UNO_FILEPICKER_HXX
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_FPICKER_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_FPICKER_HXX
#include "sal/config.h"
diff --git a/svtools/source/uno/svtxgridcontrol.hxx b/svtools/source/uno/svtxgridcontrol.hxx
index e406b7be0025..0d8fd1b2e428 100644
--- a/svtools/source/uno/svtxgridcontrol.hxx
+++ b/svtools/source/uno/svtxgridcontrol.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVT_GRIDCONTROL_HXX_
-#define _SVT_GRIDCONTROL_HXX_
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_SVTXGRIDCONTROL_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_SVTXGRIDCONTROL_HXX
#include <unocontroltablemodel.hxx>
#include <svtools/table/tablecontrol.hxx>
@@ -112,6 +112,6 @@ private:
void impl_checkColumnIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i_columnIndex ) const;
void impl_checkRowIndex_throw( ::svt::table::TableControl const & i_table, sal_Int32 const i_rowIndex ) const;
};
-#endif // _SVT_GRIDCONTROL_HXX_
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_SVTXGRIDCONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx
index 8e3dcf77fd5d..e39ade344401 100644
--- a/svtools/source/uno/treecontrolpeer.hxx
+++ b/svtools/source/uno/treecontrolpeer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TREE_CONTROL_PEER_HXX_
-#define _TREE_CONTROL_PEER_HXX_
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_TREECONTROLPEER_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_TREECONTROLPEER_HXX
#include <com/sun/star/awt/tree/XTreeControl.hpp>
#include <com/sun/star/awt/tree/XTreeDataModel.hpp>
@@ -169,6 +169,6 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphicProvider > mxGraphicProvider;
};
-#endif // _TREE_CONTROL_PEER_HXX_
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_TREECONTROLPEER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx
index 5ac6221c05f1..848ff525be0e 100644
--- a/svtools/source/uno/unocontroltablemodel.hxx
+++ b/svtools/source/uno/unocontroltablemodel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOCONTROL_TABLEMODEL_HXX_
-#define _UNOCONTROL_TABLEMODEL_HXX_
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX
#include "svtools/table/tablemodel.hxx"
#include "svtools/table/tablecontrol.hxx"
@@ -162,6 +162,6 @@ namespace svt { namespace table
} } // svt::table
// .....................................................................................................................
-#endif // _UNOCONTROL_TABLEMODEL_HXX_
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_UNOCONTROLTABLEMODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx
index 78d4222f8108..8a315ce19bfd 100644
--- a/svtools/source/uno/unogridcolumnfacade.hxx
+++ b/svtools/source/uno/unogridcolumnfacade.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVTOOLS_GRIDCOLUMNFACADE_HXX
-#define SVTOOLS_GRIDCOLUMNFACADE_HXX
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_UNOGRIDCOLUMNFACADE_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_UNOGRIDCOLUMNFACADE_HXX
#include "svtools/table/tablemodel.hxx"
#include "svtools/table/tablecontrol.hxx"
@@ -101,6 +101,6 @@ namespace svt { namespace table
} } // svt::table
// .....................................................................................................................
-#endif // SVTOOLS_GRIDCOLUMNFACADE_HXX
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_UNOGRIDCOLUMNFACADE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/uno/unowizard.hxx b/svtools/source/uno/unowizard.hxx
index f10994b4b7ac..2108fe2a45e2 100644
--- a/svtools/source/uno/unowizard.hxx
+++ b/svtools/source/uno/unowizard.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVT_UNO_WIZARD_HXX
-#define SVT_UNO_WIZARD_HXX
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX
#include "svtools/genericunodialog.hxx"
@@ -103,6 +103,6 @@ namespace svt { namespace uno
} } // namespace svt::uno
//......................................................................................................................
-#endif // SVT_UNO_WIZARD_HXX
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_UNOWIZARD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.hxx b/svtools/source/uno/wizard/wizardpagecontroller.hxx
index dfd927a87ba0..89fee98c101f 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.hxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVT_UNOWIZ_WIZARDPAGECONTROLLER_HXX
-#define SVT_UNOWIZ_WIZARDPAGECONTROLLER_HXX
+#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX
+#define INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX
#include "svtools/wizardmachine.hxx"
@@ -63,6 +63,6 @@ namespace svt { namespace uno
} } // namespace svt::uno
//......................................................................................................................
-#endif // SVT_UNOWIZ_WIZARDPAGECONTROLLER_HXX
+#endif // INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */