diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2020-05-15 10:59:20 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2020-05-15 11:01:23 +0200 |
commit | 4707b0d4db6feb42acc45608b6387ed95aacd5e5 (patch) | |
tree | 24092fee77ebba7acc5bea49a7287ee97a605041 | |
parent | 6f54eee8453ae0371588e2109bb152922939a11b (diff) |
fix build
Change-Id: If202b4fca101713a036a2d9acc19c6d7be890cc2
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index a540771f4307..659817138c27 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3564,6 +3564,7 @@ static void doc_sendDialogEvent(LibreOfficeKitDocument* /*pThis*/, unsigned nWin const OUString sTypeAction("TYPE"); const OUString sUpAction("UP"); const OUString sDownAction("DOWN"); + const OUString sValue("VALUE"); try { |