From 34f7e618ddd3399d9e7f3998e25545256255d02d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 30 Apr 2017 17:01:32 +0100 Subject: untranslated strings are just strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit removes starmaths InsertCommand in favour of InsertCommandText Change-Id: I5659adcaa28e5b5861d1a1cc5d2afa84009490f6 Reviewed-on: https://gerrit.libreoffice.org/37113 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/view/viewshel.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sd/source/ui/view/viewshel.cxx') diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 2c7f16a1338d..25917474f54c 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -89,6 +89,7 @@ #include #include #include +#include "strings.hxx" #include "AccessibleDocumentViewBase.hxx" using namespace ::com::sun::star; @@ -908,7 +909,7 @@ const SfxPoolItem* ViewShell::GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16& if(bOutliner) { SfxStyleSheetBasePool* pSSPool = mpView->GetDocSh()->GetStyleSheetPool(); - OUString aStyleName(SD_RESSTR(STR_LAYOUT_OUTLINE) + " 1"); + OUString aStyleName(STR_LAYOUT_OUTLINE " 1"); SfxStyleSheetBase* pFirstStyleSheet = pSSPool->Find( aStyleName, SD_STYLE_FAMILY_PSEUDO); if( pFirstStyleSheet ) pFirstStyleSheet->GetItemSet().GetItemState(EE_PARA_NUMBULLET, false, reinterpret_cast(&pItem)); -- cgit