diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 15:20:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-21 22:41:59 +0200 |
commit | f805e0b969fba5c3b2c2bad4d5b951873ec2908f (patch) | |
tree | d197f4ced62119ae6ddf290d1d28bdffe5684e04 /sc/inc/document.hxx | |
parent | 4e39f9e13e0f6133cc7cf403e97c1b9b654562e2 (diff) |
reference childwins are all welded
Change-Id: I050b4bdff4eaa645316538725c69e83bee4a90c5
Reviewed-on: https://gerrit.libreoffice.org/74526
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index af372c270675..bebbd4fafb9a 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -225,6 +225,12 @@ namespace com { namespace sun { namespace star { } } } } +namespace weld { + +class Window; + +} + #define SC_DOC_NEW 0xFFFF #define SC_MACROCALL_ALLOWED 0 @@ -977,7 +983,7 @@ public: ScFormulaParserPool& GetFormulaParserPool() const; bool HasAreaLinks() const; - void UpdateExternalRefLinks(vcl::Window* pWin); + void UpdateExternalRefLinks(weld::Window* pWin); void UpdateAreaLinks(); // originating DDE links |