From 5693ee7a41fbe4de337cef3b10294edd670be804 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Fri, 5 Aug 2016 17:57:49 +0530 Subject: [GSoC] Add Transparency tab to background dialog Change-Id: I33dffe2435c44116842240e4b481947415317b5b Reviewed-on: https://gerrit.libreoffice.org/27906 Reviewed-by: Yousuf Philips Tested-by: Yousuf Philips Reviewed-by: Rishabh Kumar --- sd/source/ui/inc/dlgpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc/dlgpage.hxx') diff --git a/sd/source/ui/inc/dlgpage.hxx b/sd/source/ui/inc/dlgpage.hxx index c624ecb5ea87..4818c66ce19a 100644 --- a/sd/source/ui/inc/dlgpage.hxx +++ b/sd/source/ui/inc/dlgpage.hxx @@ -40,7 +40,7 @@ private: XPatternListRef mpPatternList; sal_uInt16 mnArea; sal_uInt16 mnPage; - + sal_uInt16 mnTransparence; public: SdPageDlg( SfxObjectShell* pDocSh, vcl::Window* pParent, const SfxItemSet* pAttr, bool bAreaPage = true ); -- cgit