summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-26 12:10:33 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-28 11:24:16 +0200
commit7ef5e1cebab76b55dacca3f8eea10884a6a90d74 (patch)
treeb7a106bef0f3234a4ad87f0f383e2df507a0a517 /writerfilter/source/dmapper/NumberingManager.hxx
parent9c69984f8bf4830c6c0831bc66b128f86143d98f (diff)
don't overwrite numbering properties with paragraph properties (bnc#751028)
Part of bnc#751028, that is. The origin of this function is unclear, without good repo history, and it's a question if it is still needed after my previous fixes for bnc#751028 that fixed applying some of numbering properties. Keeping it there just in case, but prevent it from overwriting w:ind that's been read from the .docx file.
Diffstat (limited to 'writerfilter/source/dmapper/NumberingManager.hxx')
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index d6964395d540..54f7bb7d1a6c 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -85,8 +85,7 @@ private:
com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
GetLevelProperties( );
- com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >
- GetParaProperties( );
+ void AddParaProperties( com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >* props );
};
class AbstractListDef