summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-16 03:28:19 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-16 03:29:30 +0200
commitd6f18c09496318adf78ab32dfa1e1edf74521c5f (patch)
tree4accce6a140a510a2ae6eb1c5aa012abed4efa95 /include/svx
parentd4ae0d8d30e10f7e194a06c540cac1f33a4fe0ba (diff)
remove some stuff
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
Diffstat (limited to 'include/svx')
-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: */