diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-27 13:39:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-27 13:40:10 +0100 |
commit | 110d272675e0d1444e702ba268786a0344e4b069 (patch) | |
tree | c83df97331b59777f281d28a55c5567e8a8c5501 /oox/source/ole | |
parent | 231e9cff20346f5c28f8858c970ca9cb8506662f (diff) |
include oox/token/properties.hxx directly where needed
Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/vbaproject.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index 0dfb1dc4a133..ff0b0f249326 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -51,6 +51,7 @@ #include "oox/ole/vbahelper.hxx" #include "oox/ole/vbainputstream.hxx" #include "oox/ole/vbamodule.hxx" +#include "oox/token/properties.hxx" namespace oox { namespace ole { |