diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:18:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:18:59 +0000 |
commit | ded5b7b3d86297bc73e9e3322054a8a85745b16f (patch) | |
tree | 50ed8e768d7863ef579d017f8cb537683bf2129e /basctl | |
parent | cbfe0940c78ca0a076fddb0e0ae558f4ee172f8c (diff) |
INTEGRATION: CWS removedrafts (1.10.14); FILE MERGED
2005/02/17 12:40:09 cd 1.10.14.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/tbxctl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/tbxctl.cxx b/basctl/source/basicide/tbxctl.cxx index 39405c1d0eed..61d96d935d19 100644 --- a/basctl/source/basicide/tbxctl.cxx +++ b/basctl/source/basicide/tbxctl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxctl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2005-01-18 15:36:53 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:18:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,7 +176,7 @@ IMPL_STATIC_LINK( TbxControls, StateChangedHdl_Impl, StateChangedInfo*, pStateCh { if ( pStateChangedInfo ) { - Reference< ::drafts::com::sun::star::frame::XLayoutManager > xLayoutManager( pStateChangedInfo->xLayoutManager ); + Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager( pStateChangedInfo->xLayoutManager ); if ( xLayoutManager.is() ) { if ( pStateChangedInfo->bDisabled ) |