summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-10 00:27:36 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-10 00:33:38 +0200
commit5b5571505a1db0ccc98f471e358dbd644f8cd6e5 (patch)
tree382141c9a2882d31d125c93c10d46de22dadd128 /cui
parentac08537688971b55a5fd0982cf5bc18a8ffa961e (diff)
cui align: no need for OLocalResourceAccess
Change-Id: Id500403fb70787cd856e2413d7a8e9a949942ac0
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/align.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/align.cxx b/cui/source/tabpages/align.cxx
index 75321182c407..a66e7d9a900f 100644
--- a/cui/source/tabpages/align.cxx
+++ b/cui/source/tabpages/align.cxx
@@ -36,7 +36,6 @@
#include <sfx2/itemconnect.hxx>
#include <svl/cjkoptions.hxx>
#include <svl/languageoptions.hxx>
-#include <svtools/localresaccess.hxx>
#include <svx/flagsdef.hxx>
#include <svl/intitem.hxx>
#include <sfx2/request.hxx>
@@ -317,7 +316,6 @@ void AlignmentTabPage::DataChanged( const DataChangedEvent& rDCEvt )
SfxTabPage::DataChanged( rDCEvt );
if( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && (rDCEvt.GetFlags() & SETTINGS_STYLE) )
{
- svt::OLocalResourceAccess aLocalResAcc( CUI_RES( RID_SVXPAGE_ALIGNMENT ), RSC_TABPAGE );
InitVsRefEgde();
}
}