diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 12:04:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-15 13:59:21 +0100 |
commit | d9904d199c7a3fd5b14051aa9bbae160603ca9a7 (patch) | |
tree | 6e76159f1fdf6d3c15491d7a0c2703a5113603e8 /sd/source/ui | |
parent | c72a7a63833f840fdb334d91fc81a77c17f128a6 (diff) |
Apparent typo when adding braces
...in 4707f7bb54d143e642ad5df5eedf56d5d2b08385 "CWS-TOOLING: integrate CWS
cmcfixes51"
Change-Id: Icc8b2ed48d73f3f03c2820f554f896f6edb15e23
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/func/futempl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) ) |