[Libreoffice-commits] core.git: sc/source sd/source slideshow/source solenv/gcc-wrappers

Jens Carl j.carl43 at gmx.de
Sun Jun 1 09:08:48 PDT 2014


 sc/source/ui/inc/colorformat.hxx                          |    5 +++++
 sc/source/ui/inc/datastreamdlg.hxx                        |    5 +++++
 sd/source/ui/dlg/RemoteDialogClientBox.hxx                |    5 +++++
 sd/source/ui/dlg/dlgassim.hxx                             |    5 +++++
 sd/source/ui/inc/unosrch.hxx                              |    5 +++++
 sd/source/ui/slideshow/SlideShowRestarter.hxx             |    4 ++++
 sd/source/ui/unoidl/unohelp.hxx                           |    5 +++++
 slideshow/source/engine/slide/targetpropertiescreator.hxx |    5 +++++
 solenv/gcc-wrappers/wrapper.hxx                           |    5 +++++
 9 files changed, 44 insertions(+)

New commits:
commit 8f0160a10dd2a5746c531040ffbf638e356f6d5d
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Fri May 30 21:34:21 2014 +0000

    fdo#68849: Add header guards to all include files
    
    Added header guards to files in directories sc/, sd/, slideshow/, and solenv/
    
    Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
    Reviewed-on: https://gerrit.libreoffice.org/9583
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index f3d40dd..cc261d1 100644
--- a/sc/source/ui/inc/colorformat.hxx
+++ b/sc/source/ui/inc/colorformat.hxx
@@ -7,6 +7,9 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#ifndef INCLUDED_SC_SOURCE_UI_INC_COLORFORMAT_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_COLORFORMAT_HXX
+
 #include <vcl/button.hxx>
 #include <vcl/dialog.hxx>
 #include <vcl/fixed.hxx>
@@ -51,4 +54,6 @@ public:
     ScDataBarFormatData* GetData();
 };
 
+#endif // INCLUDED_SC_SOURCE_UI_INC_COLORFORMAT_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/datastreamdlg.hxx b/sc/source/ui/inc/datastreamdlg.hxx
index 947f683..bde22e8 100644
--- a/sc/source/ui/inc/datastreamdlg.hxx
+++ b/sc/source/ui/inc/datastreamdlg.hxx
@@ -7,6 +7,9 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#ifndef INCLUDED_SC_SOURCE_UI_INC_DATASTREAMDLG_HXX
+#define INCLUDED_SC_SOURCE_UI_INC_DATASTREAMDLG_HXX
+
 #include <sal/config.h>
 
 #include <rtl/ref.hxx>
@@ -59,4 +62,6 @@ public:
 
 }
 
+#endif // INCLUDED_SC_SOURCE_UI_INC_DATASTREAMDLG_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 7b2ac25..ad7464d 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX
+#define INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX
+
 #include "rtl/ustring.hxx"
 #include "vcl/scrbar.hxx"
 #include "vcl/fixed.hxx"
@@ -171,4 +174,6 @@ public:
 
 }
 
+#endif // INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/dlg/dlgassim.hxx b/sd/source/ui/dlg/dlgassim.hxx
index 11c888a..d3012b9 100644
--- a/sd/source/ui/dlg/dlgassim.hxx
+++ b/sd/source/ui/dlg/dlgassim.hxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SD_SOURCE_UI_DLG_DLGASSIM_HXX
+#define INCLUDED_SD_SOURCE_UI_DLG_DLGASSIM_HXX
+
 #include "drawdoc.hxx"
 #include <svx/svdotext.hxx>
 #include <svtools/treelistbox.hxx>
@@ -47,4 +50,6 @@ public:
 
 };
 
+#endif // INCLUDED_SD_SOURCE_UI_DLG_DLGASSIM_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index 3ab929d..c0f86aa 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+#define INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+
 #include <com/sun/star/drawing/XShape.hpp>
 #include <com/sun/star/drawing/XDrawPage.hpp>
 #include <com/sun/star/text/XTextRange.hpp>
@@ -138,4 +141,6 @@ public:
     virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
 };
 
+#endif // INCLUDED_SD_SOURCE_UI_INC_UNOSRCH_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/slideshow/SlideShowRestarter.hxx b/sd/source/ui/slideshow/SlideShowRestarter.hxx
index 05d8fe6..6a21614 100644
--- a/sd/source/ui/slideshow/SlideShowRestarter.hxx
+++ b/sd/source/ui/slideshow/SlideShowRestarter.hxx
@@ -17,6 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWRESTARTER_HXX
+#define INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWRESTARTER_HXX
 
 #include "slideshow.hxx"
 #include "ViewShellBase.hxx"
@@ -83,4 +85,6 @@ private:
 
 } // end of namespace sd
 
+#endif // INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWRESTARTER_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/source/ui/unoidl/unohelp.hxx b/sd/source/ui/unoidl/unohelp.hxx
index 130fd0f..8b43596 100644
--- a/sd/source/ui/unoidl/unohelp.hxx
+++ b/sd/source/ui/unoidl/unohelp.hxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SD_SOURCE_UI_UNOIDL_UNOHELP_HXX
+#define INCLUDED_SD_SOURCE_UI_UNOIDL_UNOHELP_HXX
+
 namespace sd
 {
 inline void bool2any( bool bBool, ::com::sun::star::uno::Any& rAny )
@@ -30,4 +33,6 @@ inline void bool2any( bool bBool, ::com::sun::star::uno::Any& rAny )
     if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
         aAny <<= uno::Reference< xint >(this)
 
+#endif // INCLUDED_SD_SOURCE_UI_UNOIDL_UNOHELP_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.hxx b/slideshow/source/engine/slide/targetpropertiescreator.hxx
index 6c6bef6..60c2268 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.hxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.hxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX
+#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX
+
 #include <com/sun/star/animations/TargetProperties.hpp>
 
 #include <comphelper/broadcasthelper.hxx>
@@ -44,4 +47,6 @@ namespace slideshow
     } // namespace internal
 } // namespace slideshow
 
+#endif // INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_TARGETPROPERTIESCREATOR_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/solenv/gcc-wrappers/wrapper.hxx b/solenv/gcc-wrappers/wrapper.hxx
index 9850741..b9a0bb3 100644
--- a/solenv/gcc-wrappers/wrapper.hxx
+++ b/solenv/gcc-wrappers/wrapper.hxx
@@ -7,6 +7,9 @@
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
 
+#ifndef INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
+#define INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
+
 #include <string>
 #include <iostream>
 #include <vector>
@@ -21,4 +24,6 @@ string processccargs(vector<string> rawargs);
 
 int startprocess(string command, string args);
 
+#endif // INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list