summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich_strba@openoffice.org>2007-05-04 12:29:21 +0000
committerFridrich Štrba <fridrich_strba@openoffice.org>2007-05-04 12:29:21 +0000
commit1a7b81940d1256b55191e7029309a6c3eae9e03e (patch)
treee45f27bee1a05170d1f67ce574843867e651aa2a /writerfilter/source/dmapper/GraphicImport.hxx
parent92e35848da100eac440d8ff2237a87b8d6b39f98 (diff)
rewriting the startSectionGroup and endSectionGroup to use the new OOXMLParserState class (thanks Henning); initializing the page properties with default values; some fixes and checking for null pointers
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.hxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx
index 5bfe6fba39e6..b05429beadbd 100644
--- a/writerfilter/source/dmapper/GraphicImport.hxx
+++ b/writerfilter/source/dmapper/GraphicImport.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: GraphicImport.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fridrich_strba $ $Date: 2007-04-30 16:32:22 $
+ * last change: $Author: fridrich_strba $ $Date: 2007-05-04 13:29:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -87,7 +87,6 @@ public:
// Stream
virtual void startSectionGroup();
- virtual void setLastParagraphInSection() {};
virtual void endSectionGroup();
virtual void startParagraphGroup();
virtual void endParagraphGroup();