summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltercommon.hxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-20 10:28:56 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-25 14:48:23 +0200
commitca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0 (patch)
tree2db5bf3254573d5f64ff4197a1d57382249f947c /filter/source/xsltdialog/xmlfiltercommon.hxx
parent25113cd050d931b0e195fda6d6da9864a575070e (diff)
rework selection of transformer for an XSLT filter
Change-Id: I765762f11813c6b612416a8db2707bf94114c876
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltercommon.hxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltdialog/xmlfiltercommon.hxx b/filter/source/xsltdialog/xmlfiltercommon.hxx
index 85d0ff1e52e0..f00cbcf38ebc 100644
--- a/filter/source/xsltdialog/xmlfiltercommon.hxx
+++ b/filter/source/xsltdialog/xmlfiltercommon.hxx
@@ -68,7 +68,7 @@ public:
sal_Bool mbReadonly;
- rtl::OUString maXSLTTransformerImpl;
+ sal_Bool mbNeedsXSLT2;
filter_info_impl();
filter_info_impl( const filter_info_impl& rInfo );