diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 02:30:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-18 01:58:23 +0000 |
commit | 42645fe67cac22e9a96bc4b34c4f85c09185d9d2 (patch) | |
tree | 17212eef1a2c1ad4e671e1a3fc7b9db8d96e683f /include | |
parent | 88f3c8f995e04aaecc9c7fefe4fe347e87d5e05e (diff) |
related tdf#96398 pull out more NPAPI-related code
Fixup windows PCH plus pulling out more code now unused due to NPAPI
removal. Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4.
Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3
Reviewed-on: https://gerrit.libreoffice.org/20783
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/pfiledlg.hxx | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/include/svx/pfiledlg.hxx b/include/svx/pfiledlg.hxx deleted file mode 100644 index 0b4e52ce733b..000000000000 --- a/include/svx/pfiledlg.hxx +++ /dev/null @@ -1,51 +0,0 @@ -/* -*- 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_SVX_PFILEDLG_HXX -#define INCLUDED_SVX_PFILEDLG_HXX - -#include <sfx2/filedlghelper.hxx> -#include <svx/svxdllapi.h> - -/************************************************************************* -|* -|* Filedialog to insert Plugin-Fileformats -|* -\************************************************************************/ - -class SVX_DLLPUBLIC SvxPluginFileDlg -{ -private: - sfx2::FileDialogHelper maFileDlg; - -public: - // with nKind = SID_INSERT_SOUND or - // nKind = SID_INSERT_VIDEO - SvxPluginFileDlg (vcl::Window *pParent, sal_uInt16 nKind ); - ~SvxPluginFileDlg (); - - ErrCode Execute(); - OUString GetPath() const; - - void SetContext( sfx2::FileDialogHelper::Context eNewContext ); -}; - -#endif // INCLUDED_SVX_PFILEDLG_HXX - - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |