Files
libreoffice/sd/inc/createunopageimpl.hxx
Jochen Nitschke 290b25af22 tdf#95416 remove ../ style include
Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71
Reviewed-on: https://gerrit.libreoffice.org/27942
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-08-23 05:41:17 +00:00

33 lines
1.3 KiB
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SD_INC_CREATEUNOPAGEIMPL_HXX
#define INCLUDED_SD_INC_CREATEUNOPAGEIMPL_HXX
#include <com/sun/star/uno/Reference.hxx>
namespace com { namespace sun { namespace star { namespace uno { class XInterface; } } } }
class SdPage;
css::uno::Reference< css::uno::XInterface > createUnoPageImpl( SdPage* pPage );
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */