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

Chris Sherlock chris.sherlock79 at gmail.com
Fri Apr 1 23:13:41 UTC 2016


 sd/source/ui/animations/CategoryListBox.hxx |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 3946f73128a83345cf4cbfd6623851693a8da460
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Apr 2 09:12:33 2016 +1100

    sd: add license boilerplate to source/ui/animations/CategoryListBox.hxx
    
    Change-Id: Ib49bfa10a59c59cb568e0235cdd30ceee8a74840
    Reviewed-on: https://gerrit.libreoffice.org/23745
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/sd/source/ui/animations/CategoryListBox.hxx b/sd/source/ui/animations/CategoryListBox.hxx
index aace8a4..f485673 100644
--- a/sd/source/ui/animations/CategoryListBox.hxx
+++ b/sd/source/ui/animations/CategoryListBox.hxx
@@ -1,3 +1,22 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements. See the NOTICE file distributed
+ *   with this work for additional information regarding copyright
+ *   ownership. The ASF licenses this file to you under the Apache
+ *   License, Version 2.0 (the "License"); you may not use this file
+ *   except in compliance with the License. You may obtain a copy of
+ *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
 #ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX
 #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX
 
@@ -26,4 +45,4 @@ private:
 
 }
 
-#endif
+#endif // INCLUDED_SD_SOURCE_UI_ANIMATIONS_CATEGORYLISTBOX_HXX


More information about the Libreoffice-commits mailing list