PresenterConfigurationAccess.cxx (5d03e972) PresenterConfigurationAccess.cxx (45b93914)
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

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

35using namespace ::com::sun::star::uno;
36using ::rtl::OUString;
37
38#define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString)))
39
40namespace sdext { namespace presenter {
41
42const ::rtl::OUString PresenterConfigurationAccess::msPresenterScreenRootName =
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

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

35using namespace ::com::sun::star::uno;
36using ::rtl::OUString;
37
38#define A2S(pString) (::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(pString)))
39
40namespace sdext { namespace presenter {
41
42const ::rtl::OUString PresenterConfigurationAccess::msPresenterScreenRootName =
43 A2S("/org.openoffice.Office.PresenterScreen/");
43 A2S("/org.openoffice.Office.extension.PresenterScreen/");
44
45PresenterConfigurationAccess::PresenterConfigurationAccess (
46 const Reference<XComponentContext>& rxContext,
47 const OUString& rsRootName,
48 WriteMode eMode)
49 : mxRoot(),
50 maNode()
51{

--- 355 unchanged lines hidden ---
44
45PresenterConfigurationAccess::PresenterConfigurationAccess (
46 const Reference<XComponentContext>& rxContext,
47 const OUString& rsRootName,
48 WriteMode eMode)
49 : mxRoot(),
50 maNode()
51{

--- 355 unchanged lines hidden ---