[Libreoffice-commits] core.git: include/svtools
Caolán McNamara
caolanm at redhat.com
Thu Jun 21 07:59:49 UTC 2018
include/svtools/colrdlg.hxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit b3df3494174243e691d1be74bab4d7f5177ad3b7
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 20 20:59:57 2018 +0100
now unused field
Change-Id: I96b3492d2bba0721076546192e3037699354441a
Reviewed-on: https://gerrit.libreoffice.org/56209
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
};
More information about the Libreoffice-commits
mailing list