summaryrefslogtreecommitdiffstats
path: root/sc/inc/filtuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 15:53:12 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:10 +0200
commit8c16c5bcfbb2844663a5b054cb55ef81a8c01dbb (patch)
tree9ff3b25cc64b681725a3a53b9f0204ac54338788 /sc/inc/filtuno.hxx
parentsal_Bool->bool (diff)
downloadcore-8c16c5bcfbb2844663a5b054cb55ef81a8c01dbb.tar.gz
core-8c16c5bcfbb2844663a5b054cb55ef81a8c01dbb.zip
sal_Bool->bool
Change-Id: Ie2c2daa5ec370310946af9c9a77cededc6331302
Diffstat (limited to 'sc/inc/filtuno.hxx')
-rw-r--r--sc/inc/filtuno.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/filtuno.hxx b/sc/inc/filtuno.hxx
index 587a23e8d598..e43bc181a119 100644
--- a/sc/inc/filtuno.hxx
+++ b/sc/inc/filtuno.hxx
@@ -50,9 +50,8 @@ private:
OUString aFileName;
OUString aFilterName;
OUString aFilterOptions;
- ::com::sun::star::uno::Reference<
- ::com::sun::star::io::XInputStream > xInputStream;
- sal_Bool bExport;
+ css::uno::Reference< css::io::XInputStream > xInputStream;
+ bool bExport;
public:
ScFilterOptionsObj();