summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper/xtempfile.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:58:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:17 +0100
commit9d1c20259f08cd798a2f197a7ecef1bf6382be3f (patch)
treedbacfce0d0369ce22ac578b28616fc1332db8ac2 /unotools/source/ucbhelper/xtempfile.cxx
parentbool improvements (diff)
downloadcore-9d1c20259f08cd798a2f197a7ecef1bf6382be3f.tar.gz
core-9d1c20259f08cd798a2f197a7ecef1bf6382be3f.zip
bool improvements
Change-Id: I7020537797b181b0fcbf78de3d7b962b96744895
Diffstat (limited to 'unotools/source/ucbhelper/xtempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/xtempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx
index 106772487bd4..f206a953576b 100644
--- a/unotools/source/ucbhelper/xtempfile.cxx
+++ b/unotools/source/ucbhelper/xtempfile.cxx
@@ -37,7 +37,7 @@ OTempFileService::OTempFileService(css::uno::Reference< css::uno::XComponentCont
{
mpTempFile = new ::utl::TempFile;
- mpTempFile->EnableKillingFile ( sal_True );
+ mpTempFile->EnableKillingFile ( true );
}
OTempFileService::~OTempFileService ()