summaryrefslogtreecommitdiff
path: root/unotools/source/config/searchopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/searchopt.cxx')
-rw-r--r--unotools/source/config/searchopt.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/config/searchopt.cxx b/unotools/source/config/searchopt.cxx
index c2c3b2a973ac..638708221353 100644
--- a/unotools/source/config/searchopt.cxx
+++ b/unotools/source/config/searchopt.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <unotools/searchopt.hxx>
#include <tools/debug.hxx>
#include <unotools/configitem.hxx>
@@ -31,10 +30,8 @@ using namespace utl;
using namespace com::sun::star::uno;
using namespace com::sun::star::i18n;
-
#define MAX_FLAGS_OFFSET 26
-
class SvtSearchOptions_Impl : public ConfigItem
{
sal_Int32 nFlags;
@@ -65,7 +62,6 @@ public:
void SetFlag( sal_uInt16 nOffset, bool bVal );
};
-
SvtSearchOptions_Impl::SvtSearchOptions_Impl() :
ConfigItem( OUString("Office.Common/SearchOptions") )
{
@@ -74,13 +70,11 @@ SvtSearchOptions_Impl::SvtSearchOptions_Impl() :
SetModified( false );
}
-
SvtSearchOptions_Impl::~SvtSearchOptions_Impl()
{
Commit();
}
-
void SvtSearchOptions_Impl::Commit()
{
if (IsModified())