summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/prnmon.hxx2
-rw-r--r--include/vcl/svtabbx.hxx10
-rw-r--r--include/vcl/vclevent.hxx1
3 files changed, 0 insertions, 13 deletions
diff --git a/include/sfx2/prnmon.hxx b/include/sfx2/prnmon.hxx
index ff9b2062e538..665d3ac07630 100644
--- a/include/sfx2/prnmon.hxx
+++ b/include/sfx2/prnmon.hxx
@@ -30,11 +30,9 @@ class SfxTabPage;
class SfxItemSet;
-struct SfxPrintOptDlg_Impl;
class SfxPrintOptionsDialog final : public weld::GenericDialogController
{
private:
- std::unique_ptr<SfxPrintOptDlg_Impl> pDlgImpl;
std::unique_ptr<SfxItemSet> pOptions;
std::unique_ptr<weld::Widget> m_xHelpBtn;
std::unique_ptr<weld::Container> m_xContainer;
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx
index d97146806b6a..d59a4cfb9920 100644
--- a/include/vcl/svtabbx.hxx
+++ b/include/vcl/svtabbx.hxx
@@ -35,16 +35,6 @@ enum class SvTabJustify
AdjustCenter = static_cast<int>(SvLBoxTabFlags::ADJUST_CENTER)
};
-struct TabListBoxEventData
-{
- SvTreeListEntry* const m_pEntry;
- sal_uInt16 const m_nColumn;
- OUString const m_sOldText;
-
- TabListBoxEventData( SvTreeListEntry* pEntry, sal_uInt16 nColumn, const OUString& rOldText ) :
- m_pEntry( pEntry ), m_nColumn( nColumn ), m_sOldText( rOldText ) {}
-};
-
class VCL_DLLPUBLIC SvTabListBox : public SvTreeListBox
{
private:
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index 24ee1f3d8297..22829b7bc4f2 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -114,7 +114,6 @@ enum class VclEventId
TabbarPageRemoved, // pData = pageid
TabbarPageSelected, // pData = pageid
TabbarPageTextChanged, // pData = pageid
- TableCellNameChanged, // pData = struct(Entry, Column, oldText)
TableRowSelect,
TabpageActivate, // pData = pageid
TabpageDeactivate, // pData = pageid