[Libreoffice-commits] core.git: slideshow/source

Thorsten Behrens thb at documentfoundation.org
Wed Apr 16 01:37:17 PDT 2014


 slideshow/source/inc/iexternalmediashapebase.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4be3e38439672e6b3f42617a050494b16535afea
Author: Thorsten Behrens <thb at documentfoundation.org>
Date:   Wed Apr 16 10:35:58 2014 +0200

    Adjust header guard to modified filename.
    
    Change-Id: Ia1d5133186ec46fa566e751b2168c2a1b2b1b762

diff --git a/slideshow/source/inc/iexternalmediashapebase.hxx b/slideshow/source/inc/iexternalmediashapebase.hxx
index 134a4df..bbfb501 100644
--- a/slideshow/source/inc/iexternalmediashapebase.hxx
+++ b/slideshow/source/inc/iexternalmediashapebase.hxx
@@ -17,8 +17,8 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SLIDESHOW_EXTERNALMEDIASHAPE_HXX
-#define INCLUDED_SLIDESHOW_EXTERNALMEDIASHAPE_HXX
+#ifndef INCLUDED_SLIDESHOW_IEXTERNALMEDIASHAPEBASE_HXX
+#define INCLUDED_SLIDESHOW_IEXTERNALMEDIASHAPEBASE_HXX
 
 #include <boost/shared_ptr.hpp>
 
@@ -81,6 +81,6 @@ namespace slideshow
     }
 }
 
-#endif /* INCLUDED_SLIDESHOW_EXTERNALMEDIASHAPE_HXX */
+#endif /* INCLUDED_SLIDESHOW_IEXTERNALMEDIASHAPEBASE_HXX */
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list