summaryrefslogtreecommitdiff
path: root/sal/test
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-11-08 15:00:50 +0000
committerStephan Bergmann <sb@openoffice.org>2002-11-08 15:00:50 +0000
commit97656735ca2bcb629547bff92fcfea5fda71cf7f (patch)
tree40c5407468ab4d1eef4043a3ef0be799d60b3a93 /sal/test
parentd1d2e7fcb5123cf5e453f4bc8f4e2126c1a09f2d (diff)
#104548# Fixed code to compile on Linux.
Diffstat (limited to 'sal/test')
-rw-r--r--sal/test/testbootstrap.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/test/testbootstrap.cxx b/sal/test/testbootstrap.cxx
index 4ec396611dd8..8ce351024599 100644
--- a/sal/test/testbootstrap.cxx
+++ b/sal/test/testbootstrap.cxx
@@ -53,7 +53,8 @@ int main( int argc, char *argv[] )
OUString value;
sal_Bool useDefault;
- useDefault = bootstrap.getFrom(OUString(RTL_CONSTASCII_USTRINGPARAM("USEDEFAULT")), OUString());
+ OUString aDummy;
+ useDefault = bootstrap.getFrom(OUString(RTL_CONSTASCII_USTRINGPARAM("USEDEFAULT")), aDummy);
sal_Bool result = sal_False;
sal_Bool found = sal_True;