summaryrefslogtreecommitdiff
path: root/sal/inc/osl/profile.hxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-09-28 15:00:03 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-09-28 15:00:03 +0000
commit35e8fcb396a67475a5a74d32f4df725a00bea631 (patch)
tree6478c61a6d6cca24124c54a9ec8cdfbba93f76ab /sal/inc/osl/profile.hxx
parent656ec283c565652469704aebf257832f46797259 (diff)
remove useless local variable
Diffstat (limited to 'sal/inc/osl/profile.hxx')
-rw-r--r--sal/inc/osl/profile.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/osl/profile.hxx b/sal/inc/osl/profile.hxx
index fb55ee98c1b2..7ece32df0baf 100644
--- a/sal/inc/osl/profile.hxx
+++ b/sal/inc/osl/profile.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: profile.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obr $ $Date: 2001-06-07 13:41:48 $
+ * last change: $Author: mh $ $Date: 2001-09-28 16:00:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ namespace osl {
*/
~Profile()
{
- sal_Bool err = osl_closeProfile(profile);
+ osl_closeProfile(profile);
}