Kaydet (Commit) 1a41e84d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Move HtmlPublishMode into a header of its own

Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc
üst 3abd7eeb
......@@ -71,6 +71,7 @@
#include "cppuhelper/exc_hlp.hxx"
#include "drawdoc.hxx"
#include "htmlpublishmode.hxx"
#include "Outliner.hxx"
#include "sdpage.hxx"
#include "sdattr.hxx"
......
......@@ -35,7 +35,7 @@
#include "assclass.hxx"
#include "sdresid.hxx"
#include "pubdlg.hxx"
#include "htmlpublishmode.hxx"
#include <vector>
#include <boost/scoped_ptr.hpp>
......
/* -*- 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_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
#define INCLUDED_SD_SOURCE_FILTER_HTML_HTMLPUBLISHMODE_HXX
enum HtmlPublishMode {
PUBLISH_HTML, PUBLISH_FRAMES, PUBLISH_WEBCAST, PUBLISH_KIOSK };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -50,8 +50,10 @@
#include "sdresid.hxx"
#include "sdattr.hxx"
#include "pubdlg.hrc"
#include "pubdlg.hxx"
#include "htmlattr.hxx"
#include "htmlex.hxx"
#include "htmlpublishmode.hxx"
#include "helpids.h"
#include "buttonset.hxx"
......
......@@ -33,8 +33,6 @@
#include <boost/scoped_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
enum HtmlPublishMode { PUBLISH_HTML, PUBLISH_FRAMES, PUBLISH_WEBCAST, PUBLISH_KIOSK };
class FixedText;
class RadioButton;
class ListBox;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment