summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2001-06-12 06:39:28 +0000
committerLars Langhans <lla@openoffice.org>2001-06-12 06:39:28 +0000
commit234b5cdd22908fa987c6bd97e6755a3e212bc6c4 (patch)
tree5e164925cda336365a1708603caf11716f630cc6 /configmgr/source
parentc13ea0f37a9fc8d7327b61d9102ba37df9c55987 (diff)
Solaris don't want to build. Forgotten ()
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/tree/localizedtreeactions.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/tree/localizedtreeactions.cxx b/configmgr/source/tree/localizedtreeactions.cxx
index cca223238921..479063606050 100644
--- a/configmgr/source/tree/localizedtreeactions.cxx
+++ b/configmgr/source/tree/localizedtreeactions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localizedtreeactions.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jb $ $Date: 2001-06-11 09:33:08 $
+ * last change: $Author: lla $ $Date: 2001-06-12 07:39:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -311,7 +311,7 @@ std::auto_ptr<INode> reduceExpandedForLocale(std::auto_ptr<ISubtree> _pNode, OUS
std::auto_ptr<INode> aResult;
- if ( _pNode.get == NULL || // nothing to reduce
+ if ( _pNode.get() == NULL || // nothing to reduce
designatesAllLocales(makeLocale(_sLocale)) ) // from expanded to expanded
{
aResult.reset( _pNode.release() );