summaryrefslogtreecommitdiff
path: root/unotools/source/misc
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/misc
parentb4c2496f44c29de0185116f86226df911828f51b (diff)
bool improvements
Change-Id: I7020537797b181b0fcbf78de3d7b962b96744895
Diffstat (limited to 'unotools/source/misc')
-rw-r--r--unotools/source/misc/componentresmodule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/componentresmodule.cxx b/unotools/source/misc/componentresmodule.cxx
index 8573fd611a67..14d572b9a1d2 100644
--- a/unotools/source/misc/componentresmodule.cxx
+++ b/unotools/source/misc/componentresmodule.cxx
@@ -90,7 +90,7 @@ namespace utl
.append(aMgrName)
.append(")!").getStr() );
- m_bInitialized = sal_True;
+ m_bInitialized = true;
}
return m_pResources;
}