summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/propbrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/dlged/propbrw.cxx')
-rw-r--r--basctl/source/dlged/propbrw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 0d89250911d2..9adcf984116a 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -23,8 +23,8 @@
#include "dlgedobj.hxx"
#include "iderid.hxx"
#include "baside3.hxx"
+#include "strings.hrc"
-#include "dlgresid.hrc"
#include "strings.hxx"
#include <svx/svxids.hrc>
@@ -285,8 +285,8 @@ void PropBrw::implSetNewObjectSequence
{
xObjectInspector->inspect( _rObjectSeq );
- OUString aText = OUString(IDEResId(RID_STR_BRWTITLE_PROPERTIES))
- + OUString(IDEResId(RID_STR_BRWTITLE_MULTISELECT));
+ OUString aText = IDEResId(RID_STR_BRWTITLE_PROPERTIES)
+ + IDEResId(RID_STR_BRWTITLE_MULTISELECT);
SetText( aText );
}
}