summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMapHelper.hxx
diff options
context:
space:
mode:
authorHenning Brinkmann[hbrinkm] <hbrinkm@openoffice.org>2010-01-12 14:29:50 +0100
committerHenning Brinkmann[hbrinkm] <hbrinkm@openoffice.org>2010-01-12 14:29:50 +0100
commit75a05f499631fbee90ee8a0a9b34e7e61ec9739e (patch)
treed25e49e4a8010964f1c4cdf1f90a238723107cf2 /writerfilter/source/dmapper/PropertyMapHelper.hxx
parenta1e310c0a8feeca542749d6339a5c5359a2c85ac (diff)
writerfilter07: debug: gridSpans, rowProperties, tableColumnSeparators
Diffstat (limited to 'writerfilter/source/dmapper/PropertyMapHelper.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyMapHelper.hxx41
1 files changed, 41 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/PropertyMapHelper.hxx b/writerfilter/source/dmapper/PropertyMapHelper.hxx
new file mode 100644
index 000000000000..8eddaa4f5346
--- /dev/null
+++ b/writerfilter/source/dmapper/PropertyMapHelper.hxx
@@ -0,0 +1,41 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: PropertyMap.hxx,v $
+ * $Revision: 1.18 $
+ *
+ * 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.
+ *
+ ************************************************************************/
+
+#include "PropertyMap.hxx"
+
+namespace writerfilter
+{
+namespace dmapper
+{
+
+XMLTag::Pointer_t lcl_TableColumnSeparatorsToTag(PropertyMap::iterator aIter);
+
+}
+} \ No newline at end of file