summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jentsch <pjotr@guineapics.de>2011-10-18 22:52:50 +0200
committerPeter Jentsch <pjotr@guineapics.de>2011-10-18 22:52:50 +0200
commit0eee1cf957d122ac0d805a9589a5db075a94e4a1 (patch)
tree5b4d2cc97c2ff52b3bf18a516882cbb0060e0834
parent11fbde8fed1a866c4ec9565d56f5f5034631d8b2 (diff)
fixed reorder warning in copy-constructor of filter_info_impl
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/filter/source/xsltdialog/xmlfiltercommon.hxx b/filter/source/xsltdialog/xmlfiltercommon.hxx
index c1da769c1a8c..cdb767e3b6d9 100644
--- a/filter/source/xsltdialog/xmlfiltercommon.hxx
+++ b/filter/source/xsltdialog/xmlfiltercommon.hxx
@@ -70,13 +70,15 @@ public:
rtl::OUString maDocType;
rtl::OUString maImportService;
rtl::OUString maExportService;
- rtl::OUString maXSLTTransformerImpl;
sal_Int32 maFlags;
sal_Int32 maFileFormatVersion;
sal_Int32 mnDocumentIconID;
sal_Bool mbReadonly;
+
+ rtl::OUString maXSLTTransformerImpl;
+
filter_info_impl();
filter_info_impl( const filter_info_impl& rInfo );
int operator==( const filter_info_impl& ) const;