From d9904d199c7a3fd5b14051aa9bbae160603ca9a7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 15 Jan 2014 12:04:20 +0100 Subject: Apparent typo when adding braces ...in 4707f7bb54d143e642ad5df5eedf56d5d2b08385 "CWS-TOOLING: integrate CWS cmcfixes51" Change-Id: Icc8b2ed48d73f3f03c2820f554f896f6edb15e23 --- sd/source/ui/func/futempl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/func/futempl.cxx b/sd/source/ui/func/futempl.cxx index bf83047ed1fc..a6147f1ed723 100644 --- a/sd/source/ui/func/futempl.cxx +++ b/sd/source/ui/func/futempl.cxx @@ -239,7 +239,7 @@ void FuTemplate::DoExecute( SfxRequest& rReq ) pStyleSheet->GetFamily() == pOldStyleSheet->GetFamily() || // allow if old was background objects and new is graphics - pStyleSheet->GetFamily() == (SD_STYLE_FAMILY_GRAPHICS && pOldStyleSheet->GetHelpId( aStr ) == HID_PSEUDOSHEET_BACKGROUNDOBJECTS) || + (pStyleSheet->GetFamily() == SD_STYLE_FAMILY_GRAPHICS && pOldStyleSheet->GetHelpId( aStr ) == HID_PSEUDOSHEET_BACKGROUNDOBJECTS) || // allow if old was presentation and we are a drawing document (pOldStyleSheet->GetFamily() == SD_STYLE_FAMILY_MASTERPAGE && mpDoc->GetDocumentType() == DOCUMENT_TYPE_DRAW) ) -- cgit