Kaydet (Commit) 4f305eb9 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/svx/svdview.hxx from String to OUString

Change-Id: Ifa2801edbc6712fce0fab8c3cc94d997b971079f
üst 480f6fb5
......@@ -249,7 +249,7 @@ public:
// - Object-specific dragging
// - General dragging
// und mehr...
String GetStatusText();
OUString GetStatusText();
SvtAccessibilityOptions& getAccessibilityOptions();
......
......@@ -1163,7 +1163,7 @@ Pointer SdrView::GetPreferedPointer(const Point& rMousePos, const OutputDevice*
}
#define STR_NOTHING "nothing"
XubString SdrView::GetStatusText()
OUString SdrView::GetStatusText()
{
XubString aStr;
XubString aName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment