Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2446
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/2446/1
unnecessary createFromAscii in svx
Change-Id: If13c0f526b7b95fff71e273834997b0bfc658235
---
M svx/source/dialog/svxruler.cxx
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx
index 117642e..85a47d9 100644
--- a/svx/source/dialog/svxruler.cxx
+++ b/svx/source/dialog/svxruler.cxx
@@ -166,7 +166,7 @@
pParent = pParent->GetParent();
pDebugWindow = new RulerDebugWindow(pParent);
}
- OUString sContent( OUString::createFromAscii(pDescription) );
+ OUString sContent(pDescription);
sContent += rText;
sal_uInt16 nPos = pDebugWindow->GetLBox().InsertEntry(sContent);
pDebugWindow->GetLBox().SelectEntryPos(nPos);
--
To view, visit https://gerrit.libreoffice.org/2446
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If13c0f526b7b95fff71e273834997b0bfc658235
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Ricardo Montania <ricardo@linuxafundo.com.br>
Context
- [PATCH] unnecessary createFromAscii in svx · Ricardo Montania (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.