summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/AnimationEndSync.idl
AgeCommit message (Expand)Author
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT
2012-06-12re-base on ALv2 code.Michael Meeks
2012-01-05add mode-lines to .idl filesCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-04-10INTEGRATION: CWS changefileheader (1.3.500); FILE MERGEDRüdiger Timm
2005-09-07INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGEDRüdiger Timm
2004-11-26INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDEDRüdiger Timm
f38d606b05e7a9236ec151e8039972a'>Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
index 2603f1607791..0d4d79321a99 100644
--- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
+++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx
@@ -74,9 +74,8 @@ private:
Prot::Prot()
+ : m_xContext(cppu::defaultBootstrap_InitialComponentContext())
{
- m_xContext = cppu::defaultBootstrap_InitialComponentContext();
-
uno::Reference<lang::XMultiComponentFactory> xFactory = m_xContext->getServiceManager();
uno::Reference<lang::XMultiServiceFactory> xSFactory(xFactory, uno::UNO_QUERY_THROW);