diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2014-06-20 02:35:05 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-23 12:14:14 +0000 |
commit | 9701a7ca9858f6a286a7c75fa83dcb5d89cb5033 (patch) | |
tree | 402685e9f51061295ea1dcd14dceed482b32e83b /sd/source/ui/dlg/dlgassim.hxx | |
parent | 707a648eb3d8b8c216d4ee1d1f738552c6ac50a0 (diff) |
Convert DLG_ASS to .ui
Change-Id: I29ee55654391f24399aea24fc02c49c430c4e839
Reviewed-on: https://gerrit.libreoffice.org/9834
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/dlg/dlgassim.hxx')
-rw-r--r-- | sd/source/ui/dlg/dlgassim.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/dlgassim.hxx b/sd/source/ui/dlg/dlgassim.hxx index d3012b924b31..bb9681332366 100644 --- a/sd/source/ui/dlg/dlgassim.hxx +++ b/sd/source/ui/dlg/dlgassim.hxx @@ -35,7 +35,7 @@ private: void InsertTitle( SvTreeListEntry* pEntry, const OUString& rTitle ); public: - SdPageListControl( Window* pParent, const ResId& rResId ); + SdPageListControl( Window* pParent, const WinBits nStyle ); virtual ~SdPageListControl(); void Fill( SdDrawDocument* pDoc ); |