diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2006-03-13 04:07:37 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2006-03-13 04:07:37 +0000 |
| commit | a0e8556d78eeb87777753b84c05256d098c85fce (patch) | |
| tree | a72f20caf5557fa216aaa453d4e030a8c7ac976d /src/extension/internal/odf.h | |
| parent | Remove temporary #include of svg-color.h (diff) | |
| download | inkscape-a0e8556d78eeb87777753b84c05256d098c85fce.tar.gz inkscape-a0e8556d78eeb87777753b84c05256d098c85fce.zip | |
Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h files created since cvs2svn).
(bzr r234)
Diffstat (limited to 'src/extension/internal/odf.h')
| -rw-r--r-- | src/extension/internal/odf.h | 144 |
1 files changed, 72 insertions, 72 deletions
diff --git a/src/extension/internal/odf.h b/src/extension/internal/odf.h index 1e81e9986..8865789cc 100644 --- a/src/extension/internal/odf.h +++ b/src/extension/internal/odf.h @@ -1,72 +1,72 @@ -/**
- * OpenDocument <drawing> input and output
- *
- * This is an an entry in the extensions mechanism to begin to enable
- * the inputting and outputting of OpenDocument Format (ODF) files from
- * within Inkscape. Although the initial implementations will be very lossy
- * do to the differences in the models of SVG and ODF, they will hopefully
- * improve greatly with time.
- *
- * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html
- *
- * Authors:
- * Bob Jamison
- *
- * Copyright (C) 2006 Bob Jamison
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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 for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef EXTENSION_INTERNAL_ODG_OUT_H
-#define EXTENSION_INTERNAL_ODG_OUT_H
-
-#include <glib.h>
-#include "extension/implementation/implementation.h"
-
-namespace Inkscape
-{
-namespace Extension
-{
-namespace Internal
-{
-
-
-class OdfOutput : public Inkscape::Extension::Implementation::Implementation
-{
-
- public:
-
- bool check (Inkscape::Extension::Extension * module);
-
- void save (Inkscape::Extension::Output *mod,
- SPDocument *doc,
- const gchar *uri);
-
- static void init (void);
-
-
-};
-
-
-
-
-} //namespace Internal
-} //namespace Extension
-} //namespace Inkscape
-
-
-
-#endif /* EXTENSION_INTERNAL_ODG_OUT_H */
-
+/** + * OpenDocument <drawing> input and output + * + * This is an an entry in the extensions mechanism to begin to enable + * the inputting and outputting of OpenDocument Format (ODF) files from + * within Inkscape. Although the initial implementations will be very lossy + * do to the differences in the models of SVG and ODF, they will hopefully + * improve greatly with time. + * + * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html + * + * Authors: + * Bob Jamison + * + * Copyright (C) 2006 Bob Jamison + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef EXTENSION_INTERNAL_ODG_OUT_H +#define EXTENSION_INTERNAL_ODG_OUT_H + +#include <glib.h> +#include "extension/implementation/implementation.h" + +namespace Inkscape +{ +namespace Extension +{ +namespace Internal +{ + + +class OdfOutput : public Inkscape::Extension::Implementation::Implementation +{ + + public: + + bool check (Inkscape::Extension::Extension * module); + + void save (Inkscape::Extension::Output *mod, + SPDocument *doc, + const gchar *uri); + + static void init (void); + + +}; + + + + +} //namespace Internal +} //namespace Extension +} //namespace Inkscape + + + +#endif /* EXTENSION_INTERNAL_ODG_OUT_H */ + |
