summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 09:18:59 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 11:01:26 +0000
commitc68ac77770a642b89cbc7a5ecbb4ccb41fd53f57 (patch)
tree9615e5bc28c5964ee37596e799f6725fd6197843 /include
parent9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (diff)
cleanup double includes and declarations
Change-Id: I770e09f48b1a3e8299f59a8e475ba3c18d436d7b Reviewed-on: https://gerrit.libreoffice.org/35312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/app.hxx4
-rw-r--r--include/sfx2/templatedlg.hxx1
-rw-r--r--include/svx/unomod.hxx1
-rw-r--r--include/unotools/defaultoptions.hxx1
-rw-r--r--include/vcl/textview.hxx6
5 files changed, 2 insertions, 11 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index 315e3aeaa767..5798c07d3de2 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -57,6 +57,7 @@ class SfxMenuCtrlFactArr_Impl;
class SfxNewFileDialog;
class SfxObjectShell;
class SfxObjectShellArr_Impl;
+class SfxObjectShellLock;
class SfxProgress;
class SfxSlotPool;
class SfxStbCtrlFactArr_Impl;
@@ -69,7 +70,6 @@ class StarBASIC;
class SfxWorkWindow;
class SfxFilterMatcher;
class SfxModule;
-class SfxModule;
namespace vcl { class Window; }
struct SfxChildWinFactory;
struct SfxStbCtrlFactory;
@@ -112,8 +112,6 @@ public:
GetValue() const { return aLink; }
};
-class SfxObjectShellLock;
-
class SFX2_DLLPUBLIC SfxApplication: public SfxShell
{
std::unique_ptr<SfxAppData_Impl> pImpl;
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index 8e0473df1825..40d735d8231b 100644
--- a/include/sfx2/templatedlg.hxx
+++ b/include/sfx2/templatedlg.hxx
@@ -25,7 +25,6 @@
class Edit;
class PopupMenu;
class TemplateLocalView;
-class TemplateLocalView;
class TemplateSearchView;
class ThumbnailView;
class ThumbnailViewItem;
diff --git a/include/svx/unomod.hxx b/include/svx/unomod.hxx
index 7e727802e5dc..e139035396c3 100644
--- a/include/svx/unomod.hxx
+++ b/include/svx/unomod.hxx
@@ -27,7 +27,6 @@
class SdrHint;
class SdrModel;
-class SdrModel;
SVX_DLLPUBLIC css::uno::Reference< css::container::XIndexReplace > SvxCreateNumRule( SdrModel* pModel ) throw();
diff --git a/include/unotools/defaultoptions.hxx b/include/unotools/defaultoptions.hxx
index a849906529cd..5aff22d4f3b3 100644
--- a/include/unotools/defaultoptions.hxx
+++ b/include/unotools/defaultoptions.hxx
@@ -26,7 +26,6 @@
class SvtDefaultOptions_Impl;
-class SvtDefaultOptions_Impl;
class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtDefaultOptions : public utl::detail::Options
{
private:
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index 435295d177fe..61f59be6a41c 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -42,11 +42,7 @@ struct TextDDInfo;
namespace com { namespace sun { namespace star {
namespace datatransfer { namespace clipboard {
class XClipboard;
- } }
- namespace util {
- struct SearchOptions;
- }
-}}}
+}}}}}
namespace i18nutil {
struct SearchOptions;
}