diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-01-03 20:00:21 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2016-01-05 20:41:11 +0100 |
commit | 5b22663e373f2137c93adcdd2c31c54da2fba663 (patch) | |
tree | 0f6935e54a9ff498bdaea06eb91b2d7a61d9bbe1 /cui | |
parent | 62b274fd7f8abf71300607f43d68acc694c9295b (diff) |
Make SotFactory private to sot/ and clean a bit
Change-Id: Ia683280a3e95eee995e036db6bde5d28852f92ff
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/pastedlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/pastedlg.cxx b/cui/source/dialogs/pastedlg.cxx index eccd83cc0d46..4fc2e214fd69 100644 --- a/cui/source/dialogs/pastedlg.cxx +++ b/cui/source/dialogs/pastedlg.cxx @@ -28,8 +28,8 @@ #include <vcl/group.hxx> #include <vcl/lstbox.hxx> #include <vcl/msgbox.hxx> +#include <sot/exchange.hxx> #include <sot/formats.hxx> -#include <sot/stg.hxx> #include <svtools/sores.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> |