summaryrefslogtreecommitdiff
path: root/ridljar/com/sun/star/uno/Enum.java
diff options
context:
space:
mode:
Diffstat (limited to 'ridljar/com/sun/star/uno/Enum.java')
-rw-r--r--ridljar/com/sun/star/uno/Enum.java43
1 files changed, 17 insertions, 26 deletions
diff --git a/ridljar/com/sun/star/uno/Enum.java b/ridljar/com/sun/star/uno/Enum.java
index eb509096c503..9ac1b2559e0a 100644
--- a/ridljar/com/sun/star/uno/Enum.java
+++ b/ridljar/com/sun/star/uno/Enum.java
@@ -1,29 +1,20 @@
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
+/*
+ * 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 .
+ */
package com.sun.star.uno;
/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-11-28Add new slot ID for 'Manage XML Source' menu entry.Kohei Yoshida 2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard 2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard 2012-07-17tubes: add File -> Collaborate menu entry to launch contacts widgetMatúš Kukan 2012-07-04add the cond format managerMarkus Mohrhard 2012-06-11first part for new conditional format dialogMarkus Mohrhard 2012-06-11data bar settings menuMarkus Mohrhard 2012-04-23tweak paste-only context menu ( add paste only number )Noel Power 2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power 2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard 2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard 2011-03-21FIX BUG 32559 - calcDózsa Bálint 2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power 2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power 2010-10-04Ported calc-insert-current-time-sc.diff from ooo-build.Kohei Yoshida 2010-09-16calc-jump-on-formula-ref-sc.diff: MigratedKohei Yoshida 2010-02-26cws tl74: merge with DEV300_m72Thomas Lange [tl] 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-06cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!Thomas Lange [tl] 2009-12-16tl74: merge with DEV300 m60Jens-Heiner Rechtien 2009-11-16validityref: merge with DEV300_m64Niklas Nebel 2009-11-16validityref: #i103899# manual migration from svn (contribution from PengYunQuan)Niklas Nebel 2009-09-18CWS-TOOLING: integrate CWS mba32issues02Jens-Heiner Rechtien 2009-09-17#i1601# Sentence case, Title case, and Toggle case transliteration addedThomas Lange