diff options
author | Noel Power <npower@openoffice.org> | 2009-09-18 15:24:22 +0000 |
---|---|---|
committer | Noel Power <npower@openoffice.org> | 2009-09-18 15:24:22 +0000 |
commit | dfc77d75e1bbf9ff8b9ad43d1d79caee38f927f0 (patch) | |
tree | a48f7ee96890d25edf0242b641511fc7fa5dd2ff /sc/source/ui/vba/vbaaxes.hxx | |
parent | 4694e90c500d8cd3782bb374a1d76781e8f41f4a (diff) |
initial commit of code reorg, existing files that are modified
Diffstat (limited to 'sc/source/ui/vba/vbaaxes.hxx')
-rw-r--r-- | sc/source/ui/vba/vbaaxes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaaxes.hxx b/sc/source/ui/vba/vbaaxes.hxx index e0bfbe350acb..62be9ba97a39 100644 --- a/sc/source/ui/vba/vbaaxes.hxx +++ b/sc/source/ui/vba/vbaaxes.hxx @@ -32,7 +32,7 @@ #include <ooo/vba/excel/XAxes.hpp> #include <ooo/vba/excel/XAxis.hpp> #include <ooo/vba/excel/XChart.hpp> -#include "vbacollectionimpl.hxx" +#include <vbahelper/vbacollectionimpl.hxx> typedef CollTestImplHelper< ov::excel::XAxes > ScVbaAxes_BASE; class ScVbaAxes : public ScVbaAxes_BASE |