summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formcontroller.cxx')
-rw-r--r--svx/source/form/formcontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 5c1522eadba4..7d0f8d7c5c5a 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -4058,11 +4058,11 @@ sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent) th
sal_Int32 nLength = aEvent.Rows;
if ( nLength > 1 )
{
- sTitle = SVX_RES( RID_STR_DELETECONFIRM_RECORDS );
+ sTitle = SVX_RESSTR( RID_STR_DELETECONFIRM_RECORDS );
sTitle.SearchAndReplace( '#', String::CreateFromInt32( nLength ) );
}
else
- sTitle = SVX_RES( RID_STR_DELETECONFIRM_RECORD );
+ sTitle = SVX_RESSTR( RID_STR_DELETECONFIRM_RECORD );
try
{