diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 14:35:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 14:37:31 +0200 |
commit | c733be973e1483fb40f48bacc9182ccf0977ede3 (patch) | |
tree | 49d01eb8557c64ec1b04929d8f7c3fc71246bff8 /oox/source/ole/vbaproject.cxx | |
parent | 0c8634317979af80a32be729ed169229e8ecff99 (diff) |
com::sun::star->css in lotuswordpro,mysqlc,oox
Change-Id: Id99ff87c4eb3f1b36702261ce63d5d2793ea35d7
Diffstat (limited to 'oox/source/ole/vbaproject.cxx')
-rw-r--r-- | oox/source/ole/vbaproject.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ole/vbaproject.cxx b/oox/source/ole/vbaproject.cxx index fa32c6f6299d..b492b7a12cdb 100644 --- a/oox/source/ole/vbaproject.cxx +++ b/oox/source/ole/vbaproject.cxx @@ -151,10 +151,10 @@ VbaProject::~VbaProject() bool VbaProject::importVbaProject( StorageBase& rVbaPrjStrg ) { // create GraphicHelper - Reference< ::com::sun::star::frame::XFrame > xFrame; + Reference< css::frame::XFrame > xFrame; if ( mxDocModel.is() ) { - Reference< ::com::sun::star::frame::XController > xController = mxDocModel->getCurrentController(); + Reference< css::frame::XController > xController = mxDocModel->getCurrentController(); xFrame = xController.is() ? xController->getFrame() : NULL; } StorageRef noStorage; |