[Libreoffice-commits] .: binfilter/bf_sd binfilter/bf_xmloff

Caolán McNamara caolan at kemper.freedesktop.org
Mon Feb 28 12:34:53 PST 2011


 binfilter/bf_sd/source/ui/unoidl/makefile.mk        |    1 
 binfilter/bf_sd/source/ui/unoidl/sd_unokywds.cxx    |   39 ++++++++++++++++++++
 binfilter/bf_xmloff/source/forms/makefile.mk        |    1 
 binfilter/bf_xmloff/source/forms/xmloff_strings.cxx |   39 ++++++++++++++++++++
 4 files changed, 80 insertions(+)

New commits:
commit 84deea83e69b92a4be5359df82a480c8df0043ab
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Feb 28 20:34:25 2011 +0000

    revert removal to fix build

diff --git a/binfilter/bf_sd/source/ui/unoidl/makefile.mk b/binfilter/bf_sd/source/ui/unoidl/makefile.mk
index 529b2ba..5135fd0 100644
--- a/binfilter/bf_sd/source/ui/unoidl/makefile.mk
+++ b/binfilter/bf_sd/source/ui/unoidl/makefile.mk
@@ -65,6 +65,7 @@ SLOFILES =      \
         $(SLO)$/sd_unogstyl.obj	\
         $(SLO)$/sd_unopsfm.obj		\
         $(SLO)$/sd_unopstyl.obj	\
+        $(SLO)$/sd_unokywds.obj	\
         $(SLO)$/sd_unostyls.obj	\
         $(SLO)$/sd_unopback.obj \
         $(SLO)$/sd_unodoc.obj
diff --git a/binfilter/bf_sd/source/ui/unoidl/sd_unokywds.cxx b/binfilter/bf_sd/source/ui/unoidl/sd_unokywds.cxx
new file mode 100644
index 0000000..77a46e9
--- /dev/null
+++ b/binfilter/bf_sd/source/ui/unoidl/sd_unokywds.cxx
@@ -0,0 +1,39 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*************************************************************************
+ *
+ * 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.
+ *
+ ************************************************************************/
+
+#ifndef _SD_UNOKYWDS_HXX_
+#define SD_DEFINE_KEYWORDS
+#include <unokywds.hxx>
+#undef SD_DEFINE_KEYWORDS
+#endif
+namespace binfilter {
+
+
+}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_xmloff/source/forms/makefile.mk b/binfilter/bf_xmloff/source/forms/makefile.mk
index 2e55d82..8485daf 100644
--- a/binfilter/bf_xmloff/source/forms/makefile.mk
+++ b/binfilter/bf_xmloff/source/forms/makefile.mk
@@ -60,6 +60,7 @@ SLOFILES =	\
         $(SLO)$/xmloff_formlayerimport.obj \
         $(SLO)$/xmloff_formattributes.obj \
         $(SLO)$/xmloff_formenums.obj \
+        $(SLO)$/xmloff_strings.obj \
         $(SLO)$/xmloff_logging.obj \
         $(SLO)$/xmloff_formcellbinding.obj \
 
diff --git a/binfilter/bf_xmloff/source/forms/xmloff_strings.cxx b/binfilter/bf_xmloff/source/forms/xmloff_strings.cxx
new file mode 100644
index 0000000..09bcd71
--- /dev/null
+++ b/binfilter/bf_xmloff/source/forms/xmloff_strings.cxx
@@ -0,0 +1,39 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*************************************************************************
+ *
+ * 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.
+ *
+ ************************************************************************/
+
+#ifndef _XMLOFF_FORMS_STRINGS_HXX_
+#define XMLFORM_IMPLEMENT_STRINGS
+#include "strings.hxx"
+#undef XMLFORM_IMPLEMENT_STRINGS
+#endif
+namespace binfilter {
+
+
+}//end of namespace binfilter
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list