summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/srchctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/srchctrl.cxx')
-rwxr-xr-x[-rw-r--r--]svx/source/dialog/srchctrl.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/dialog/srchctrl.cxx b/svx/source/dialog/srchctrl.cxx
index fe60ac939811..85a52db251b7 100644..100755
--- a/svx/source/dialog/srchctrl.cxx
+++ b/svx/source/dialog/srchctrl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -35,7 +36,7 @@
#include <svx/svxids.hrc>
-#define _SVX_SRCHDLG_CXX // damit private-Methoden vom SrchDlg bekannt sind
+#define _SVX_SRCHDLG_CXX // so that private methods from SrchDlgare known
@@ -88,3 +89,4 @@ void SvxSearchController::StateChanged( sal_uInt16 nSID, SfxItemState eState,
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */