summaryrefslogtreecommitdiff
path: root/include/svx/svxdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-11 14:34:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-12 10:39:00 +0100
commit042d9a5a71b9a21fca144123f82141f92f305169 (patch)
tree67dae42e29c94791e5701d5646c2e4ffbefc05ee /include/svx/svxdlg.hxx
parent7ba06c3ce8783d41f4f19b4b036982512369bb6f (diff)
sal_uIntPtr->sal_uInt32 in AbstractGalleryIdDialog
to match the underlying call to SetId in GalleryTheme Change-Id: If862c1f7c2d7c05484347ef46a9d504e95686ec7 Reviewed-on: https://gerrit.libreoffice.org/46273 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 63b1190df9a5..67f06b9e1a02 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -123,7 +123,7 @@ class AbstractGalleryIdDialog :public VclAbstractDialog
protected:
virtual ~AbstractGalleryIdDialog() override = default;
public:
- virtual sal_uIntPtr GetId() const =0;
+ virtual sal_uInt32 GetId() const =0;
};
class AbstractURLDlg :public VclAbstractDialog