diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-05-27 13:55:31 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-03 19:12:03 +0200 |
commit | 4269e3a7435b45cbbcd45d959e1e8c8e761a94a0 (patch) | |
tree | c78a7cdc96d10f10868709b59bb0c2848099e0f5 /sw/source/uibase/wrtsh | |
parent | b7dd4ad818be23aae8163cab760b5edc4f7eaaf3 (diff) |
Changed DocumentDeviceManager includes to IDocumentDeviceAccess.
In places other than sw/core/
Change-Id: Ie1b67f58cf7777240d9db6a867cd33a7a1cbbcaf
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh1.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx index 0dce5403126d..2653bc0cf304 100644 --- a/sw/source/uibase/wrtsh/wrtsh1.cxx +++ b/sw/source/uibase/wrtsh/wrtsh1.cxx @@ -82,7 +82,7 @@ #include <swdtflvr.hxx> #include <crsskip.hxx> #include <doc.hxx> -#include <DocumentSettingManager.hxx> +#include <IDocumentSettingAccess.hxx> #include <wrtsh.hrc> #include <SwStyleNameMapper.hxx> #include <sfx2/request.hxx> @@ -515,7 +515,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrmFm SwFlyFrmFmt *pFmt = SwFEShell::InsertObject( xRef, &aFrmMgr.GetAttrSet() ); // --> #i972# - if ( bStarMath && mpDoc->GetDocumentSettingManager().get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT ) ) + if ( bStarMath && mpDoc->getIDocumentSettingAccess().get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT ) ) AlignFormulaToBaseline( xRef.GetObject() ); if (pFlyFrmFmt) |