summaryrefslogtreecommitdiff
path: root/include/svx/colorwindow.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-08 12:35:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-08 16:05:41 +0200
commitbfcf57de81ddd5ed8544ff2ede23bd8428f0c0ce (patch)
treea6d3a528b2ec1e5f41764984d16675df3d352621 /include/svx/colorwindow.hxx
parentb68daa69739e83095c023b683234d344d0fa02c8 (diff)
Resolves: tdf#117470 reuse parent window of colorwindow...
as parent of color selector window Change-Id: Id96c9eed21c4e99b9e48ab44bab862fea9fd380a Reviewed-on: https://gerrit.libreoffice.org/53972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/colorwindow.hxx')
-rw-r--r--include/svx/colorwindow.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/colorwindow.hxx b/include/svx/colorwindow.hxx
index e4a530248419..d6c0e01239bf 100644
--- a/include/svx/colorwindow.hxx
+++ b/include/svx/colorwindow.hxx
@@ -64,6 +64,7 @@ private:
OUString maCommand;
Link<const NamedColor&, void> maSelectedLink;
+ VclPtr<vcl::Window> mxParentWindow;
std::shared_ptr<PaletteManager> mxPaletteManager;
BorderColorStatus& mrBorderColorStatus;