summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-09-01 09:55:59 +0200
committerJan Holesovsky <kendy@collabora.com>2018-11-08 09:14:28 +0100
commit89f49fadb8c5cf82cc06f44a8de671290eec53a0 (patch)
tree1e6a0180a59b1e0ce5748964557aa776465028b0 /vcl
parentb6671e7600694fd619e9a9b4be7e7390bf0877c1 (diff)
SVLIBRARY is defined in tools/svlibrary.h
Change-Id: I3c47b9daeaa362ff699a8a0fb6d0beb68489c31e
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index b3e88485c743..c5cd39b18f8f 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -15,7 +15,7 @@
#include <comphelper/processfactory.hxx>
#include <osl/module.hxx>
#include <sal/log.hxx>
-#include <tools/solar.h>
+#include <tools/svlibrary.h>
#include <unotools/resmgr.hxx>
#include <vcl/builder.hxx>
#include <vcl/button.hxx>