summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/propbrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/propbrw.cxx')
-rw-r--r--reportdesign/source/ui/report/propbrw.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx
index 8d436f30e291..5e7316b7dcd3 100644
--- a/reportdesign/source/ui/report/propbrw.cxx
+++ b/reportdesign/source/ui/report/propbrw.cxx
@@ -54,6 +54,7 @@
#include "ViewsWindow.hxx"
#include "UITools.hxx"
#include <unotools/confignode.hxx>
+#include "strings.hxx"
namespace rptui
{
@@ -381,7 +382,8 @@ OUString PropBrw::GetHeadlineName( const uno::Sequence< Reference<uno::XInterfac
else
{
OSL_FAIL("Unknown service name!");
- nResId = RID_STR_CLASS_FORMATTEDFIELD;
+ aName += RID_STR_CLASS_FORMATTEDFIELD;
+ return aName;
}
if (nResId)