summaryrefslogtreecommitdiff
path: root/odk/examples/cpp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 11:11:36 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-03 11:17:22 +0200
commit3b8402c771faa9ee85904346b76266f5d2d09d3c (patch)
tree973758a106d573f8c9ba72c4bdff6c953e86f52d /odk/examples/cpp
parentee7f28ed041542c76096777a85932be65e4cdf60 (diff)
odk/examples: pretty up
Change-Id: Id157616660253913ef0ef94c17a680bddacb0660
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r--odk/examples/cpp/custompanel/ctp_factory.hxx6
-rw-r--r--odk/examples/cpp/custompanel/ctp_panel.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/cpp/custompanel/ctp_factory.hxx b/odk/examples/cpp/custompanel/ctp_factory.hxx
index f38b933c4a62..e5fbea1d5546 100644
--- a/odk/examples/cpp/custompanel/ctp_factory.hxx
+++ b/odk/examples/cpp/custompanel/ctp_factory.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SD_WORKBENCH_CTP_FACTORY_HXX
-#define SD_WORKBENCH_CTP_FACTORY_HXX
+#ifndef INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX
+#define INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/ui/XUIElementFactory.hpp>
@@ -69,6 +69,6 @@ namespace sd { namespace colortoolpanel
} } // namespace sd::colortoolpanel
-#endif // SD_WORKBENCH_CTP_FACTORY_HXX
+#endif // INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/odk/examples/cpp/custompanel/ctp_panel.hxx b/odk/examples/cpp/custompanel/ctp_panel.hxx
index 1e9566990105..e0ec08420164 100644
--- a/odk/examples/cpp/custompanel/ctp_panel.hxx
+++ b/odk/examples/cpp/custompanel/ctp_panel.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SD_WORKBENCH_CTP_PANEL_HXX
-#define SD_WORKBENCH_CTP_PANEL_HXX
+#ifndef INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX
+#define INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX
#include <com/sun/star/ui/XToolPanel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
@@ -111,6 +111,6 @@ namespace sd { namespace colortoolpanel
} } // namespace sd::colortoolpanel
-#endif // SD_WORKBENCH_CTP_PANEL_HXX
+#endif // INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */