summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl/selglos.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dochdl/selglos.hrc')
-rw-r--r--sw/source/ui/dochdl/selglos.hrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/sw/source/ui/dochdl/selglos.hrc b/sw/source/ui/dochdl/selglos.hrc
new file mode 100644
index 000000000000..175ee09abe1b
--- /dev/null
+++ b/sw/source/ui/dochdl/selglos.hrc
@@ -0,0 +1,31 @@
+/*************************************************************************
+ *
+ * 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.
+ *
+ ************************************************************************/
+#define BT_OK 100
+#define BT_CANCEL 101
+#define BT_HELP 102
+#define LB_GLOS 1
+#define FL_GLOS 2
pan title='2016-04-11 06:20:10 +0000'>2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin 2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin 2016-02-08sequence->vector in basicNoel Grandin 2016-01-15basic: coverity#1348466 checked returnMichael Stahl 2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-20convert com::sun::star->css in include/basicNoel Grandin 2015-07-15loplugin:unusedmethods basicNoel Grandin 2015-04-19callcatcher: update unusedcodeCaolán McNamara 2015-04-13loplugin:staticmethodsNoel Grandin 2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini 2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl