summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-20 14:15:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-20 21:57:36 +0200
commitb15244d526c285cd109f7195855409f698d0cdc0 (patch)
treef5b36b0d2ad0c2ba94024ef742147ed320f1ca17 /include/svtools
parent02e5afcea007365714b57e09b079ad0acca6e99d (diff)
move SvColorDialog to welded arguments
Change-Id: Ieb04fc4684caa6df47b123ab06e280f2d204375a Reviewed-on: https://gerrit.libreoffice.org/56162 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/colrdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/colrdlg.hxx b/include/svtools/colrdlg.hxx
index 69def8510b35..3688e348f4a5 100644
--- a/include/svtools/colrdlg.hxx
+++ b/include/svtools/colrdlg.hxx
@@ -36,7 +36,7 @@ namespace svtools
class SVT_DLLPUBLIC SvColorDialog final
{
public:
- SvColorDialog( vcl::Window* pParent );
+ SvColorDialog();
~SvColorDialog();
void SetColor( const Color& rColor );
@@ -44,7 +44,7 @@ public:
void SetMode( svtools::ColorPickerMode eMode );
- short Execute();
+ short Execute(weld::Window* pParent);
private:
VclPtr<vcl::Window> mpParent;