summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 3488998dcd90..77a7c21a1e8b 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -43,10 +43,6 @@ class SvxSearchController;
struct SearchDlg_Impl;
-#ifndef NO_SVX_SEARCH
-
-// struct SearchAttrItem -------------------------------------------------
-
struct SearchAttrItem
{
sal_uInt16 nSlot;
@@ -80,7 +76,6 @@ public:
void Remove(size_t nPos, size_t nLen = 1);
};
-#ifndef SV_NODIALOG
// class SvxSearchDialogWrapper ------------------------------------------
@@ -98,10 +93,7 @@ public:
};
// class SvxSearchDialog -------------------------------------------------
-
/*
- {k:\svx\prototyp\dialog\svx/srchdlg.hxx}
-
[Description]
In this modeless dialog the attributes for a search are configured
and a search is started from it. Several search types
@@ -263,14 +255,6 @@ inline sal_Bool SvxSearchDialog::HasReplaceAttributes() const
return ( m_pReplaceAttrText->IsEnabled() && bLen );
}
-
-//////////////////////////////////////////////////////////////////////
-
-
-#endif // SV_NODIALOG
-#endif // NO_SVX_SEARCH
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */