diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-22 20:43:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-22 21:06:02 +0100 |
commit | 92da12ad15a9c11c5f117f1c490d5113bdead045 (patch) | |
tree | 387c3f8eb02be86e85c3e592f801138f80d84cc1 /sc/source/ui | |
parent | c95c96d62d4c7811afe0bace7c23154837a716a8 (diff) |
Pick a single place to declare SfxObjectShellRef typedef
Change-Id: Ie949f4d9002beefb810c87cdd44bf59f575da101
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/linkarea.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 7e68b47f4cf5..a9a8b575d6e7 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -26,6 +26,7 @@ #include <vcl/field.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> +#include <sfx2/objsh.hxx> #include <svtools/stdctrl.hxx> #include <svtools/inettbc.hxx> |