summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:08:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:28 +0200
commit027ac563630d06aa52801f6b1d601132b96db236 (patch)
tree68ff74f758551158d7680aebb67a581f75f36a5b /include/svx/sidebar
parent7921e92cf9853cadb592318c04c302816216035f (diff)
fixincludeguards.sh: include/svx
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/ColorControl.hxx6
-rw-r--r--include/svx/sidebar/ColorPopup.hxx4
-rw-r--r--include/svx/sidebar/ContextChangeEventMultiplexer.hxx4
-rw-r--r--include/svx/sidebar/PanelLayout.hxx4
-rw-r--r--include/svx/sidebar/Popup.hxx4
-rw-r--r--include/svx/sidebar/PopupContainer.hxx4
-rw-r--r--include/svx/sidebar/PopupControl.hxx4
-rw-r--r--include/svx/sidebar/SelectionAnalyzer.hxx4
-rw-r--r--include/svx/sidebar/SelectionChangeHandler.hxx4
-rw-r--r--include/svx/sidebar/SidebarDialControl.hxx4
-rw-r--r--include/svx/sidebar/ValueSetWithTextControl.hxx4
11 files changed, 23 insertions, 23 deletions
diff --git a/include/svx/sidebar/ColorControl.hxx b/include/svx/sidebar/ColorControl.hxx
index 56cac38b3c90..fbb5ec09f0a7 100644
--- a/include/svx/sidebar/ColorControl.hxx
+++ b/include/svx/sidebar/ColorControl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVX_COLORCONTROL_HXX
-#define SVX_COLORCONTROL_HXX
+#ifndef INCLUDED_SVX_SIDEBAR_COLORCONTROL_HXX
+#define INCLUDED_SVX_SIDEBAR_COLORCONTROL_HXX
#include "svx/sidebar/PopupControl.hxx"
@@ -86,6 +86,6 @@ private:
} } // end of namespace svx::sidebar
-#endif // SVX_COLORCONTROL_HXX
+#endif // INCLUDED_SVX_SIDEBAR_COLORCONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/sidebar/ColorPopup.hxx b/include/svx/sidebar/ColorPopup.hxx
index 0d28abb14d3f..f126ad2fa1ad 100644
--- a/include/svx/sidebar/ColorPopup.hxx
+++ b/include/svx/sidebar/ColorPopup.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 _SVX_SIDEBAR_COLOR_POPUP_HXX_
-#define _SVX_SIDEBAR_COLOR_POPUP_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_COLORPOPUP_HXX
+#define INCLUDED_SVX_SIDEBAR_COLORPOPUP_HXX
#include "svx/sidebar/Popup.hxx"
diff --git a/include/svx/sidebar/ContextChangeEventMultiplexer.hxx b/include/svx/sidebar/ContextChangeEventMultiplexer.hxx
index d3286a0b3374..d29af4dbe4b9 100644
--- a/include/svx/sidebar/ContextChangeEventMultiplexer.hxx
+++ b/include/svx/sidebar/ContextChangeEventMultiplexer.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 _SVX_SIDEBAR_CONTEXT_CHANGE_EVENT_MULTIPLEXER_HXX_
-#define _SVX_SIDEBAR_CONTEXT_CHANGE_EVENT_MULTIPLEXER_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_CONTEXTCHANGEEVENTMULTIPLEXER_HXX
+#define INCLUDED_SVX_SIDEBAR_CONTEXTCHANGEEVENTMULTIPLEXER_HXX
#include "svx/svxdllapi.h"
#include <sfx2/sidebar/EnumContext.hxx>
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx
index 2fa82ee2d84d..5275ced74092 100644
--- a/include/svx/sidebar/PanelLayout.hxx
+++ b/include/svx/sidebar/PanelLayout.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef SIDEBAR_PANELLAYOUT_HXX
-#define SIDEBAR_PANELLAYOUT_HXX
+#ifndef INCLUDED_SVX_SIDEBAR_PANELLAYOUT_HXX
+#define INCLUDED_SVX_SIDEBAR_PANELLAYOUT_HXX
#include <svx/svxdllapi.h>
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index 0838940e7513..4e5cd84773ec 100644
--- a/include/svx/sidebar/Popup.hxx
+++ b/include/svx/sidebar/Popup.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 _SVX_SIDEBAR_POPUP_HXX_
-#define _SVX_SIDEBAR_POPUP_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_POPUP_HXX
+#define INCLUDED_SVX_SIDEBAR_POPUP_HXX
#include "svx/svxdllapi.h"
#include <rtl/ustring.hxx>
diff --git a/include/svx/sidebar/PopupContainer.hxx b/include/svx/sidebar/PopupContainer.hxx
index 4363c68c8339..a48cc142ef50 100644
--- a/include/svx/sidebar/PopupContainer.hxx
+++ b/include/svx/sidebar/PopupContainer.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 _SVX_SIDEBAR_POPUP_CONTAINER_HXX_
-#define _SVX_SIDEBAR_POPUP_CONTAINER_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_POPUPCONTAINER_HXX
+#define INCLUDED_SVX_SIDEBAR_POPUPCONTAINER_HXX
#include "svx/svxdllapi.h"
#include <vcl/floatwin.hxx>
diff --git a/include/svx/sidebar/PopupControl.hxx b/include/svx/sidebar/PopupControl.hxx
index 17854993d71f..71491ee8fa5e 100644
--- a/include/svx/sidebar/PopupControl.hxx
+++ b/include/svx/sidebar/PopupControl.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 _SVX_SIDEBAR_POPUP_CONTROL_HXX_
-#define _SVX_SIDEBAR_POPUP_CONTROL_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_POPUPCONTROL_HXX
+#define INCLUDED_SVX_SIDEBAR_POPUPCONTROL_HXX
#include "svx/svxdllapi.h"
#include <vcl/ctrl.hxx>
diff --git a/include/svx/sidebar/SelectionAnalyzer.hxx b/include/svx/sidebar/SelectionAnalyzer.hxx
index d0778fe9728c..78152889f5cc 100644
--- a/include/svx/sidebar/SelectionAnalyzer.hxx
+++ b/include/svx/sidebar/SelectionAnalyzer.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 _SVX_SIDEBAR_SELECTION_ANALYZER_HXX_
-#define _SVX_SIDEBAR_SELECTION_ANALYZER_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_SELECTIONANALYZER_HXX
+#define INCLUDED_SVX_SIDEBAR_SELECTIONANALYZER_HXX
#include <sfx2/sidebar/EnumContext.hxx>
#include "svx/svxdllapi.h"
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index a49eb6e57392..20b8fceb6ac5 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.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 _SVX_SIDEBAR_SELECTION_CHANGE_HANDLER_HXX_
-#define _SVX_SIDEBAR_SELECTION_CHANGE_HANDLER_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_SELECTIONCHANGEHANDLER_HXX
+#define INCLUDED_SVX_SIDEBAR_SELECTIONCHANGEHANDLER_HXX
#include "svx/svxdllapi.h"
#include <sfx2/sidebar/EnumContext.hxx>
diff --git a/include/svx/sidebar/SidebarDialControl.hxx b/include/svx/sidebar/SidebarDialControl.hxx
index a175610a6b76..e3a32d450fee 100644
--- a/include/svx/sidebar/SidebarDialControl.hxx
+++ b/include/svx/sidebar/SidebarDialControl.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 SVX_SIDEBAR_DIAL_CONTROL_HXX
-#define SVX_SIDEBAR_DIAL_CONTROL_HXX
+#ifndef INCLUDED_SVX_SIDEBAR_SIDEBARDIALCONTROL_HXX
+#define INCLUDED_SVX_SIDEBAR_SIDEBARDIALCONTROL_HXX
#include <svx/dialcontrol.hxx>
diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx
index d71314360c8a..3183732aafaa 100644
--- a/include/svx/sidebar/ValueSetWithTextControl.hxx
+++ b/include/svx/sidebar/ValueSetWithTextControl.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 _SVX_SIDEBAR_VALUESETWITHTEXT_CONTROL_HXX_
-#define _SVX_SIDEBAR_VALUESETWITHTEXT_CONTROL_HXX_
+#ifndef INCLUDED_SVX_SIDEBAR_VALUESETWITHTEXTCONTROL_HXX
+#define INCLUDED_SVX_SIDEBAR_VALUESETWITHTEXTCONTROL_HXX
#include "svx/svxdllapi.h"