summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-06-20 20:59:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-06-21 09:59:25 +0200
commitb3df3494174243e691d1be74bab4d7f5177ad3b7 (patch)
treed3fb8103ebfccf31d8a8a0214b9b447cd8d2de7b /include
parent46d9abb1f1adfd03d18cde11525e92d99206b8c9 (diff)
now unused field
Change-Id: I96b3492d2bba0721076546192e3037699354441a Reviewed-on: https://gerrit.libreoffice.org/56209 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/colrdlg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/colrdlg.hxx b/include/svtools/colrdlg.hxx
index 3688e348f4a5..f89ec0f5419a 100644
--- a/include/svtools/colrdlg.hxx
+++ b/include/svtools/colrdlg.hxx
@@ -21,10 +21,9 @@
#define INCLUDED_SVTOOLS_COLRDLG_HXX
#include <svtools/svtdllapi.h>
-#include <vcl/vclptr.hxx>
#include <tools/color.hxx>
-namespace vcl { class Window; }
+namespace weld { class Window; }
namespace svtools
{
@@ -47,7 +46,6 @@ public:
short Execute(weld::Window* pParent);
private:
- VclPtr<vcl::Window> mpParent;
Color maColor;
svtools::ColorPickerMode meMode;
};