summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/view/tabview5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 081f46dcf6c9..f76f8040f6cb 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:09:45 $
+ * last change: $Author: kz $ $Date: 2007-05-10 17:03:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,7 @@
#include "scitems.hxx"
#include <svx/eeitem.hxx>
-#define ITEMID_FIELD EE_FEATURE_FIELD
+
#include <svx/fmshell.hxx>
#include <svx/svdobj.hxx>
26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-01coverity#1372389 Uncaught exceptionCaolán McNamara 2016-09-01coverity#1372383 Uncaught exceptionCaolán McNamara 2016-05-30com::sun::star->css in connectivityNoel Grandin 2016-05-26loplugin:unusedreturntypesNoel Grandin 2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin 2015-10-21refactor out some com::sun::star typedefsNoel Grandin 2015-08-05loplugin:unusedmethodsNoel Grandin 2014-06-05connectivity: remove SAL_THROW macroNoel Grandin 2014-04-19fixincludeguards.sh: connectivityThomas Arnhold 2014-04-16connectivity: sal_Bool->boolNoel Grandin