summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManager.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-22 20:36:32 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-01-22 20:37:52 +0100
commitbd99ab11e38b57e00bc29bd7d54c231fbc1638e2 (patch)
tree67b812575d0f8a17f9a4805b6f9ca61183fad579 /svx/source/accessibility/ChildrenManager.cxx
parent593e6ed34f89c8abba41a771d5de05aebd600fb3 (diff)
Remove RTL_CONSTASCII_USTRINGPARAM in svx
replaced equals() with == Change-Id: I8697cc700d9780306ac83f52253b60ea55be6853
Diffstat (limited to 'svx/source/accessibility/ChildrenManager.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/accessibility/ChildrenManager.cxx b/svx/source/accessibility/ChildrenManager.cxx
index c6054ae9a400..c2cfdcb64f49 100644
--- a/svx/source/accessibility/ChildrenManager.cxx
+++ b/svx/source/accessibility/ChildrenManager.cxx
@@ -42,8 +42,7 @@ ChildrenManager::ChildrenManager (
mpImpl->Init ();
else
throw uno::RuntimeException(
- ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "ChildrenManager::ChildrenManager can't create implementation object")), NULL);
+ "ChildrenManager::ChildrenManager can't create implementation object", NULL);
}