summaryrefslogtreecommitdiffstats
path: root/cui/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/align.hxx2
-rw-r--r--cui/source/inc/cuihyperdlg.hxx1
-rw-r--r--cui/source/inc/cuitbxform.hxx1
-rw-r--r--cui/source/inc/dlgname.hxx1
-rw-r--r--cui/source/inc/numfmt.hxx4
-rw-r--r--cui/source/inc/numpages.hxx4
-rw-r--r--cui/source/inc/passwdomdlg.hxx2
-rw-r--r--cui/source/inc/swpossizetabpage.hxx1
-rw-r--r--cui/source/inc/transfrm.hxx1
9 files changed, 0 insertions, 17 deletions
diff --git a/cui/source/inc/align.hxx b/cui/source/inc/align.hxx
index 6c7d73fb9452..5bb412c6a611 100644
--- a/cui/source/inc/align.hxx
+++ b/cui/source/inc/align.hxx
@@ -50,7 +50,6 @@
namespace svx {
-
class AlignmentTabPage : public SfxTabPage
{
using TabPage::DeactivatePage;
@@ -114,7 +113,6 @@ private:
};
-
}
#endif
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx
index 8b47df782023..2c56294ab676 100644
--- a/cui/source/inc/cuihyperdlg.hxx
+++ b/cui/source/inc/cuihyperdlg.hxx
@@ -51,7 +51,6 @@ public:
};
-
/*************************************************************************
|*
|* Hyperlink-Dialog
diff --git a/cui/source/inc/cuitbxform.hxx b/cui/source/inc/cuitbxform.hxx
index 24c4a6ce2666..095b961ceca7 100644
--- a/cui/source/inc/cuitbxform.hxx
+++ b/cui/source/inc/cuitbxform.hxx
@@ -25,7 +25,6 @@
#include <vcl/field.hxx>
-
class FmInputRecordNoDialog : public ModalDialog
{
public:
diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx
index 76c979e55601..ac09a3d91bbd 100644
--- a/cui/source/inc/dlgname.hxx
+++ b/cui/source/inc/dlgname.hxx
@@ -151,7 +151,6 @@ public:
};
-
#endif // INCLUDED_CUI_SOURCE_INC_DLGNAME_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/inc/numfmt.hxx b/cui/source/inc/numfmt.hxx
index 5ada9262ba37..df61c578320f 100644
--- a/cui/source/inc/numfmt.hxx
+++ b/cui/source/inc/numfmt.hxx
@@ -20,7 +20,6 @@
#define INCLUDED_CUI_SOURCE_INC_NUMFMT_HXX
-
#include <rtl/ustring.hxx>
#include <sfx2/tabdlg.hxx>
#include <svx/langbox.hxx>
@@ -34,13 +33,11 @@
#include <vcl/window.hxx>
-
class SvxNumberFormatShell;
class SvxNumberInfoItem;
class vector;
-
class SvxNumberPreview : public vcl::Window
{
private:
@@ -62,7 +59,6 @@ public:
};
-
class SvxNumberFormatTabPage : public SfxTabPage
{
friend class VclPtr<SvxNumberFormatTabPage>;
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index cea7ac040f5c..b29e32993ea7 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -79,7 +79,6 @@ struct SvxNumSettings_Impl
typedef std::vector<std::unique_ptr<SvxNumSettings_Impl> > SvxNumSettingsArr_Impl;
-
class SvxSingleNumPickTabPage : public SfxTabPage
{
using TabPage::ActivatePage;
@@ -116,8 +115,6 @@ public:
};
-
-
class SvxBulletPickTabPage : public SfxTabPage
{
using TabPage::ActivatePage;
@@ -200,7 +197,6 @@ public:
};
-
class SvxBitmapPickTabPage : public SfxTabPage
{
using TabPage::ActivatePage;
diff --git a/cui/source/inc/passwdomdlg.hxx b/cui/source/inc/passwdomdlg.hxx
index b0082525273e..87363297f0fe 100644
--- a/cui/source/inc/passwdomdlg.hxx
+++ b/cui/source/inc/passwdomdlg.hxx
@@ -25,7 +25,6 @@
#include <memory>
-
struct PasswordToOpenModifyDialog_Impl;
class PasswordToOpenModifyDialog : public SfxModalDialog
@@ -49,7 +48,6 @@ public:
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/inc/swpossizetabpage.hxx b/cui/source/inc/swpossizetabpage.hxx
index b29ccec012a0..d76725a8e46e 100644
--- a/cui/source/inc/swpossizetabpage.hxx
+++ b/cui/source/inc/swpossizetabpage.hxx
@@ -99,7 +99,6 @@ class SvxSwPosSizeTabPage : public SfxTabPage
bool m_bIsInRightToLeft;
-
DECL_LINK_TYPED(RangeModifyHdl, Control&, void);
DECL_LINK_TYPED(RangeModifyClickHdl, Button*, void);
DECL_LINK_TYPED(AnchorTypeHdl, Button*, void);
diff --git a/cui/source/inc/transfrm.hxx b/cui/source/inc/transfrm.hxx
index 3490963393f5..f56ee4eec014 100644
--- a/cui/source/inc/transfrm.hxx
+++ b/cui/source/inc/transfrm.hxx
@@ -274,7 +274,6 @@ public:
};
-
#endif // INCLUDED_CUI_SOURCE_INC_TRANSFRM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */