PresenterScreen.cxx (79e0a548) PresenterScreen.cxx (494ddcdc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 90 unchanged lines hidden (view full) ---

99 };
100}
101
102
103//----- Service ---------------------------------------------------------------
104
105OUString PresenterScreenJob::getImplementationName_static (void)
106{
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 90 unchanged lines hidden (view full) ---

99 };
100}
101
102
103//----- Service ---------------------------------------------------------------
104
105OUString PresenterScreenJob::getImplementationName_static (void)
106{
107 return A2S("com.sun.star.comp.Draw.framework.PresenterScreenJob");
107 return A2S("com.sun.star.comp.presentation.PresenterScreenJob");
108}
109
110
111
112
113Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void)
114{
115 static const ::rtl::OUString sServiceName(
108}
109
110
111
112
113Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void)
114{
115 static const ::rtl::OUString sServiceName(
116 A2S("com.sun.star.drawing.framework.PresenterScreenJob"));
116 A2S("com.sun.star.presentation.PresenterScreenJob"));
117 return Sequence<rtl::OUString>(&sServiceName, 1);
118}
119
120
121
122
123Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext)
124 SAL_THROW((css::uno::Exception))

--- 806 unchanged lines hidden ---
117 return Sequence<rtl::OUString>(&sServiceName, 1);
118}
119
120
121
122
123Reference<XInterface> PresenterScreenJob::Create (const Reference<uno::XComponentContext>& rxContext)
124 SAL_THROW((css::uno::Exception))

--- 806 unchanged lines hidden ---