diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 21:00:13 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 21:00:13 +0100 |
commit | efcce8fc8478207d58069ee992aab4ff7b07f619 (patch) | |
tree | 995f58e45dc51e41dc779401cbcd58698f9254f9 /sc/inc | |
parent | e985155bc506c84efba297751c76242406351de7 (diff) |
VclPtr: unfortunate includes needed for inlining ref/unref.
Something of a compile time vs. run-time choice.
Change-Id: I7e9db3a6f14d352e0b78abd5f22ccc593aceb001
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dociter.hxx | 1 | ||||
-rw-r--r-- | sc/inc/document.hxx | 2 | ||||
-rw-r--r-- | sc/inc/editutil.hxx | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index a170fd200ee6..5b32930858b7 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -26,6 +26,7 @@ #include "scdllapi.h" #include "cellvalue.hxx" #include "mtvelements.hxx" +#include <vcl/vclptr.hxx> #include <memory> diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 6e9e2476977f..cec4ba966065 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -24,7 +24,7 @@ #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include <com/sun/star/uno/Reference.hxx> -#include <rtl/ref.hxx> +#include <vcl/vclptr.hxx> #include "scdllapi.h" #include "rangelst.hxx" #include "rangenam.hxx" diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index bd76598e071d..5e3a12693b53 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -28,8 +28,8 @@ #include <tools/time.hxx> #include <tools/gen.hxx> #include <tools/fract.hxx> +#include <vcl/outdev.hxx> -class OutputDevice; class ScDocument; class ScPatternAttr; class ScEditEngineDefaulter; |