diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:56:05 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:56:05 +0000 |
commit | 1d94edf1f3a6635dbd344d2ba15f52de356d7ada (patch) | |
tree | ddd7bb1777f9d0eda3d3a2aa01ae57c24539e0a6 /sc | |
parent | 7571df41355df9c79d74acf9eca8681047b0996d (diff) |
INTEGRATION: CWS aw033 (1.36.38); FILE MERGED
2008/07/10 12:55:20 aw 1.36.38.1: #i39532# XOutputDevice removed, PrepareDelete removed
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabview.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 9e780e2dba81..21e440da24df 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tabview.cxx,v $ - * $Revision: 1.36 $ + * $Revision: 1.37 $ * * This file is part of OpenOffice.org. * @@ -75,7 +75,6 @@ #define _SDR_NOTRANSFORM // Transformationen, selten verwendet #define _SDR_NOTOUCH // Hit-Tests, selten verwendet -#define _SDR_NOEXTDEV // XOutputDevice #define _SDR_NOUNDO // Undo-Objekte #define _SDR_NOPAGEOBJ // SdrPageObj #define _SDR_NOVIRTOBJ // SdrVirtObj @@ -96,11 +95,6 @@ ////////////////////// Umsetzen der Standard-Defines ////////////////////// -#ifdef _SDR_NOEXTDEV - #define _SDVXOUT_HXX - #undef _SDR_NOEXTDEV -#endif - //#define _SVDDRAG_HXX // SdrDragStat #define _SVDPAGE_HXX // SdrPage |