summaryrefslogtreecommitdiffstats
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 11:36:03 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 11:36:03 +0000
commit26e4eeca9addd6066fe79bebedc89506309302ac (patch)
tree600c7c72291d0a4295923844c74f3fb0ab64c832 /writerfilter/inc
parentINTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED (diff)
downloadcore-26e4eeca9addd6066fe79bebedc89506309302ac.tar.gz
core-26e4eeca9addd6066fe79bebedc89506309302ac.zip
INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED
2008/05/30 12:10:37 hbrinkm 1.3.8.1: cleanups
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/resourcemodel/WW8ResourceModel.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
index e3ae42647304..05725e08be90 100644
--- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
+++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: WW8ResourceModel.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -376,16 +376,16 @@ public:
*/
Stream::Pointer_t WRITERFILTER_DLLPUBLIC createStreamHandler();
-void WRITERFILTER_DLLPUBLIC analyzerIds();
-Stream::Pointer_t WRITERFILTER_DLLPUBLIC createAnalyzer();
+ void WRITERFILTER_DLLPUBLIC analyzerIds();
+ Stream::Pointer_t WRITERFILTER_DLLPUBLIC createAnalyzer();
-void WRITERFILTER_DLLPUBLIC logger(string prefix, string message);
+ void WRITERFILTER_DLLPUBLIC logger(string prefix, string message);
-void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<Properties>::Pointer_t props);
-void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n);
-void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & /*o*/, const char * /*name*/,
- const rtl::OUString & /*str*/);
-void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<BinaryObj>::Pointer_t binary);
+ void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<Properties>::Pointer_t props);
+ void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n);
+ void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & /*o*/, const char * /*name*/,
+ const rtl::OUString & /*str*/);
+ void WRITERFILTER_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<BinaryObj>::Pointer_t binary);
}