summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-01 13:20:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-01 13:20:55 +0000
commitf9ce9a1d243d8a4e550b8f9aea92246c21ad6a73 (patch)
tree6c953c168a7c72ff1c217c03854bd0d662d2e718 /writerfilter
parent4c5d19f0a9bbacf9e7a8559be043acd34940fd5b (diff)
CWS-TOOLING: integrate CWS cmcfixes56
2009-03-26 14:46:13 +0100 cmc r270080 : #i100517# merge changes of locales32 to match 2009-03-26 14:31:32 +0100 cmc r270079 : #i100517# add some brackets and remove stray ; 2009-03-25 13:30:36 +0100 cmc r270021 : #i100503# make tralay work again 2009-03-25 10:13:35 +0100 cmc r269999 : #i100536# remove last unused method 2009-03-24 15:13:50 +0100 cmc r269955 : #i100517# fix straight-forward warnings 2009-03-24 14:36:37 +0100 cmc r269947 : #i100469# keep ia64 and arm alignments after fork-exec to signal change, but hackaround for arm to keep userlevel qemu-arm working 2009-03-24 14:02:27 +0100 cmc r269943 : #i100223# make stl headers warning free for extra gcc 4.3 warnings 2009-03-24 13:58:15 +0100 cmc r269942 : #i100504# drawinglayer is warning free on ix86 linux 2009-03-24 13:56:15 +0100 cmc r269940 : #i100469# keep ia64 and arm alignments after fork-exec to signal change
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/doctok/PLCF.hxx2
-rw-r--r--writerfilter/source/doctok/WW8BinTableImpl.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/doctok/PLCF.hxx b/writerfilter/source/doctok/PLCF.hxx
index f6668f37f9c5..f0009e33e642 100644
--- a/writerfilter/source/doctok/PLCF.hxx
+++ b/writerfilter/source/doctok/PLCF.hxx
@@ -128,7 +128,7 @@ public:
*/
T * getEntryByFc(sal_uInt32 nFc) const;
- virtual void dump(OutputWithDepth<string> & output) const;
+ virtual void dump(OutputWithDepth<string> & out) const;
};
template <class T>
diff --git a/writerfilter/source/doctok/WW8BinTableImpl.hxx b/writerfilter/source/doctok/WW8BinTableImpl.hxx
index 6f49783f7a90..7c43fcd4aeef 100644
--- a/writerfilter/source/doctok/WW8BinTableImpl.hxx
+++ b/writerfilter/source/doctok/WW8BinTableImpl.hxx
@@ -66,7 +66,7 @@ public:
/// Return the page number
sal_uInt32 get() const { return mnPageNumber; }
- virtual void dump(OutputWithDepth<string> & output) const;
+ virtual void dump(OutputWithDepth<string> & out) const;
};
/**