diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-08-05 17:57:49 +0530 |
---|---|---|
committer | Rishabh Kumar <kris.kr296@yahoo.in> | 2016-08-05 18:19:40 +0000 |
commit | 5693ee7a41fbe4de337cef3b10294edd670be804 (patch) | |
tree | 67822b5ba4f5403d7824f2d86581b38203fe1ea6 /sd/source/ui/inc/dlgpage.hxx | |
parent | ecba128020572966a161899083b7147e2adc5766 (diff) |
[GSoC] Add Transparency tab to background dialog
Change-Id: I33dffe2435c44116842240e4b481947415317b5b
Reviewed-on: https://gerrit.libreoffice.org/27906
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
Diffstat (limited to 'sd/source/ui/inc/dlgpage.hxx')
-rw-r--r-- | sd/source/ui/inc/dlgpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |