Date: prev next · Thread: first prev next last
December 2011 Archives by date, by thread · List index


Hi Michael, everyone,

I've finished up a patch to completely remove the Large Handles
option. In large part, it touches on the same files that Tim's patch
to remove Simple Handles did.
It is not quite what Michael asked for (the removal of just the
interface options), but I still think that's sensible, as:

* I personally don't think we should have such an option; the size of
the handles should depend on different factors (the screen's PPI,
whether it is a touchscreen or not (are handles even necessary, if yes
they'll need to be much larger), whether accessibility options are
active (large text, high-contrast mode))

* If we then still feel that we don't cover everyone with that, we
should just consider making the default handles larger again (so that,
for ~100 PPI screens we could have 13*13 px handles [1]).

* If we really ever want to re-introduce that option, it should
absolutely be a global option, not three app-specific ones.

(Neither of the above three points should happen before the 3.5 release.)

In case all this isn't sufficient reason to completely remove the
option, feel free to amend the patch and just use the modifications
made in the .src files.

I know today is feature freeze, everyone will be busy and this might
not be too high on the list of things that need to be done, and
additionally, I could push this myself, but this too large for me to
feel that I should push it on my own.

Regards,

Astron.

[1]  This actually is Michael's proposal.
From fe58d59d36346dc360f0485134e9e905a99273ba Mon Sep 17 00:00:00 2001
From: "Stefan Knorr (astron)" <heinzlesspam@gmail.com>
Date: Mon, 5 Dec 2011 09:53:41 +0100
Subject: [PATCH] Remove Large Handles option

This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles 
always.
---
 default_images/cmd/lc_bighandles.png               |  Bin 197 -> 0 bytes
 default_images/cmd/sc_bighandles.png               |  Bin 181 -> 0 bytes
 .../xslt/import/uof/uof2odf_presentation.xsl       |    1 -
 .../openoffice/Office/UI/DrawImpressCommands.xcu   |    9 --
 .../registry/schema/org/openoffice/Office/Draw.xcs |   11 ---
 .../schema/org/openoffice/Office/Impress.xcs       |   10 --
 ooo_custom_images/crystal/cmd/lc_bighandles.png    |  Bin 925 -> 0 bytes
 ooo_custom_images/crystal/cmd/sc_bighandles.png    |  Bin 605 -> 0 bytes
 ooo_custom_images/hicontrast/cmd/lc_bighandles.png |  Bin 138 -> 0 bytes
 ooo_custom_images/hicontrast/cmd/sc_bighandles.png |  Bin 124 -> 0 bytes
 ooo_custom_images/human/cmd/lc_bighandles.png      |  Bin 313 -> 0 bytes
 ooo_custom_images/human/cmd/sc_bighandles.png      |  Bin 219 -> 0 bytes
 ooo_custom_images/industrial/cmd/lc_bighandles.png |  Bin 313 -> 0 bytes
 ooo_custom_images/industrial/cmd/sc_bighandles.png |  Bin 219 -> 0 bytes
 ooo_custom_images/oxygen/cmd/lc_bighandles.png     |  Bin 925 -> 0 bytes
 ooo_custom_images/oxygen/cmd/sc_bighandles.png     |  Bin 605 -> 0 bytes
 sc/inc/viewopti.hxx                                |    5 +-
 sc/source/core/tool/viewopti.cxx                   |   11 ---
 sc/source/ui/inc/optdlg.hrc                        |    1 -
 sc/source/ui/inc/tpview.hxx                        |    1 -
 sc/source/ui/optdlg/tpview.cxx                     |    8 +--
 sc/source/ui/src/optdlg.src                        |   25 ++----
 sc/source/ui/view/drawview.cxx                     |    5 +-
 sd/inc/app.hrc                                     |    1 -
 sd/inc/sdcommands.h                                |    1 -
 sd/sdi/_drvwsh.sdi                                 |    5 -
 sd/sdi/sdraw.sdi                                   |   27 ------
 sd/source/ui/app/optsitem.cxx                      |   90 +++++++++-----------
 sd/source/ui/app/tbxids_tmpl.src                   |    8 --
 sd/source/ui/app/toolbox2_tmpl.src                 |    1 -
 sd/source/ui/inc/FrameView.hxx                     |    4 -
 sd/source/ui/inc/optsitem.hxx                      |    3 -
 sd/source/ui/inc/unokywds.hxx                      |    1 -
 sd/source/ui/view/drviews5.cxx                     |    9 +--
 sd/source/ui/view/drviewsg.cxx                     |    7 --
 sd/source/ui/view/frmview.cxx                      |   11 ---
 sd/uiconfig/sdraw/toolbar/optionsbar.xml           |    1 -
 sd/uiconfig/simpress/toolbar/optionsbar.xml        |    1 -
 svx/source/svdraw/svdhdl.cxx                       |   10 +-
 sw/inc/viewopt.hxx                                 |    6 --
 sw/source/core/view/viewimp.cxx                    |    4 +-
 sw/source/core/view/viewsh.cxx                     |    5 +-
 sw/source/ui/config/cfgitems.cxx                   |    5 -
 sw/source/ui/config/optdlg.src                     |   26 ++-----
 sw/source/ui/config/optpage.cxx                    |    3 -
 sw/source/ui/config/usrpref.cxx                    |    2 -
 sw/source/ui/inc/cfgitems.hxx                      |    1 -
 sw/source/ui/inc/optpage.hxx                       |    1 -
 sw/source/ui/uno/SwXDocumentSettings.cxx           |    1 -
 .../modules/sdraw/toolbar/optionsbar.xml           |    1 -
 .../modules/simpress/toolbar/optionsbar.xml        |    1 -
 .../user/xslt/import/uof/uof2odf_presentation.xsl  |    1 -
 .../OpenOffice.org_help_topics_en-US.txt           |   20 -----
 .../Oracle_Open_Office_help_topics_en-US.txt       |   20 -----
 testautomation/global/sid/bars.sid                 |    1 -
 testautomation/global/win/bars.win                 |    1 -
 testautomation/global/win/tab_h_o.win              |    5 -
 57 files changed, 71 insertions(+), 300 deletions(-)
 delete mode 100644 default_images/cmd/lc_bighandles.png
 delete mode 100644 default_images/cmd/sc_bighandles.png
 delete mode 100644 ooo_custom_images/crystal/cmd/lc_bighandles.png
 delete mode 100644 ooo_custom_images/crystal/cmd/sc_bighandles.png
 delete mode 100644 ooo_custom_images/hicontrast/cmd/lc_bighandles.png
 delete mode 100644 ooo_custom_images/hicontrast/cmd/sc_bighandles.png
 delete mode 100644 ooo_custom_images/human/cmd/lc_bighandles.png
 delete mode 100644 ooo_custom_images/human/cmd/sc_bighandles.png
 delete mode 100644 ooo_custom_images/industrial/cmd/lc_bighandles.png
 delete mode 100644 ooo_custom_images/industrial/cmd/sc_bighandles.png
 delete mode 100644 ooo_custom_images/oxygen/cmd/lc_bighandles.png
 delete mode 100644 ooo_custom_images/oxygen/cmd/sc_bighandles.png

diff --git a/default_images/cmd/lc_bighandles.png b/default_images/cmd/lc_bighandles.png
deleted file mode 100644
index c884cc22e4c1b4ffe850c76077d90a3d966c2f6a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 197
zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%J)SO(Ar-fh6C_xjxe6rMa+x3f
z_o$He{j%xhuYd6$KH1AO|2PumGAT~2^!oo@*8dM1cC63L**sIC$5%fuUGvtz=kXup
z`y6W)9iFSQH^|LhGUd!apc;Q2g~0V(0@9~fzLa6Q7+|-tp=9p@19kJKla`cUSrpja
uw$OF)((f5Bdjpx26DN7+8-3+-WMD{K`@=i$cOehZT@0SCelF{r5}E+RPfmsa

diff --git a/default_images/cmd/sc_bighandles.png b/default_images/cmd/sc_bighandles.png
deleted file mode 100644
index 1224eec04f9494f020f03063c6b54420ee40b2f3..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 181
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`HJ&bxAr-fh6C^|$4jW`h3;b_?
zl&i8j`Rd1i_X{7|OElk@b<Aw`#>A3Rj>Vxe|3B;h;6J8d=C}M&h<a|#6vu0SKuUHn
z$dzgpWm&a1Y%%QURo~%IbSz-&idPPGDrOfpu9AJk7GSIR(5T@>ON+MZB{M}wVZlI7
c&PZ7X^C$h<JoYEg0o}pi>FVdQ&MBb@0GR1Rga7~l

diff --git a/filter/source/xslt/import/uof/uof2odf_presentation.xsl 
b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
index 8e03235..3c9c569 100644
--- a/filter/source/xslt/import/uof/uof2odf_presentation.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_presentation.xsl
@@ -37,7 +37,6 @@
                                                        <config:config-item config:name="PageKind" 
config:type="short">0</config:config-item>
                                                        <config:config-item 
config:name="SelectedPage" config:type="short">0</config:config-item>
                                                        <config:config-item 
config:name="IsLayerMode" config:type="boolean">false</config:config-item>
-                                                       <config:config-item 
config:name="IsBigHandles" config:type="boolean">false</config:config-item>
                                                        <config:config-item 
config:name="IsDoubleClickTextEdit" config:type="boolean">true</config:config-item>
                                                        <config:config-item 
config:name="IsClickChangeRotation" config:type="boolean">false</config:config-item>
                                                        <config:config-item 
config:name="SlidesPerRow" config:type="short">4</config:config-item>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 8464949..d97348e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -1525,15 +1525,6 @@
           <value xml:lang="en-US">24 Bit True Color</value>
         </prop>
       </node>
-      <node oor:name=".uno:BigHandles" oor:op="replace">
-        <prop oor:name="Label" oor:type="xs:string">
-
-          <value xml:lang="en-US">Large Handles</value>
-        </prop>
-        <prop oor:name="Properties" oor:type="xs:int">
-          <value>1</value>
-        </prop>
-      </node>
       <node oor:name=".uno:DoubleClickTextEdit" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
 
diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 0cb2ee0..1450914 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -364,17 +364,6 @@
                                </info>
                                <value>true</value>
                        </prop>
-      <prop oor:name="BigHandles" oor:type="xs:boolean">
-                               <!-- OldPath: Draw/Other -->
-                               <!-- OldLocation: soffice.cfg -->
-                               <!-- UIHints: Optionbar -->
-                               <info>
-                                       <author>AF</author>
-                                       <desc>Indicates whether to show big (true) or small (false) 
handles.</desc>
-                                       <label>Big Handles</label>
-                               </info>
-                <value>true</value>
-                       </prop>
                        <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean">
                                <!-- OldPath: Draw/Other -->
                                <!-- OldLocation: soffice.cfg -->
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 2876a29..1b549d6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -408,16 +408,6 @@
         </info>
         <value>true</value>
       </prop>
-      <prop oor:name="BigHandles" oor:type="xs:boolean">
-        <!-- OldPath: Impress/Other -->
-        <!-- OldLocation: soffice.cfg -->
-        <!-- UIHints: Optionbar -->
-        <info>
-          <desc>Indicates whether to show big (true) or small (false) handles.</desc>
-          <label>Big Handles</label>
-        </info>
-        <value>true</value>
-      </prop>
       <prop oor:name="ModifyWithAttributes" oor:type="xs:boolean">
         <!-- OldPath: Impress/Other -->
         <!-- OldLocation: soffice.cfg -->
diff --git a/ooo_custom_images/crystal/cmd/lc_bighandles.png 
b/ooo_custom_images/crystal/cmd/lc_bighandles.png
deleted file mode 100644
index e6c894d4335791e3db20cb0821166965c5d223f2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 925
zcmV;O17iG%P)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX000AINkl<ZcwU{9
zeP~-{6vm(2du!XIW69FG^utV%mBD7`1Vy*WstQb|pq8u-P-G$qG5|qER0LswB7y*O
z6NECrzb0-lp%W(7ZqklAam7;i!J0K~(scQ_x!?DF?|WQdOidt*v=2Po7vTAEIOp6G
zA|gEhxtJf^?nWHf!&1=_qrYd}Y<fO#j}Gl7A{Py$4O8^cla%i7arsi&7E@P?erBmm
zrR=Q>_PNxn8UQ?$bc4qp3CFJF!noNQMgQJj<mP5c+4bdcOUg|HF2FhJzDlTLOQJ87
z+!5JS$%fJ28OO$Afbo%uJ^-5~IJ0c>OABFKStQ)9K$>$FN9@tJNq9B{2ZRR@1B4I2
z2RPS$nJ%}wT@mDUnM1)K1kAvSB>37wg@qQoR-q*m5N>u}TzunoBARK~iWhD~%a${9
z2ijei^CcLHtT<ohg=(b?cpwV&_qMm7nRpSdW1&z3)rb&_kh)s2o?n<7JNc)^1Kbx6
z+a)z7SS5Eojb>scmYcIOxocB8_pNSXhPAc#9tT$Dx(pCeweoGsGZ)5{hd+C5<^8Yk
zB_iC-0Kzi2^MfBkTMxfeliOGqP+!(ZwHKEMWpE8v_k2B~?*8hP+Kh%8$;rdRnkBc!
zN39gpikRHfHH%yzXbN`Z@~>He2Y@vJ2W)*{a3FA+fQ7%lR&W<UeJkpRN9!COvHu&M
zx4w#n3!njb=lgVY&qw-5vM;_Pxh3{q{NVWUjss_opoz3$YJ1{i`exrJ`pE}(rS>Ma
zA9{0BYW#TQxzjJL{&}B%Z)c{m0eyR!(Oah-disP#k^Lhx0Frn8DGrM0iSth7)Zd&w
z{Mn<_cMc66GpPNkW9I>M${yd!oBp|UJ7$+cxNWE~I1spH6+lOmTY*!PzCEBOHslQj
zW&jvmMc@@%0klc**mS}6dOGXQX5icRs{`+zZF&3)AMzIaazLwZsLFib;dnydj7Dcu
zf^Em7n)4?ucx5qIo;-q{{Wky(fB_*UcU`{QIyW#be!P?Gs^-cjfw=h}*evGT{+js1
zv0N99<6&EOi{d0SW#-baH)(Nfw&C!e{V7_=<&@f7L}Q_NSSa}_*jShzs!SZ+2jODH
zmxTu~(?K)wl2N%jIi&wKIZ(~n!UK6F9RU6T0fk~n*gH2r00000NkvXXu0mjfs*t$c

diff --git a/ooo_custom_images/crystal/cmd/sc_bighandles.png 
b/ooo_custom_images/crystal/cmd/sc_bighandles.png
deleted file mode 100644
index e0756c49f2403f5ded6b6247d35590af43bf48c9..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 605
zcmV-j0;2tiP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0006cNkl<ZILl*T
z4*O>?W8dG8{ky)r51R1grD*tpI}8jA{Qv*|XF$e4bqbSq{{7In@zYzEjz`ahLk~Ow
zsuKiB7_7MX>u>$>|No=b|NAeMc;q{i)6v7s0dICN`#;^m>~nhuv*+a<%w87{R&V+I
zr{V}ioow=f7eE8F7?}N^8KkcI_&a*TzyJ1g{{0sW-}C?|p@!iC|7QvTGv9oItBcqI
zHNf+{fqv!9uR68&{}|QX{%M`F`UO@4JkKj=6<v9+Q*-Z^RNnPp>M@JnLJV-;&d#V5
z<H}^Q@F1hSUpk|pN(fLw2Ezd7?W~L{iH?lwsnZyhBPTKnsf7X6DIgRCzFENFbzcHq
zBZfg%QxllYyCYzHgoNKC;ta6pO<*=@!eW5$EuaBc2^(PA1T>%uivgY&fd-r+Y=BW!
z0<&Qu76Uv^E?{ujPuKv1q6B8W3@iq??gtvMm9PQ2SqaSA2?zs#DN(6u!=FoOGhe*1
zufKa#JnGP9VDzwINy_5&>;7Cwp8n{rVbQrOVv&dTfYgDL@{AKd|I{3VBvF~9eb`eX
zFfWvD`uZ7bQjS{k0iKivLN<J7(#b!}Y}&Ge*|=&4vtiK=X1z=xU3SoS>eD}1ld|K4
z7r*Uh{Q9rb{_8)d@6rdjlCo9%qfan(>^{q0z>=~sugi>?>=v~vIZO&yiCZQw#A<-^
rc3vKrSyMskSPb)5ikKxY1sMPUZAw41u`0#200000NkvXXu0mjf%MKuF

diff --git a/ooo_custom_images/hicontrast/cmd/lc_bighandles.png 
b/ooo_custom_images/hicontrast/cmd/lc_bighandles.png
deleted file mode 100644
index 5878ddf58108a54f4f9527adce4a22140c32c5f4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 138
zcmeAS@N?(olHy`uVBq!ia0vp^QXtI11|(N{`J4k%fu1goAs)w*6Beld=w}bO%EQ4f
zJUL6y(U`5(m7P!Khd;-GD?GgNfp?X5EwM^r;L7*f%pI6E;SqP&8HueKR~9Aa2>Keo
l$vA2r^|5zCSAQ4-gQ47g|1&`>dx3^Cc)I$ztaD0e0s!61DvbaD

diff --git a/ooo_custom_images/hicontrast/cmd/sc_bighandles.png 
b/ooo_custom_images/hicontrast/cmd/sc_bighandles.png
deleted file mode 100644
index 879e51c5d8984a387e64ffa19aff8785f68bb45b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 124
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`&YmugAr_~TfAq5&JYa~p>SUr|
zpvY`+B}v$(-~mIMuYutr9)+8%BCU)(4RcO7s2o@&Hvg>4N?A6x39=oFJ!gJe!ozSb
WeL=%-ZiRZFaSWcWelF{r5}E+SaU~f5

diff --git a/ooo_custom_images/human/cmd/lc_bighandles.png 
b/ooo_custom_images/human/cmd/lc_bighandles.png
deleted file mode 100644
index c694b0a71093c6b3557db73a1234a55092cf084e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 313
zcmV-90mlA`P)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00031Nkl<ZcwW_2
zK?;K~5HvBb@eO@~H=j^E_#bbcJbEqS3;G5RKBIj=+ARzSvydg$LI;L~z|J@ulZ4`A
z{L~;83}=(kYbil>uL@wjtabygwY8|O>#Ie4p69$h=(>*9y!RhE=P=g{kUok5MFX~N
zQ^i9FpRp`UA!?HeoKV^#Uk-8200{&#j^o(M+B8j)=JsBGl0gCx1GQEiItLH}$td4|
z#VG-J!~pz$0u<w~;Y9fcnt+(>6J@tZ6M%_~SqUPJy-?8ieXDFPv1yuNr-QjqUUrJO
zmMZ_UTbAY22M5RAf+1l*(SV2PP0(v2U3N6L!;^TTMe&aw{gd$mjbB29I3S9a00000
LNkvXXu0mjfTK9na

diff --git a/ooo_custom_images/human/cmd/sc_bighandles.png 
b/ooo_custom_images/human/cmd/sc_bighandles.png
deleted file mode 100644
index 7388a6a13f1b458793dab1e26b2ff2b5ccab380e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 219
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`i#%N%Ln`9dPCm)oY#`to%zyO4
zW&MM{Pld5=I{&i!1iSYHMUE#CRoj318-M%pwSTj0W!(PK_v;GW9bR=VcwZe;sC8rW
zI_+~Fnu^bR<|~U=a~d4uaN^Kdn$Xi&ysj*WUofW4nd3Z5kXOdq#I>#8<qVIxGYQEZ
z|G2NAxQ>JWa6{%SJ=T<eR^`0<r=3`C&wGD*^}|cQY|ej?ye+=6cIs{WU}5<yYFeHW
T&Rcwdu4V9a^>bP0l+XkKC%#vG

diff --git a/ooo_custom_images/industrial/cmd/lc_bighandles.png 
b/ooo_custom_images/industrial/cmd/lc_bighandles.png
deleted file mode 100644
index c694b0a71093c6b3557db73a1234a55092cf084e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 313
zcmV-90mlA`P)<h;3K|Lk000e1NJLTq000;O000;W1^@s6;CDUv00031Nkl<ZcwW_2
zK?;K~5HvBb@eO@~H=j^E_#bbcJbEqS3;G5RKBIj=+ARzSvydg$LI;L~z|J@ulZ4`A
z{L~;83}=(kYbil>uL@wjtabygwY8|O>#Ie4p69$h=(>*9y!RhE=P=g{kUok5MFX~N
zQ^i9FpRp`UA!?HeoKV^#Uk-8200{&#j^o(M+B8j)=JsBGl0gCx1GQEiItLH}$td4|
z#VG-J!~pz$0u<w~;Y9fcnt+(>6J@tZ6M%_~SqUPJy-?8ieXDFPv1yuNr-QjqUUrJO
zmMZ_UTbAY22M5RAf+1l*(SV2PP0(v2U3N6L!;^TTMe&aw{gd$mjbB29I3S9a00000
LNkvXXu0mjfTK9na

diff --git a/ooo_custom_images/industrial/cmd/sc_bighandles.png 
b/ooo_custom_images/industrial/cmd/sc_bighandles.png
deleted file mode 100644
index 7388a6a13f1b458793dab1e26b2ff2b5ccab380e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 219
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`i#%N%Ln`9dPCm)oY#`to%zyO4
zW&MM{Pld5=I{&i!1iSYHMUE#CRoj318-M%pwSTj0W!(PK_v;GW9bR=VcwZe;sC8rW
zI_+~Fnu^bR<|~U=a~d4uaN^Kdn$Xi&ysj*WUofW4nd3Z5kXOdq#I>#8<qVIxGYQEZ
z|G2NAxQ>JWa6{%SJ=T<eR^`0<r=3`C&wGD*^}|cQY|ej?ye+=6cIs{WU}5<yYFeHW
T&Rcwdu4V9a^>bP0l+XkKC%#vG

diff --git a/ooo_custom_images/oxygen/cmd/lc_bighandles.png 
b/ooo_custom_images/oxygen/cmd/lc_bighandles.png
deleted file mode 100644
index e6c894d4335791e3db20cb0821166965c5d223f2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 925
zcmV;O17iG%P)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX000AINkl<ZcwU{9
zeP~-{6vm(2du!XIW69FG^utV%mBD7`1Vy*WstQb|pq8u-P-G$qG5|qER0LswB7y*O
z6NECrzb0-lp%W(7ZqklAam7;i!J0K~(scQ_x!?DF?|WQdOidt*v=2Po7vTAEIOp6G
zA|gEhxtJf^?nWHf!&1=_qrYd}Y<fO#j}Gl7A{Py$4O8^cla%i7arsi&7E@P?erBmm
zrR=Q>_PNxn8UQ?$bc4qp3CFJF!noNQMgQJj<mP5c+4bdcOUg|HF2FhJzDlTLOQJ87
z+!5JS$%fJ28OO$Afbo%uJ^-5~IJ0c>OABFKStQ)9K$>$FN9@tJNq9B{2ZRR@1B4I2
z2RPS$nJ%}wT@mDUnM1)K1kAvSB>37wg@qQoR-q*m5N>u}TzunoBARK~iWhD~%a${9
z2ijei^CcLHtT<ohg=(b?cpwV&_qMm7nRpSdW1&z3)rb&_kh)s2o?n<7JNc)^1Kbx6
z+a)z7SS5Eojb>scmYcIOxocB8_pNSXhPAc#9tT$Dx(pCeweoGsGZ)5{hd+C5<^8Yk
zB_iC-0Kzi2^MfBkTMxfeliOGqP+!(ZwHKEMWpE8v_k2B~?*8hP+Kh%8$;rdRnkBc!
zN39gpikRHfHH%yzXbN`Z@~>He2Y@vJ2W)*{a3FA+fQ7%lR&W<UeJkpRN9!COvHu&M
zx4w#n3!njb=lgVY&qw-5vM;_Pxh3{q{NVWUjss_opoz3$YJ1{i`exrJ`pE}(rS>Ma
zA9{0BYW#TQxzjJL{&}B%Z)c{m0eyR!(Oah-disP#k^Lhx0Frn8DGrM0iSth7)Zd&w
z{Mn<_cMc66GpPNkW9I>M${yd!oBp|UJ7$+cxNWE~I1spH6+lOmTY*!PzCEBOHslQj
zW&jvmMc@@%0klc**mS}6dOGXQX5icRs{`+zZF&3)AMzIaazLwZsLFib;dnydj7Dcu
zf^Em7n)4?ucx5qIo;-q{{Wky(fB_*UcU`{QIyW#be!P?Gs^-cjfw=h}*evGT{+js1
zv0N99<6&EOi{d0SW#-baH)(Nfw&C!e{V7_=<&@f7L}Q_NSSa}_*jShzs!SZ+2jODH
zmxTu~(?K)wl2N%jIi&wKIZ(~n!UK6F9RU6T0fk~n*gH2r00000NkvXXu0mjfs*t$c

diff --git a/ooo_custom_images/oxygen/cmd/sc_bighandles.png 
b/ooo_custom_images/oxygen/cmd/sc_bighandles.png
deleted file mode 100644
index e0756c49f2403f5ded6b6247d35590af43bf48c9..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 605
zcmV-j0;2tiP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0006cNkl<ZILl*T
z4*O>?W8dG8{ky)r51R1grD*tpI}8jA{Qv*|XF$e4bqbSq{{7In@zYzEjz`ahLk~Ow
zsuKiB7_7MX>u>$>|No=b|NAeMc;q{i)6v7s0dICN`#;^m>~nhuv*+a<%w87{R&V+I
zr{V}ioow=f7eE8F7?}N^8KkcI_&a*TzyJ1g{{0sW-}C?|p@!iC|7QvTGv9oItBcqI
zHNf+{fqv!9uR68&{}|QX{%M`F`UO@4JkKj=6<v9+Q*-Z^RNnPp>M@JnLJV-;&d#V5
z<H}^Q@F1hSUpk|pN(fLw2Ezd7?W~L{iH?lwsnZyhBPTKnsf7X6DIgRCzFENFbzcHq
zBZfg%QxllYyCYzHgoNKC;ta6pO<*=@!eW5$EuaBc2^(PA1T>%uivgY&fd-r+Y=BW!
z0<&Qu76Uv^E?{ujPuKv1q6B8W3@iq??gtvMm9PQ2SqaSA2?zs#DN(6u!=FoOGhe*1
zufKa#JnGP9VDzwINy_5&>;7Cwp8n{rVbQrOVv&dTfYgDL@{AKd|I{3VBvF~9eb`eX
zFfWvD`uZ7bQjS{k0iKivLN<J7(#b!}Y}&Ge*|=&4vtiK=X1z=xU3SoS>eD}1ld|K4
z7r*Uh{Q9rb{_8)d@6rdjlCo9%qfan(>^{q0z>=~sugi>?>=v~vIZO&yiCZQw#A<-^
rc3vKrSyMskSPb)5ikKxY1sMPUZAw41u`0#200000NkvXXu0mjf%MKuF

diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 63d244b..0c763ce 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -56,8 +56,7 @@ enum ScViewOption
     VOPT_HELPLINES,
     VOPT_ANCHOR,
     VOPT_PAGEBREAKS,
-    VOPT_CLIPMARKS,
-    VOPT_BIGHANDLES
+    VOPT_CLIPMARKS
 };
 
 enum ScVObjType
@@ -67,7 +66,7 @@ enum ScVObjType
     VOBJ_TYPE_DRAW
 };
 
-#define MAX_OPT             (sal_uInt16)VOPT_BIGHANDLES+1
+#define MAX_OPT             (sal_uInt16)VOPT_CLIPMARKS+1
 #define MAX_TYPE            (sal_uInt16)VOBJ_TYPE_DRAW+1
 
 #define SC_STD_GRIDCOLOR    COL_LIGHTGRAY
diff --git a/sc/source/core/tool/viewopti.cxx b/sc/source/core/tool/viewopti.cxx
index 41a59cb..cf763b0 100644
--- a/sc/source/core/tool/viewopti.cxx
+++ b/sc/source/core/tool/viewopti.cxx
@@ -152,7 +152,6 @@ void ScViewOptions::SetDefaults()
     aOptArr[ VOPT_SYNTAX      ] =
     aOptArr[ VOPT_HELPLINES   ] =
     aOptArr[ VOPT_GRID_ONTOP  ] =
-    aOptArr[ VOPT_BIGHANDLES  ] = false;
     aOptArr[ VOPT_NOTES       ] =
     aOptArr[ VOPT_NULLVALS    ] =
     aOptArr[ VOPT_VSCROLL     ] =
@@ -299,8 +298,6 @@ SfxPoolItem* ScTpViewItem::Clone( SfxItemPool * ) const
 #define SCLAYOUTOPT_GRIDCOLOR       1
 #define SCLAYOUTOPT_PAGEBREAK       2
 #define SCLAYOUTOPT_GUIDE           3
-#define SCLAYOUTOPT_SIMPLECONT      4
-#define SCLAYOUTOPT_LARGECONT       5
 #define SCLAYOUTOPT_COLROWHDR       6
 #define SCLAYOUTOPT_HORISCROLL      7
 #define SCLAYOUTOPT_VERTSCROLL      8
@@ -345,8 +342,6 @@ Sequence<OUString> ScViewCfg::GetLayoutPropertyNames()
         "Line/GridLineColor",       // SCLAYOUTOPT_GRIDCOLOR
         "Line/PageBreak",           // SCLAYOUTOPT_PAGEBREAK
         "Line/Guide",               // SCLAYOUTOPT_GUIDE
-        "Line/SimpleControlPoint",  // SCLAYOUTOPT_SIMPLECONT
-        "Line/LargeControlPoint",   // SCLAYOUTOPT_LARGECONT
         "Window/ColumnRowHeader",   // SCLAYOUTOPT_COLROWHDR
         "Window/HorizontalScroll",  // SCLAYOUTOPT_HORISCROLL
         "Window/VerticalScroll",    // SCLAYOUTOPT_VERTSCROLL
@@ -454,9 +449,6 @@ ScViewCfg::ScViewCfg() :
                     case SCLAYOUTOPT_GUIDE:
                         SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( 
pValues[nProp] ) );
                         break;
-                    case SCLAYOUTOPT_LARGECONT:
-                        SetOption( VOPT_BIGHANDLES, ScUnoHelpFunctions::GetBoolFromAny( 
pValues[nProp] ) );
-                        break;
                     case SCLAYOUTOPT_COLROWHDR:
                         SetOption( VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] 
) );
                         break;
@@ -621,9 +613,6 @@ IMPL_LINK( ScViewCfg, LayoutCommitHdl, void *, EMPTYARG )
             case SCLAYOUTOPT_GUIDE:
                 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HELPLINES ) );
                 break;
-            case SCLAYOUTOPT_LARGECONT:
-                ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_BIGHANDLES ) );
-                break;
             case SCLAYOUTOPT_COLROWHDR:
                 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HEADER ) );
                 break;
diff --git a/sc/source/ui/inc/optdlg.hrc b/sc/source/ui/inc/optdlg.hrc
index 5b74ebe..15c32cf 100644
--- a/sc/source/ui/inc/optdlg.hrc
+++ b/sc/source/ui/inc/optdlg.hrc
@@ -154,7 +154,6 @@
 #define GB_TAB          64
 #define MF_TAB          65
 #define CB_PAGEBREAKS   66
-#define CB_BIGHANDLES   68
 #define FT_TAB          69
 #define FT_UNIT         70
 #define FL_SEPARATOR1   71
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx
index 260ee38..015b917 100644
--- a/sc/source/ui/inc/tpview.hxx
+++ b/sc/source/ui/inc/tpview.hxx
@@ -53,7 +53,6 @@ class ScTpContentOptions : public SfxTabPage
     ColorListBox    aColorLB;
     CheckBox        aBreakCB;
     CheckBox        aGuideLineCB;
-    CheckBox        aBigHandleCB;
 
     FixedLine       aSeparator1FL;
 
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index d52514d..c237288 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -66,7 +66,6 @@ ScTpContentOptions::ScTpContentOptions( Window*         pParent,
     aColorLB( this,         ScResId(LB_COLOR            )),
     aBreakCB( this,         ScResId(CB_PAGEBREAKS       )),
     aGuideLineCB( this,     ScResId(CB_GUIDELINE        )),
-    aBigHandleCB( this,     ScResId(CB_BIGHANDLES       )),
 
     aSeparator1FL    (this, ScResId(FL_SEPARATOR1 )),
     aDisplayGB( this,   ScResId(GB_DISPLAY)),
@@ -122,7 +121,6 @@ ScTpContentOptions::ScTpContentOptions( Window*         pParent,
     aOutlineCB  .SetClickHdl(aCBHdl);
     aBreakCB    .SetClickHdl(aCBHdl);
     aGuideLineCB.SetClickHdl(aCBHdl);
-    aBigHandleCB.SetClickHdl(aCBHdl);
     aRowColHeaderCB.SetClickHdl(aCBHdl);
 
 }
@@ -158,8 +156,7 @@ sal_Bool    ScTpContentOptions::FillItemSet( SfxItemSet& rCoreSet )
         aOutlineCB      .GetSavedValue() != aOutlineCB     .IsChecked() ||
         aColorLB        .GetSavedValue() != aColorLB       .GetSelectEntryPos() ||
         aBreakCB        .GetSavedValue() != aBreakCB       .IsChecked() ||
-        aGuideLineCB    .GetSavedValue() != aGuideLineCB   .IsChecked() ||
-        aBigHandleCB    .GetSavedValue() != aBigHandleCB   .IsChecked())
+        aGuideLineCB    .GetSavedValue() != aGuideLineCB   .IsChecked())
     {
         pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(),
                                      aColorLB.GetSelectEntry() );
@@ -210,7 +207,6 @@ void    ScTpContentOptions::Reset( const SfxItemSet& rCoreSet )
 
     aBreakCB.Check( pLocalOptions->GetOption(VOPT_PAGEBREAKS) );
     aGuideLineCB.Check( pLocalOptions->GetOption(VOPT_HELPLINES) );
-    aBigHandleCB.Check( pLocalOptions->GetOption(VOPT_BIGHANDLES) );
 
     if(SFX_ITEM_SET == rCoreSet.GetItemState(SID_SC_INPUT_RANGEFINDER, false, &pItem))
         aRangeFindCB.Check(((const SfxBoolItem*)pItem)->GetValue());
@@ -238,7 +234,6 @@ void    ScTpContentOptions::Reset( const SfxItemSet& rCoreSet )
     aColorLB        .SaveValue();
     aBreakCB        .SaveValue();
     aGuideLineCB    .SaveValue();
-    aBigHandleCB    .SaveValue();
 }
 
 void ScTpContentOptions::ActivatePage( const SfxItemSet& rSet)
@@ -288,7 +283,6 @@ IMPL_LINK( ScTpContentOptions, CBHdl, CheckBox*, pBtn )
     else if ( &aOutlineCB       == pBtn )   eOption = VOPT_OUTLINER;
     else if ( &aBreakCB         == pBtn )   eOption = VOPT_PAGEBREAKS;
     else if ( &aGuideLineCB     == pBtn )   eOption = VOPT_HELPLINES;
-    else if ( &aBigHandleCB     == pBtn )   eOption = VOPT_BIGHANDLES;
     else if ( &aRowColHeaderCB  == pBtn )   eOption = VOPT_HEADER;
 
     pLocalOptions->SetOption( eOption, bChecked );
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index b70900e..93378d1 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -497,13 +497,6 @@ TabPage RID_SCPAGE_CONTENT
         Size = MAP_APPFONT ( 112 , 10 ) ;
         Text [ en-US ] = "Helplines ~While Moving";
     };
-    CheckBox CB_BIGHANDLES
-    {
-        HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES";
-        Pos = MAP_APPFONT ( 12 , 84 ) ;
-        Size = MAP_APPFONT ( 112 , 10 ) ;
-        Text [ en-US ] = "~Large handles";
-    };
     FixedLine FL_SEPARATOR1
     {
         Pos = MAP_APPFONT ( 130 , 14 ) ;
@@ -566,20 +559,20 @@ TabPage RID_SCPAGE_CONTENT
     };
     FixedLine GB_OBJECT
     {
-        Pos = MAP_APPFONT ( 6 , 100 ) ;
+        Pos = MAP_APPFONT ( 6 , 72 ) ;
         Size = MAP_APPFONT ( 121 , 8 ) ;
         Text [ en-US ] = "Objects" ;
     };
     FixedText FT_OBJGRF
     {
-        Pos = MAP_APPFONT ( 12 , 113 ) ;
+        Pos = MAP_APPFONT ( 12 , 85 ) ;
         Size = MAP_APPFONT ( 68 , 8 ) ;
         Text [ en-US ] = "Ob~jects/Graphics" ;
     };
     ListBox LB_OBJGRF
     {
         HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF";
-        Pos = MAP_APPFONT ( 84 , 111 ) ;
+        Pos = MAP_APPFONT ( 84 , 83 ) ;
         Size = MAP_APPFONT ( 40 , 46 ) ;
         Border = TRUE ;
         DropDown = TRUE ;
@@ -591,14 +584,14 @@ TabPage RID_SCPAGE_CONTENT
     };
     FixedText FT_DIAGRAM
     {
-        Pos = MAP_APPFONT ( 12 , 129 ) ;
+        Pos = MAP_APPFONT ( 12 , 101 ) ;
         Size = MAP_APPFONT ( 68 , 8 ) ;
         Text [ en-US ] = "Cha~rts" ;
     };
     ListBox LB_DIAGRAM
     {
         HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DIAGRAM";
-        Pos = MAP_APPFONT ( 84 , 127 ) ;
+        Pos = MAP_APPFONT ( 84 , 99 ) ;
         Size = MAP_APPFONT ( 40 , 46 ) ;
         Border = TRUE ;
         DropDown = TRUE ;
@@ -611,14 +604,14 @@ TabPage RID_SCPAGE_CONTENT
     };
     FixedText FT_DRAW
     {
-        Pos = MAP_APPFONT ( 12 , 145 ) ;
+        Pos = MAP_APPFONT ( 12 , 117 ) ;
         Size = MAP_APPFONT ( 68 , 8 ) ;
         Text [ en-US ] = "~Drawing objects" ;
     };
     ListBox LB_DRAW
     {
         HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW";
-        Pos = MAP_APPFONT ( 84 , 143 ) ;
+        Pos = MAP_APPFONT ( 84 , 115 ) ;
         Size = MAP_APPFONT ( 40 , 46 ) ;
         Border = TRUE ;
         DropDown = TRUE ;
@@ -631,14 +624,14 @@ TabPage RID_SCPAGE_CONTENT
     };
     FixedLine GB_ZOOM
     {
-        Pos = MAP_APPFONT ( 6 , 160 ) ;
+        Pos = MAP_APPFONT ( 6 , 132 ) ;
         Size = MAP_APPFONT ( 121 , 8 ) ;
         Text [ en-US ] = "Zoom";
     };
     CheckBox CB_SYNCZOOM
     {
         HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM";
-        Pos = MAP_APPFONT ( 12 , 171 ) ;
+        Pos = MAP_APPFONT ( 12 , 143 ) ;
         Size = MAP_APPFONT ( 112 , 10 ) ;
         Text [ en-US ] = "S~ynchronize sheets" ;
     };
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index cb4f3ac..2243e75 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -70,7 +70,6 @@ using namespace com::sun::star;
 // -----------------------------------------------------------------------
 
 #define SC_HANDLESIZE_BIG       9
-#define SC_HANDLESIZE_SMALL     7
 
 // -----------------------------------------------------------------------
 
@@ -552,10 +551,8 @@ void ScDrawView::UpdateUserViewOptions()
         const ScViewOptions&    rOpt = pViewData->GetOptions();
         const ScGridOptions&    rGrid = rOpt.GetGridOptions();
 
-        sal_Bool bBigHdl = rOpt.GetOption( VOPT_BIGHANDLES );
-
         SetDragStripes( rOpt.GetOption( VOPT_HELPLINES ) );
-        SetMarkHdlSizePixel( bBigHdl ? SC_HANDLESIZE_BIG : SC_HANDLESIZE_SMALL );
+        SetMarkHdlSizePixel( SC_HANDLESIZE_BIG );
 
         SetGridVisible( rGrid.GetGridVisible() );
         SetSnapEnabled( rGrid.GetUseGridSnap() );
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index b34d403..00880e6 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -232,7 +232,6 @@
 #define SID_CONVERT_TO_8BIT_GRAYS           (SID_SD_START+165)
 #define SID_CONVERT_TO_8BIT_COLORS          (SID_SD_START+166)
 #define SID_CONVERT_TO_24BIT                (SID_SD_START+167)
-#define SID_BIG_HANDLES                     (SID_SD_START+168)
 #define SID_DOUBLECLICK_TEXTEDIT            (SID_SD_START+169)
 #define SID_CLICK_CHANGE_ROTATION           (SID_SD_START+170)
 
diff --git a/sd/inc/sdcommands.h b/sd/inc/sdcommands.h
index cad54f8..c9aff5d 100644
--- a/sd/inc/sdcommands.h
+++ b/sd/inc/sdcommands.h
@@ -40,7 +40,6 @@
 #define CMD_SID_MOREBACK                            ".uno:Backward"
 #define CMD_SID_BEFORE_OBJ                          ".uno:BeforeObject"
 #define CMD_SID_BEHIND_OBJ                          ".uno:BehindObject"
-#define CMD_SID_BIG_HANDLES                         ".uno:BigHandles"
 #define CMD_SID_BREAK                               ".uno:Break"
 #define CMD_SID_CAPTUREPOINT                        ".uno:CapturePoint"
 #define CMD_SID_CHANGEBEZIER                        ".uno:ChangeBezier"
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index f668a66..018e7d0 100755
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -1989,11 +1989,6 @@ interface DrawView
         ExecMethod = ExecOptionsBar ;
         StateMethod = GetOptionsBarState ;
     ]
-    SID_BIG_HANDLES // ole : ?, status : ?
-    [
-        ExecMethod = ExecOptionsBar ;
-        StateMethod = GetOptionsBarState ;
-    ]
     SID_DOUBLECLICK_TEXTEDIT // ole : ?, status : ?
     [
         ExecMethod = ExecOptionsBar ;
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 425915b..4b6ddae 100755
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -288,33 +288,6 @@ SfxVoidItem BehindObject SID_BEHIND_OBJ
 ]
 
 //--------------------------------------------------------------------------
-SfxBoolItem BigHandles SID_BIG_HANDLES
-
-[
-    /* flags: */
-    AutoUpdate = FALSE,
-    Cachable = Cachable,
-    FastCall = FALSE,
-    HasCoreId = FALSE,
-    HasDialog = FALSE,
-    ReadOnlyDoc = FALSE,
-    Toggle = FALSE,
-    Container = FALSE,
-    RecordAbsolute = FALSE,
-    RecordPerSet;
-    Synchron;
-
-    Readonly = FALSE,
-
-    /* config: */
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    StatusBarConfig = FALSE,
-    ToolBoxConfig = TRUE,
-    GroupId = GID_OPTIONS;
-]
-
-//--------------------------------------------------------------------------
 SfxVoidItem Break SID_BREAK
 ()
 [
diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx
index f4f0ffc..b3b8cd7 100644
--- a/sd/source/ui/app/optsitem.cxx
+++ b/sd/source/ui/app/optsitem.cxx
@@ -494,7 +494,6 @@ SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) :
     bMasterPageCache( sal_True ),
     bDragWithCopy( sal_False ),
     bPickThrough( sal_True ),
-    bBigHandles( sal_False ),
     bDoubleClickTextEdit( sal_True ),
     bClickChangeRotation( sal_False ),
     bStartWithActualPage( sal_False ),
@@ -529,7 +528,6 @@ sal_Bool SdOptionsMisc::operator==( const SdOptionsMisc& rOpt ) const
             IsMasterPagePaintCaching() == rOpt.IsMasterPagePaintCaching() &&
             IsDragWithCopy() == rOpt.IsDragWithCopy() &&
             IsPickThrough() == rOpt.IsPickThrough() &&
-            IsBigHandles() == rOpt.IsBigHandles() &&
             IsDoubleClickTextEdit() == rOpt.IsDoubleClickTextEdit() &&
             IsClickChangeRotation() == rOpt.IsClickChangeRotation() &&
             IsStartWithActualPage() == rOpt.IsStartWithActualPage() &&
@@ -563,7 +561,6 @@ void SdOptionsMisc::GetPropNameArray( const char**& ppNames, sal_uLong& rCount )
         "BackgroundCache",
         "CopyWhileMoving",
         "TextObject/Selectable",
-        "BigHandles",
         "DclickTextedit",
         "RotateClick",
         "Preview",
@@ -592,7 +589,7 @@ void SdOptionsMisc::GetPropNameArray( const char**& ppNames, sal_uLong& rCount )
         "PenWidth"
     };
 
-    rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 26 : 15 );
+    rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 25 : 14 );
     ppNames = aPropNames;
 }
 
@@ -606,49 +603,48 @@ sal_Bool SdOptionsMisc::ReadData( const Any* pValues )
     if( pValues[3].hasValue() ) SetMasterPagePaintCaching( *(sal_Bool*) pValues[ 3 ].getValue() );
     if( pValues[4].hasValue() ) SetDragWithCopy( *(sal_Bool*) pValues[ 4 ].getValue() );
     if( pValues[5].hasValue() ) SetPickThrough( *(sal_Bool*) pValues[ 5 ].getValue() );
-    if( pValues[6].hasValue() ) SetBigHandles( *(sal_Bool*) pValues[ 6 ].getValue() );
-    if( pValues[7].hasValue() ) SetDoubleClickTextEdit( *(sal_Bool*) pValues[ 7 ].getValue() );
-    if( pValues[8].hasValue() ) SetClickChangeRotation( *(sal_Bool*) pValues[ 8 ].getValue() );
-    if( pValues[10].hasValue() ) SetSolidDragging( *(sal_Bool*) pValues[ 10 ].getValue() );
-    if( pValues[11].hasValue() ) SetDefaultObjectSizeWidth( *(sal_uInt32*) pValues[ 11 
].getValue() );
-    if( pValues[12].hasValue() ) SetDefaultObjectSizeHeight( *(sal_uInt32*) pValues[ 12 
].getValue() );
-    if( pValues[13].hasValue() ) SetPrinterIndependentLayout( *(sal_uInt16*) pValues[ 13 
].getValue() );
+    if( pValues[6].hasValue() ) SetDoubleClickTextEdit( *(sal_Bool*) pValues[ 6 ].getValue() );
+    if( pValues[7].hasValue() ) SetClickChangeRotation( *(sal_Bool*) pValues[ 7 ].getValue() );
+    if( pValues[9].hasValue() ) SetSolidDragging( *(sal_Bool*) pValues[ 9 ].getValue() );
+    if( pValues[10].hasValue() ) SetDefaultObjectSizeWidth( *(sal_uInt32*) pValues[ 10 
].getValue() );
+    if( pValues[11].hasValue() ) SetDefaultObjectSizeHeight( *(sal_uInt32*) pValues[ 11 
].getValue() );
+    if( pValues[12].hasValue() ) SetPrinterIndependentLayout( *(sal_uInt16*) pValues[ 12 
].getValue() );
 
-    if( pValues[14].hasValue() )
-        SetShowComments(  *(sal_Bool*) pValues[ 14 ].getValue() );
+    if( pValues[13].hasValue() )
+        SetShowComments(  *(sal_Bool*) pValues[ 13 ].getValue() );
 
     // just for Impress
     if( GetConfigId() == SDCFG_IMPRESS )
     {
+        if( pValues[14].hasValue() )
+            SetStartWithTemplate( *(sal_Bool*) pValues[ 14 ].getValue() );
         if( pValues[15].hasValue() )
-            SetStartWithTemplate( *(sal_Bool*) pValues[ 15 ].getValue() );
+            SetStartWithActualPage( *(sal_Bool*) pValues[ 15 ].getValue() );
         if( pValues[16].hasValue() )
-            SetStartWithActualPage( *(sal_Bool*) pValues[ 16 ].getValue() );
+            SetSummationOfParagraphs( *(sal_Bool*) pValues[ 16 ].getValue() );
         if( pValues[17].hasValue() )
-            SetSummationOfParagraphs( *(sal_Bool*) pValues[ 17 ].getValue() );
+            SetShowUndoDeleteWarning( *(sal_Bool*) pValues[ 17 ].getValue() );
+
         if( pValues[18].hasValue() )
-            SetShowUndoDeleteWarning( *(sal_Bool*) pValues[ 18 ].getValue() );
+            SetSlideshowRespectZOrder(*(sal_Bool*) pValues[ 18 ].getValue());
 
         if( pValues[19].hasValue() )
-            SetSlideshowRespectZOrder(*(sal_Bool*) pValues[ 19 ].getValue());
+            SetPreviewNewEffects(*(sal_Bool*) pValues[ 19 ].getValue());
 
         if( pValues[20].hasValue() )
-            SetPreviewNewEffects(*(sal_Bool*) pValues[ 20 ].getValue());
+            SetPreviewChangedEffects(*(sal_Bool*) pValues[ 20 ].getValue());
 
         if( pValues[21].hasValue() )
-            SetPreviewChangedEffects(*(sal_Bool*) pValues[ 21 ].getValue());
+            SetPreviewTransitions(*(sal_Bool*) pValues[ 21 ].getValue());
 
         if( pValues[22].hasValue() )
-            SetPreviewTransitions(*(sal_Bool*) pValues[ 22 ].getValue());
+            SetDisplay(*(sal_Int32*) pValues[ 22 ].getValue());
 
         if( pValues[23].hasValue() )
-            SetDisplay(*(sal_Int32*) pValues[ 23 ].getValue());
+            SetPresentationPenColor( getSafeValue< sal_Int32 >( pValues[ 23 ] ) );
 
         if( pValues[24].hasValue() )
-            SetPresentationPenColor( getSafeValue< sal_Int32 >( pValues[ 24 ] ) );
-
-        if( pValues[25].hasValue() )
-            SetPresentationPenWidth( getSafeValue< double >( pValues[ 25 ] ) );
+            SetPresentationPenWidth( getSafeValue< double >( pValues[ 24 ] ) );
     }
 
     return sal_True;
@@ -664,34 +660,33 @@ sal_Bool SdOptionsMisc::WriteData( Any* pValues ) const
     pValues[ 3 ] <<= IsMasterPagePaintCaching();
     pValues[ 4 ] <<= IsDragWithCopy();
     pValues[ 5 ] <<= IsPickThrough();
-    pValues[ 6 ] <<= IsBigHandles();
-    pValues[ 7 ] <<= IsDoubleClickTextEdit();
-    pValues[ 8 ] <<= IsClickChangeRotation();
+    pValues[ 6 ] <<= IsDoubleClickTextEdit();
+    pValues[ 7 ] <<= IsClickChangeRotation();
     // The preview is not supported anymore.  Use a dummy value.
-    pValues[ 9 ] <<= (double)0;// GetPreviewQuality();
-    pValues[ 10 ] <<= IsSolidDragging();
-    pValues[ 11 ] <<= GetDefaultObjectSizeWidth();
-    pValues[ 12 ] <<= GetDefaultObjectSizeHeight();
-    pValues[ 13 ] <<= GetPrinterIndependentLayout();
-    pValues[ 14 ] <<= (sal_Bool)IsShowComments();
+    pValues[ 8 ] <<= (double)0;// GetPreviewQuality();
+    pValues[ 9 ] <<= IsSolidDragging();
+    pValues[ 10 ] <<= GetDefaultObjectSizeWidth();
+    pValues[ 11 ] <<= GetDefaultObjectSizeHeight();
+    pValues[ 12 ] <<= GetPrinterIndependentLayout();
+    pValues[ 13 ] <<= (sal_Bool)IsShowComments();
 
     // just for Impress
     if( GetConfigId() == SDCFG_IMPRESS )
     {
-        pValues[ 15 ] <<= IsStartWithTemplate();
-        pValues[ 16 ] <<= IsStartWithActualPage();
-        pValues[ 17 ] <<= IsSummationOfParagraphs();
-        pValues[ 18 ] <<= IsShowUndoDeleteWarning();
-        pValues[ 19 ] <<= IsSlideshowRespectZOrder();
+        pValues[ 14 ] <<= IsStartWithTemplate();
+        pValues[ 15 ] <<= IsStartWithActualPage();
+        pValues[ 16 ] <<= IsSummationOfParagraphs();
+        pValues[ 17 ] <<= IsShowUndoDeleteWarning();
+        pValues[ 18 ] <<= IsSlideshowRespectZOrder();
 
-        pValues[ 20 ] <<= IsPreviewNewEffects();
-        pValues[ 21 ] <<= IsPreviewChangedEffects();
-        pValues[ 22 ] <<= IsPreviewTransitions();
+        pValues[ 19 ] <<= IsPreviewNewEffects();
+        pValues[ 20 ] <<= IsPreviewChangedEffects();
+        pValues[ 21 ] <<= IsPreviewTransitions();
 
-        pValues[ 23 ] <<= GetDisplay();
+        pValues[ 22 ] <<= GetDisplay();
 
-        pValues[ 24 ] <<= GetPresentationPenColor();
-        pValues[ 25 ] <<= GetPresentationPenWidth();
+        pValues[ 23 ] <<= GetPresentationPenColor();
+        pValues[ 24 ] <<= GetPresentationPenWidth();
     }
 
     return sal_True;
@@ -748,7 +743,6 @@ SdOptionsMiscItem::SdOptionsMiscItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd
 
         maOptionsMisc.SetDragWithCopy( pView->IsDragWithCopy() );
         maOptionsMisc.SetPickThrough( 
(sal_Bool)pView->GetModel()->IsPickThroughTransparentTextFrames() );
-        maOptionsMisc.SetBigHandles( (sal_Bool)pView->IsBigHandles() );
         maOptionsMisc.SetDoubleClickTextEdit( pView->IsDoubleClickTextEdit() );
         maOptionsMisc.SetClickChangeRotation( pView->IsClickChangeRotation() );
         maOptionsMisc.SetSolidDragging( pView->IsSolidDragging() );
@@ -762,7 +756,6 @@ SdOptionsMiscItem::SdOptionsMiscItem( sal_uInt16 _nWhich, SdOptions* pOpts, ::sd
         maOptionsMisc.SetMasterPagePaintCaching( pOpts->IsMasterPagePaintCaching() );
         maOptionsMisc.SetDragWithCopy( pOpts->IsDragWithCopy() );
         maOptionsMisc.SetPickThrough( pOpts->IsPickThrough() );
-        maOptionsMisc.SetBigHandles( pOpts->IsBigHandles() );
         maOptionsMisc.SetDoubleClickTextEdit( pOpts->IsDoubleClickTextEdit() );
         maOptionsMisc.SetClickChangeRotation( pOpts->IsClickChangeRotation() );
         maOptionsMisc.SetSolidDragging( pOpts->IsSolidDragging() );
@@ -800,7 +793,6 @@ void SdOptionsMiscItem::SetOptions( SdOptions* pOpts ) const
         pOpts->SetMasterPagePaintCaching( maOptionsMisc.IsMasterPagePaintCaching() );
         pOpts->SetDragWithCopy( maOptionsMisc.IsDragWithCopy() );
         pOpts->SetPickThrough( maOptionsMisc.IsPickThrough() );
-        pOpts->SetBigHandles( maOptionsMisc.IsBigHandles() );
         pOpts->SetDoubleClickTextEdit( maOptionsMisc.IsDoubleClickTextEdit() );
         pOpts->SetClickChangeRotation( maOptionsMisc.IsClickChangeRotation() );
         pOpts->SetStartWithActualPage( maOptionsMisc.IsStartWithActualPage() );
diff --git a/sd/source/ui/app/tbxids_tmpl.src b/sd/source/ui/app/tbxids_tmpl.src
index 5ec5d23..87e461a 100644
--- a/sd/source/ui/app/tbxids_tmpl.src
+++ b/sd/source/ui/app/tbxids_tmpl.src
@@ -501,14 +501,6 @@
         AutoCheck = TRUE ; \
     };
 
-#define TBI_BIG_HANDLES \
-    ToolBoxItem\
-    {\
-        Identifier = SID_BIG_HANDLES ; \
-        HelpID = SID_BIG_HANDLES ; \
-        AutoCheck = TRUE ; \
-    };
-
 #define TBI_SOLID_CREATE \
     ToolBoxItem\
     {\
diff --git a/sd/source/ui/app/toolbox2_tmpl.src b/sd/source/ui/app/toolbox2_tmpl.src
index b9bdaf48..f8539c2 100644
--- a/sd/source/ui/app/toolbox2_tmpl.src
+++ b/sd/source/ui/app/toolbox2_tmpl.src
@@ -224,7 +224,6 @@ ToolBox RID_GRAPHIC_OPTIONS_TOOLBOX
         TBI_PICK_THROUGH
         TBI_DOUBLECLICK_TEXTEDIT
         SEPARATOR
-        TBI_BIG_HANDLES
 #if SD_TOOLBOX != RID_DRAW_TOOLBOX
         TBI_SOLID_CREATE
 #endif
diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx
index 838e0d0..c6ffd22 100644
--- a/sd/source/ui/inc/FrameView.hxx
+++ b/sd/source/ui/inc/FrameView.hxx
@@ -135,9 +135,6 @@ public:
                  { mbQuickEdit = bQEdit; }
     sal_Bool IsQuickEdit() const { return mbQuickEdit; }
 
-    void        SetBigHandles( sal_Bool bOn = sal_True ) { mbBigHandles = bOn; }
-    sal_Bool    IsBigHandles() const { return mbBigHandles; }
-
     void        SetDoubleClickTextEdit( sal_Bool bOn = sal_True ) { mbDoubleClickTextEdit = bOn; }
     sal_Bool    IsDoubleClickTextEdit() const { return mbDoubleClickTextEdit; }
 
@@ -209,7 +206,6 @@ private:
     EditMode        meEditModeOnLoad;
     sal_Bool            mbLayerMode;       // Layer an/aus
     sal_Bool            mbQuickEdit;       // QuickEdit an/aus
-    sal_Bool            mbBigHandles;      // Grosse Handles
     sal_Bool            mbDoubleClickTextEdit; // Textmodus nach Doppelklick
     sal_Bool            mbClickChangeRotation; // Einfachklick wechselt Selektions-/Rotationsmodus
     sal_uInt16          mnPresViewShellId;  // ViewShell aus der die Pres. gestartet wurde
diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx
index 36c9aac..8eb5ae6 100644
--- a/sd/source/ui/inc/optsitem.hxx
+++ b/sd/source/ui/inc/optsitem.hxx
@@ -260,7 +260,6 @@ private:
     sal_Bool    bMasterPageCache        : 1;    // Misc/BackgroundCache
     sal_Bool    bDragWithCopy           : 1;    // Misc/CopyWhileMoving
     sal_Bool    bPickThrough            : 1;    // Misc/TextObject/Selectable
-    sal_Bool    bBigHandles             : 1;    // Misc/BigHandles
     sal_Bool    bDoubleClickTextEdit    : 1;    // Misc/DclickTextedit
     sal_Bool    bClickChangeRotation    : 1;    // Misc/RotateClick
     sal_Bool    bStartWithActualPage    : 1;    // Misc/Start/CurrentPage
@@ -309,7 +308,6 @@ public:
     sal_Bool    IsMasterPagePaintCaching() const { Init(); return (sal_Bool) bMasterPageCache; }
     sal_Bool    IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; }
     sal_Bool    IsPickThrough() const { Init(); return (sal_Bool) bPickThrough; }
-    sal_Bool    IsBigHandles() const { Init(); return (sal_Bool) bBigHandles; }
     sal_Bool    IsDoubleClickTextEdit() const { Init(); return (sal_Bool) bDoubleClickTextEdit; }
     sal_Bool    IsClickChangeRotation() const { Init(); return (sal_Bool) bClickChangeRotation; }
     sal_Bool    IsStartWithActualPage() const { Init(); return (sal_Bool) bStartWithActualPage; }
@@ -348,7 +346,6 @@ public:
     void    SetMasterPagePaintCaching( sal_Bool bOn = sal_True ) { if( bMasterPageCache != bOn ) { 
OptionsChanged(); bMasterPageCache = bOn; } }
     void    SetDragWithCopy( sal_Bool bOn = sal_True ) { if( bDragWithCopy != bOn ) { 
OptionsChanged(); bDragWithCopy = bOn; } }
     void    SetPickThrough( sal_Bool bOn = sal_True ) { if( bPickThrough != bOn ) { 
OptionsChanged(); bPickThrough = bOn; } }
-    void    SetBigHandles( sal_Bool bOn = sal_True ) { if( bBigHandles != bOn ) { 
OptionsChanged(); bBigHandles = bOn; } }
     void    SetDoubleClickTextEdit( sal_Bool bOn = sal_True ) { if( bDoubleClickTextEdit != bOn ) 
{ OptionsChanged(); bDoubleClickTextEdit = bOn; } }
     void    SetClickChangeRotation( sal_Bool bOn = sal_True ) { if( bClickChangeRotation != bOn ) 
{ OptionsChanged(); bClickChangeRotation = bOn; } }
     void    SetStartWithActualPage( sal_Bool bOn = sal_True ) { if( bStartWithActualPage != bOn ) 
{ OptionsChanged(); bStartWithActualPage = bOn; } }
diff --git a/sd/source/ui/inc/unokywds.hxx b/sd/source/ui/inc/unokywds.hxx
index 298dff7..56f3f93 100644
--- a/sd/source/ui/inc/unokywds.hxx
+++ b/sd/source/ui/inc/unokywds.hxx
@@ -156,7 +156,6 @@ SD_CONSTASCII_ACTION( sUNO_View_PageKind,                       "PageKind" );
 SD_CONSTASCII_ACTION( sUNO_View_SelectedPage,                   "SelectedPage" );
 SD_CONSTASCII_ACTION( sUNO_View_IsLayerMode,                    "IsLayerMode" );
 SD_CONSTASCII_ACTION( sUNO_View_IsQuickEdit,                    "IsQuickEdit" );
-SD_CONSTASCII_ACTION( sUNO_View_IsBigHandles,                   "IsBigHandles" );
 SD_CONSTASCII_ACTION( sUNO_View_IsDoubleClickTextEdit,          "IsDoubleClickTextEdit" );
 SD_CONSTASCII_ACTION( sUNO_View_IsClickChangeRotation,          "IsClickChangeRotation" );
 SD_CONSTASCII_ACTION( sUNO_View_IsDragWithCopy,                 "IsDragWithCopy" );
diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx
index 8e6fa0c..9f1c3b7 100644
--- a/sd/source/ui/view/drviews5.cxx
+++ b/sd/source/ui/view/drviews5.cxx
@@ -263,14 +263,9 @@ void DrawViewShell::ReadFrameViewData(FrameView* pView)
     if (mpDrawView->IsMasterPagePaintCaching() != pView->IsMasterPagePaintCaching())
         mpDrawView->SetMasterPagePaintCaching( pView->IsMasterPagePaintCaching() );
 
-    // Definition:
-    //  grosse Handles: 9
-    //  kleine Handles: 7
+    // handle size: 9 pixels
     sal_uInt16 nTmp = mpDrawView->GetMarkHdlSizePixel();
-    //DBG_ASSERT(nTmp != 7, "HandleSize != 7 oder 9");
-    if( nTmp == 9 && !pView->IsBigHandles() )
-        mpDrawView->SetMarkHdlSizePixel( 7 );
-    else if( nTmp == 7 && pView->IsBigHandles() )
+    if( nTmp != 9 )
         mpDrawView->SetMarkHdlSizePixel( 9 );
 
 
diff --git a/sd/source/ui/view/drviewsg.cxx b/sd/source/ui/view/drviewsg.cxx
index a20e3ae..9a9ad2a 100644
--- a/sd/source/ui/view/drviewsg.cxx
+++ b/sd/source/ui/view/drviewsg.cxx
@@ -201,12 +201,6 @@ void DrawViewShell::ExecOptionsBar( SfxRequest& rReq )
         }
         break;
 
-        case SID_BIG_HANDLES:
-        {
-            pOptions->SetBigHandles( !mpFrameView->IsBigHandles() );
-        }
-        break;
-
         case SID_DOUBLECLICK_TEXTEDIT:
         {
             pOptions->SetDoubleClickTextEdit( !mpFrameView->IsDoubleClickTextEdit() );
@@ -265,7 +259,6 @@ void DrawViewShell::GetOptionsBarState( SfxItemSet& rSet )
     rSet.Put( SfxBoolItem( SID_PICK_THROUGH, (sal_Bool)
                 mpDrawView->GetModel()->IsPickThroughTransparentTextFrames() ) );
 
-    rSet.Put( SfxBoolItem( SID_BIG_HANDLES, mpFrameView->IsBigHandles() ) );
     rSet.Put( SfxBoolItem( SID_DOUBLECLICK_TEXTEDIT, mpFrameView->IsDoubleClickTextEdit() ) );
     rSet.Put( SfxBoolItem( SID_CLICK_CHANGE_ROTATION, mpFrameView->IsClickChangeRotation() ) );
 }
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index 864b04c..9cf26a6 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -208,7 +208,6 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
         SetMasterPagePaintCaching( pFrameView->IsMasterPagePaintCaching() );
 
         SetDragWithCopy( pFrameView->IsDragWithCopy() );
-        mbBigHandles         = pFrameView->IsBigHandles();
         mbDoubleClickTextEdit = pFrameView->IsDoubleClickTextEdit();
         mbClickChangeRotation = pFrameView->IsClickChangeRotation();
         mnSlidesPerRow = pFrameView->GetSlidesPerRow();
@@ -241,7 +240,6 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
         SetViewShEditModeOnLoad(EM_PAGE);
         mbLayerMode = sal_False;
         SetEliminatePolyPoints(sal_False);
-        mbBigHandles = sal_False;
         mbDoubleClickTextEdit = sal_False;
         mbClickChangeRotation = sal_False;
         mnSlidesPerRow = 4;
@@ -360,7 +358,6 @@ void FrameView::Update(SdOptions* pOptions)
         SetMasterPagePaintCaching( pOptions->IsMasterPagePaintCaching() );
 
         SetDragWithCopy(pOptions->IsDragWithCopy());
-        SetBigHandles( pOptions->IsBigHandles() );
         SetDoubleClickTextEdit( pOptions->IsDoubleClickTextEdit() );
         SetClickChangeRotation( pOptions->IsClickChangeRotation() );
     }
@@ -515,7 +512,6 @@ void FrameView::WriteUserDataSequence ( ::com::sun::star::uno::Sequence < ::com:
     aUserData.addValue( sUNO_View_SelectedPage, makeAny( (sal_Int16)GetSelectedPage() ) );
     aUserData.addValue( sUNO_View_IsLayerMode, makeAny( (sal_Bool)IsLayerMode() ) );
 
-    aUserData.addValue( sUNO_View_IsBigHandles, makeAny( (sal_Bool)IsBigHandles() ) );
     aUserData.addValue( sUNO_View_IsDoubleClickTextEdit,  makeAny( 
(sal_Bool)IsDoubleClickTextEdit() ) );
     aUserData.addValue( sUNO_View_IsClickChangeRotation, makeAny( 
(sal_Bool)IsClickChangeRotation() ) );
 
@@ -708,13 +704,6 @@ void FrameView::ReadUserDataSequence ( const ::com::sun::star::uno::Sequence < 
:
                     SetLayerMode( bBool );
                 }
             }
-            else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( sUNO_View_IsBigHandles 
) ) )
-            {
-                if( pValue->Value >>= bBool )
-                {
-                    SetBigHandles( bBool );
-                }
-            }
             else if (pValue->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( 
sUNO_View_IsDoubleClickTextEdit ) ) )
             {
                 if( pValue->Value >>= bBool )
diff --git a/sd/uiconfig/sdraw/toolbar/optionsbar.xml b/sd/uiconfig/sdraw/toolbar/optionsbar.xml
index 13a9548..dac856b 100644
--- a/sd/uiconfig/sdraw/toolbar/optionsbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/optionsbar.xml
@@ -17,7 +17,6 @@
  <toolbar:toolbaritem xlink:href=".uno:PickThrough" toolbar:helpid="helpid:27159"  
toolbar:style="auto" />
  <toolbar:toolbaritem xlink:href=".uno:DoubleClickTextEdit" toolbar:helpid="helpid:27169"  
toolbar:style="auto" />
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:BigHandles" toolbar:helpid="helpid:27168"  
toolbar:style="auto" />
  <toolbar:toolbaritem xlink:href=".uno:SolidCreate" toolbar:helpid="helpid:27151"  
toolbar:style="auto" />
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeaveAllGroups" toolbar:helpid="helpid:27345"  
toolbar:style="auto" />
diff --git a/sd/uiconfig/simpress/toolbar/optionsbar.xml 
b/sd/uiconfig/simpress/toolbar/optionsbar.xml
index 9fe4141..e9f8b51 100644
--- a/sd/uiconfig/simpress/toolbar/optionsbar.xml
+++ b/sd/uiconfig/simpress/toolbar/optionsbar.xml
@@ -17,7 +17,6 @@
  <toolbar:toolbaritem xlink:href=".uno:PickThrough" toolbar:helpid="27159"/>
  <toolbar:toolbaritem xlink:href=".uno:DoubleClickTextEdit" toolbar:helpid="27169"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:BigHandles" toolbar:helpid="27168"/>
  <toolbar:toolbaritem xlink:href=".uno:SolidCreate" toolbar:helpid="helpid:27151"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeaveAllGroups" toolbar:helpid="27345"/>
diff --git a/svx/source/svdraw/svdhdl.cxx b/svx/source/svdraw/svdhdl.cxx
index d0fb01c..3d2e786 100644
--- a/svx/source/svdraw/svdhdl.cxx
+++ b/svx/source/svdraw/svdhdl.cxx
@@ -133,16 +133,16 @@ const BitmapEx& SdrHdlBitmapSet::GetBitmapEx(BitmapMarkerKind eKindOfMarker, 
sal
         default:
         {
             OSL_FAIL( "Unknown kind of marker." );
-            // no break here, return Rect_7x7 as default
+            // no break here, return Rect_9x9 as default
         }
-        case Rect_7x7:
+        case Rect_9x9:
         {
-            return impGetOrCreateTargetBitmap((0 * INDEX_COUNT) + nInd, Rectangle(Point(0, nYPos), 
Size(7, 7)));
+            return impGetOrCreateTargetBitmap((1 * INDEX_COUNT) + nInd, Rectangle(Point(7, nYPos), 
Size(9, 9)));
         }
 
-        case Rect_9x9:
+        case Rect_7x7:
         {
-            return impGetOrCreateTargetBitmap((1 * INDEX_COUNT) + nInd, Rectangle(Point(7, nYPos), 
Size(9, 9)));
+            return impGetOrCreateTargetBitmap((0 * INDEX_COUNT) + nInd, Rectangle(Point(0, nYPos), 
Size(7, 7)));
         }
 
         case Rect_11x11:
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index 0c3e156..1d5be79 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -75,7 +75,6 @@ namespace svtools{ class ColorConfig;}
 #define VIEWOPT_CORE2_CRSR_IN_PROT      0x00000008L
 #define VIEWOPT_CORE2_PDF_EXPORT        0x00000010L
 #define VIEWOPT_CORE2_PRINTING          0x00000020L
-#define VIEWOPT_CORE2_BIGMARKHDL        0x00000040L
 
 #define VIEWOPT_2_UNUSED1           0x00000100L
 #define VIEWOPT_2_UNUSED2           0x00000200L
@@ -290,11 +289,6 @@ public:
     inline void SetPageBack( sal_Bool b )
         { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBACK) : ( nCoreOptions &= 
~VIEWOPT_1_PAGEBACK); }
 
-    inline sal_Bool IsBigMarkHdl() const
-        { return nCore2Options & VIEWOPT_CORE2_BIGMARKHDL ? sal_True : sal_False;}
-    inline void SetBigMarkHdl(sal_Bool b)
-        { (b != 0) ? (nCore2Options |=  VIEWOPT_CORE2_BIGMARKHDL ) : (nCore2Options &=  
~VIEWOPT_CORE2_BIGMARKHDL);}
-
     inline sal_Bool IsTable() const
         { return nCoreOptions & VIEWOPT_1_TABLE ? sal_True : sal_False; }
     inline void SetTable( sal_Bool b )
diff --git a/sw/source/core/view/viewimp.cxx b/sw/source/core/view/viewimp.cxx
index 253008e..337d3f1 100644
--- a/sw/source/core/view/viewimp.cxx
+++ b/sw/source/core/view/viewimp.cxx
@@ -92,8 +92,8 @@ void SwViewImp::Init( const SwViewOption *pNewOpt )
 
     pDrawView->SetUseIncompatiblePathCreateInterface( sal_False );
 
-    // it's a JOE interface !
-    pDrawView->SetMarkHdlSizePixel(pNewOpt->IsBigMarkHdl() ? 9 : 7);
+    // set handle size to 9 pixels, always
+    pDrawView->SetMarkHdlSizePixel(9);
 }
 
 SwViewImp::SwViewImp( ViewShell *pParent ) :
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 0afe812..41f1443 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1977,9 +1977,8 @@ void ViewShell::ImplApplyViewOptions( const SwViewOption &rOpt )
         Fraction aSnGrWdtY(rSz.Height(), rOpt.GetDivisionY() + 1);
         pDView->SetSnapGridWidth( aSnGrWdtX, aSnGrWdtY );
 
-            // it's a JOE interface !
-        if ( pOpt->IsBigMarkHdl() != rOpt.IsBigMarkHdl() )
-            pDView->SetMarkHdlSizePixel(rOpt.IsBigMarkHdl() ? 9 : 7);
+            // set handle size to 9 pixels, always
+            pDView->SetMarkHdlSizePixel(9);
     }
 
     sal_Bool bOnlineSpellChgd = pOpt->IsOnlineSpell() != rOpt.IsOnlineSpell();
diff --git a/sw/source/ui/config/cfgitems.cxx b/sw/source/ui/config/cfgitems.cxx
index 7d78e45..22d4b20 100644
--- a/sw/source/ui/config/cfgitems.cxx
+++ b/sw/source/ui/config/cfgitems.cxx
@@ -143,7 +143,6 @@ SwElemItem::SwElemItem( sal_uInt16 _nWhich ) :
     bVertRuler     =
     bVertRulerRight=
     bCrosshair     =
-    bBigHandles     =
     bSmoothScroll  =
     bTable              =
     bGraphic            =
@@ -168,7 +167,6 @@ SwElemItem::SwElemItem(const SwViewOption& rVOpt, sal_uInt16 _nWhich) :
     bVertRuler      = rVOpt.IsViewVRuler(sal_True);
     bVertRulerRight = rVOpt.IsVRulerRight();
     bCrosshair      = rVOpt.IsCrossHair();
-    bBigHandles     = rVOpt.IsBigMarkHdl();
     bSmoothScroll   = rVOpt.IsSmoothScroll();
     bTable              = rVOpt.IsTable();
     bGraphic            = rVOpt.IsGraphic();
@@ -196,7 +194,6 @@ int SwElemItem::operator==( const SfxPoolItem& rAttr ) const
                 bVertRuler      == rItem.bVertRuler     &&
                 bVertRulerRight == rItem.bVertRulerRight&&
                 bCrosshair      == rItem.bCrosshair     &&
-                bBigHandles     == rItem.bBigHandles    &&
                 bSmoothScroll   == rItem.bSmoothScroll  &&
                 bTable                == rItem.bTable              &&
                 bGraphic              == rItem.bGraphic            &&
@@ -214,7 +211,6 @@ void  SwElemItem::operator=( const SwElemItem& rElemItem)
     bVertRuler      = rElemItem.  bVertRuler        ;
     bVertRulerRight = rElemItem.  bVertRulerRight   ;
     bCrosshair      = rElemItem.  bCrosshair        ;
-    bBigHandles     = rElemItem.  bBigHandles       ;
     bSmoothScroll   = rElemItem.  bSmoothScroll     ;
     bTable              = rElemItem.bTable                ;
     bGraphic            = rElemItem.bGraphic              ;
@@ -232,7 +228,6 @@ void SwElemItem::FillViewOptions( SwViewOption& rVOpt) const
     rVOpt.SetViewVRuler(bVertRuler    );
     rVOpt.SetVRulerRight(bVertRulerRight );
     rVOpt.SetCrossHair(bCrosshair     );
-    rVOpt.SetBigMarkHdl(bBigHandles );
     rVOpt.SetSmoothScroll(bSmoothScroll);
     rVOpt.SetTable      (bTable             );
     rVOpt.SetGraphic    (bGraphic           );
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 07cc1d7..c475948 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -61,20 +61,6 @@ TabPage TP_CONTENT_OPT
         Size = MAP_APPFONT ( 118 , 10 ) ;
         Text [ en-US ] = "Helplines ~While Moving";
     };
-    CheckBox CB_HANDLE
-    {
-        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE";
-        Pos = MAP_APPFONT ( 12 , 27 ) ;
-        Size = MAP_APPFONT ( 118 , 10 ) ;
-        Text [ en-US ] = "Sim~ple handles";
-    };
-    CheckBox CB_BIGHANDLE
-    {
-        HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE";
-        Pos = MAP_APPFONT ( 12 , 40 ) ;
-        Size = MAP_APPFONT ( 118 , 10 ) ;
-        Text [ en-US ] = "Large handles";
-    };
     FixedLine FL_WINDOW
     {
         Pos = MAP_APPFONT ( 130 , 3 ) ;
@@ -147,7 +133,7 @@ TabPage TP_CONTENT_OPT
     };
     FixedLine FL_DISP
     {
-        Pos = MAP_APPFONT ( 6 , 56 ) ;
+        Pos = MAP_APPFONT ( 6 , 30 ) ;
         Size = MAP_APPFONT ( 118 , 8 ) ;
         Text [ en-US ] = "Display" ;
         Group = TRUE ;
@@ -155,7 +141,7 @@ TabPage TP_CONTENT_OPT
     CheckBox CB_GRF
     {
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_GRF";
-        Pos = MAP_APPFONT ( 12 , 67 ) ;
+        Pos = MAP_APPFONT ( 12 , 41 ) ;
         Size = MAP_APPFONT ( 108 , 10 ) ;
         Text [ en-US ] = "~Graphics and objects" ;
         TabStop = TRUE ;
@@ -164,28 +150,28 @@ TabPage TP_CONTENT_OPT
     CheckBox CB_TBL
     {
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_TBL";
-        Pos = MAP_APPFONT ( 12 , 80 ) ;
+        Pos = MAP_APPFONT ( 12 , 54 ) ;
         Size = MAP_APPFONT ( 108 , 10 ) ;
         Text [ en-US ] = "~Tables " ;
     };
     CheckBox CB_DRWFAST
     {
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST";
-        Pos = MAP_APPFONT ( 12 , 93 ) ;
+        Pos = MAP_APPFONT ( 12 , 67 ) ;
         Size = MAP_APPFONT ( 108 , 10 ) ;
         Text [ en-US ] = "Dra~wings and controls" ;
     };
     CheckBox CB_FIELD
     {
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_FIELD";
-        Pos = MAP_APPFONT ( 12 , 106 ) ;
+        Pos = MAP_APPFONT ( 12 , 80 ) ;
         Size = MAP_APPFONT ( 108 , 10 ) ;
         Text [ en-US ] = "~Field codes" ;
     };
     CheckBox CB_POSTIT
     {
         HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT";
-        Pos = MAP_APPFONT ( 12 , 119 ) ;
+        Pos = MAP_APPFONT ( 12 , 103 ) ;
         Size = MAP_APPFONT ( 108 , 10 ) ;
         Text [ en-US ] = "~Comments" ;
     };
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 50f4054..c8be2e2 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -90,7 +90,6 @@ SwContentOptPage::SwContentOptPage( Window* pParent,
     SfxTabPage( pParent, SW_RES( TP_CONTENT_OPT ), rCoreSet ),
     aLineFL       ( this,   SW_RES( FL_LINE     ) ),
     aCrossCB      ( this,   SW_RES( CB_CROSS     ) ),
-    aBigHandleCB  ( this,   SW_RES( CB_BIGHANDLE) ),
 
     aWindowFL     ( this,   SW_RES( FL_WINDOW   ) ),
     aHScrollBox   ( this,   SW_RES( CB_HSCROLL   ) ),
@@ -215,7 +214,6 @@ void SwContentOptPage::Reset(const SfxItemSet& rSet)
         aFldNameCB  .Check  (pElemAttr->bFieldName            );
         aPostItCB   .Check  (pElemAttr->bNotes                );
         aCrossCB   .Check( pElemAttr->bCrosshair        );
-        aBigHandleCB.Check(pElemAttr->bBigHandles       );
         aHScrollBox.Check( pElemAttr->bHorzScrollbar     );
         aVScrollBox.Check( pElemAttr->bVertScrollbar     );
         aAnyRulerCB.Check( pElemAttr->bAnyRuler );
@@ -245,7 +243,6 @@ sal_Bool SwContentOptPage::FillItemSet(SfxItemSet& rSet)
     aElem.bFieldName            = aFldNameCB    .IsChecked();
     aElem.bNotes                = aPostItCB     .IsChecked();
     aElem.bCrosshair     = aCrossCB   .IsChecked();
-    aElem.bBigHandles    = aBigHandleCB.IsChecked();
     aElem.bHorzScrollbar = aHScrollBox.IsChecked();
     aElem.bVertScrollbar = aVScrollBox.IsChecked();
     aElem.bAnyRuler = aAnyRulerCB.IsChecked();
diff --git a/sw/source/ui/config/usrpref.cxx b/sw/source/ui/config/usrpref.cxx
index b329281..0d39be6 100644
--- a/sw/source/ui/config/usrpref.cxx
+++ b/sw/source/ui/config/usrpref.cxx
@@ -286,7 +286,6 @@ void SwLayoutViewConfig::Commit()
         switch(nProp)
         {
             case  0: rVal <<= (sal_Bool) rParent.IsCrossHair(); break;              // 
"Line/Guide",
-            case  2: rVal <<= (sal_Bool) rParent.IsBigMarkHdl(); break;             // 
"Line/LargeControlPoint",
             case  3: rVal <<= (sal_Bool) rParent.IsViewHScrollBar(); break;         // 
"Window/HorizontalScroll",
             case  4: rVal <<= (sal_Bool) rParent.IsViewVScrollBar(); break;         // 
"Window/VerticalScroll",
             case  5: rVal <<= (sal_Bool) rParent.IsViewAnyRuler(); break;           // 
"Window/ShowRulers"
@@ -338,7 +337,6 @@ void SwLayoutViewConfig::Load()
                 switch(nProp)
                 {
                     case  0: rParent.SetCrossHair(bSet); break;// "Line/Guide",
-                    case  2: rParent.SetBigMarkHdl(bSet); break;// "Line/LargeControlPoint",
                     case  3: rParent.SetViewHScrollBar(bSet); break;// "Window/HorizontalScroll",
                     case  4: rParent.SetViewVScrollBar(bSet); break;// "Window/VerticalScroll",
                     case  5: rParent.SetViewAnyRuler(bSet);break; // "Window/ShowRulers"
diff --git a/sw/source/ui/inc/cfgitems.hxx b/sw/source/ui/inc/cfgitems.hxx
index 68df6ea..aed0bb9 100644
--- a/sw/source/ui/inc/cfgitems.hxx
+++ b/sw/source/ui/inc/cfgitems.hxx
@@ -104,7 +104,6 @@ class SW_DLLPUBLIC SwElemItem : public SfxPoolItem
     //visual aids
     sal_Bool bCrosshair     :1;
     sal_Bool bHandles       :1;
-    sal_Bool bBigHandles    :1;
     //display
     sal_Bool bTable             :1;
     sal_Bool bGraphic           :1;
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 017720a..3824419 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -51,7 +51,6 @@ class SwContentOptPage : public SfxTabPage
     //visual aids
     FixedLine   aLineFL;
     CheckBox    aCrossCB;
-    CheckBox    aBigHandleCB;
 
     //view
     FixedLine   aWindowFL;
diff --git a/sw/source/ui/uno/SwXDocumentSettings.cxx b/sw/source/ui/uno/SwXDocumentSettings.cxx
index 6672f00..a56f584 100644
--- a/sw/source/ui/uno/SwXDocumentSettings.cxx
+++ b/sw/source/ui/uno/SwXDocumentSettings.cxx
@@ -207,7 +207,6 @@ MasterPropertySetInfo * lcl_createSettingsInfo()
         { RTL_CONSTASCII_STRINGPARAM("ShowTableLimitGuide"),        HANDLE_SHOW_TABLE_LIMIT_GUIDE, 
         CPPUTYPE_BOOLEAN,           0,   0},
         { RTL_CONSTASCII_STRINGPARAM("ShowSectionLimitGuide"),      
HANDLE_SHOW_SECTION_LIMIT_GUIDE,        CPPUTYPE_BOOLEAN,           0,   0},
         { RTL_CONSTASCII_STRINGPARAM("ShowGuidesWhileMoving"),      
HANDLE_SHOW_GUIDES_WHILE_MOVING,        CPPUTYPE_BOOLEAN,           0,   0},
-        { RTL_CONSTASCII_STRINGPARAM("ShowLargeHandles"),           HANDLE_SHOW_LARGE_HANDLES,     
         CPPUTYPE_BOOLEAN,           0,   0},
 */
         { NULL, 0, 0, CPPUTYPE_UNKNOWN, 0, 0 }
     };
diff --git a/test/user-template/user/config/soffice.cfg/modules/sdraw/toolbar/optionsbar.xml 
b/test/user-template/user/config/soffice.cfg/modules/sdraw/toolbar/optionsbar.xml
index 13a9548..dac856b 100644
--- a/test/user-template/user/config/soffice.cfg/modules/sdraw/toolbar/optionsbar.xml
+++ b/test/user-template/user/config/soffice.cfg/modules/sdraw/toolbar/optionsbar.xml
@@ -17,7 +17,6 @@
  <toolbar:toolbaritem xlink:href=".uno:PickThrough" toolbar:helpid="helpid:27159"  
toolbar:style="auto" />
  <toolbar:toolbaritem xlink:href=".uno:DoubleClickTextEdit" toolbar:helpid="helpid:27169"  
toolbar:style="auto" />
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:BigHandles" toolbar:helpid="helpid:27168"  
toolbar:style="auto" />
  <toolbar:toolbaritem xlink:href=".uno:SolidCreate" toolbar:helpid="helpid:27151"  
toolbar:style="auto" />
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeaveAllGroups" toolbar:helpid="helpid:27345"  
toolbar:style="auto" />
diff --git a/test/user-template/user/config/soffice.cfg/modules/simpress/toolbar/optionsbar.xml 
b/test/user-template/user/config/soffice.cfg/modules/simpress/toolbar/optionsbar.xml
index 9fe4141..e9f8b51 100644
--- a/test/user-template/user/config/soffice.cfg/modules/simpress/toolbar/optionsbar.xml
+++ b/test/user-template/user/config/soffice.cfg/modules/simpress/toolbar/optionsbar.xml
@@ -17,7 +17,6 @@
  <toolbar:toolbaritem xlink:href=".uno:PickThrough" toolbar:helpid="27159"/>
  <toolbar:toolbaritem xlink:href=".uno:DoubleClickTextEdit" toolbar:helpid="27169"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:BigHandles" toolbar:helpid="27168"/>
  <toolbar:toolbaritem xlink:href=".uno:SolidCreate" toolbar:helpid="helpid:27151"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:LeaveAllGroups" toolbar:helpid="27345"/>
diff --git a/test/user-template/user/xslt/import/uof/uof2odf_presentation.xsl 
b/test/user-template/user/xslt/import/uof/uof2odf_presentation.xsl
index 8e03235..3c9c569 100644
--- a/test/user-template/user/xslt/import/uof/uof2odf_presentation.xsl
+++ b/test/user-template/user/xslt/import/uof/uof2odf_presentation.xsl
@@ -37,7 +37,6 @@
                                                        <config:config-item config:name="PageKind" 
config:type="short">0</config:config-item>
                                                        <config:config-item 
config:name="SelectedPage" config:type="short">0</config:config-item>
                                                        <config:config-item 
config:name="IsLayerMode" config:type="boolean">false</config:config-item>
-                                                       <config:config-item 
config:name="IsBigHandles" config:type="boolean">false</config:config-item>
                                                        <config:config-item 
config:name="IsDoubleClickTextEdit" config:type="boolean">true</config:config-item>
                                                        <config:config-item 
config:name="IsClickChangeRotation" config:type="boolean">false</config:config-item>
                                                        <config:config-item 
config:name="SlidesPerRow" config:type="short">4</config:config-item>
diff --git 
a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt 
b/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt
index b02b8fa..1c8c168 100755
--- a/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt
+++ b/testautomation/framework/optional/input/help_browser/OpenOffice.org_help_topics_en-US.txt
@@ -979,7 +979,6 @@ OpenOffice.org Chart : gutter
 OpenOffice.org Chart : handles
 OpenOffice.org Chart : handles;displaying (Writer)
 OpenOffice.org Chart : handles;scaling
-OpenOffice.org Chart : handles;showing simple/large handles (Calc)
 OpenOffice.org Chart : Hangul/Hanja
 OpenOffice.org Chart : hatching
 OpenOffice.org Chart : headers
@@ -1172,7 +1171,6 @@ OpenOffice.org Chart : languages;selecting for text
 OpenOffice.org Chart : languages;setting options
 OpenOffice.org Chart : languages;spellcheck
 OpenOffice.org Chart : languages;spellchecking and formatting
-OpenOffice.org Chart : large handles (Writer)
 OpenOffice.org Chart : large icons
 OpenOffice.org Chart : layer arrangement
 OpenOffice.org Chart : layout
@@ -3382,7 +3380,6 @@ OpenOffice.org Basic : gutter
 OpenOffice.org Basic : handles
 OpenOffice.org Basic : handles;displaying (Writer)
 OpenOffice.org Basic : handles;scaling
-OpenOffice.org Basic : handles;showing simple/large handles (Calc)
 OpenOffice.org Basic : Hangul/Hanja
 OpenOffice.org Basic : HasUnoInterfaces function
 OpenOffice.org Basic : hatching
@@ -3601,7 +3598,6 @@ OpenOffice.org Basic : languages;selecting for text
 OpenOffice.org Basic : languages;setting options
 OpenOffice.org Basic : languages;spellcheck
 OpenOffice.org Basic : languages;spellchecking and formatting
-OpenOffice.org Basic : large handles (Writer)
 OpenOffice.org Basic : large icons
 OpenOffice.org Basic : layer arrangement
 OpenOffice.org Basic : layout
@@ -6505,7 +6501,6 @@ OpenOffice.org Calc : gutter
 OpenOffice.org Calc : handles
 OpenOffice.org Calc : handles;displaying (Writer)
 OpenOffice.org Calc : handles;scaling
-OpenOffice.org Calc : handles;showing simple/large handles (Calc)
 OpenOffice.org Calc : Hangul/Hanja
 OpenOffice.org Calc : HARMEAN function
 OpenOffice.org Calc : hatching
@@ -6835,7 +6830,6 @@ OpenOffice.org Calc : languages;setting options
 OpenOffice.org Calc : languages;spellcheck
 OpenOffice.org Calc : languages;spellchecking and formatting
 OpenOffice.org Calc : LARGE function
-OpenOffice.org Calc : large handles (Writer)
 OpenOffice.org Calc : large icons
 OpenOffice.org Calc : layer arrangement
 OpenOffice.org Calc : layout
@@ -9519,7 +9513,6 @@ OpenOffice.org Base : gutter
 OpenOffice.org Base : handles
 OpenOffice.org Base : handles;displaying (Writer)
 OpenOffice.org Base : handles;scaling
-OpenOffice.org Base : handles;showing simple/large handles (Calc)
 OpenOffice.org Base : Hangul/Hanja
 OpenOffice.org Base : hatching
 OpenOffice.org Base : headers
@@ -9707,7 +9700,6 @@ OpenOffice.org Base : languages;selecting for text
 OpenOffice.org Base : languages;setting options
 OpenOffice.org Base : languages;spellcheck
 OpenOffice.org Base : languages;spellchecking and formatting
-OpenOffice.org Base : large handles (Writer)
 OpenOffice.org Base : large icons
 OpenOffice.org Base : layer arrangement
 OpenOffice.org Base : layout
@@ -11961,10 +11953,7 @@ OpenOffice.org Draw : half-spheres
 OpenOffice.org Draw : hand icon for moving slides
 OpenOffice.org Draw : handles
 OpenOffice.org Draw : handles;displaying (Writer)
-OpenOffice.org Draw : handles;large
 OpenOffice.org Draw : handles;scaling
-OpenOffice.org Draw : handles;showing simple/large handles (Calc)
-OpenOffice.org Draw : handles;simple
 OpenOffice.org Draw : handout printing
 OpenOffice.org Draw : Hangul/Hanja
 OpenOffice.org Draw : hatching
@@ -12206,7 +12195,6 @@ OpenOffice.org Draw : languages;selecting for text
 OpenOffice.org Draw : languages;setting options
 OpenOffice.org Draw : languages;spellcheck
 OpenOffice.org Draw : languages;spellchecking and formatting
-OpenOffice.org Draw : large handles (Writer)
 OpenOffice.org Draw : large icons
 OpenOffice.org Draw : layer arrangement
 OpenOffice.org Draw : layers
@@ -14791,7 +14779,6 @@ OpenOffice.org Writer : gutter
 OpenOffice.org Writer : handles
 OpenOffice.org Writer : handles;displaying (Writer)
 OpenOffice.org Writer : handles;scaling
-OpenOffice.org Writer : handles;showing simple/large handles (Calc)
 OpenOffice.org Writer : hanging indents in paragraphs
 OpenOffice.org Writer : Hangul/Hanja
 OpenOffice.org Writer : hard returns in pasted text
@@ -15077,7 +15064,6 @@ OpenOffice.org Writer : languages;selecting for text
 OpenOffice.org Writer : languages;setting options
 OpenOffice.org Writer : languages;spellcheck
 OpenOffice.org Writer : languages;spellchecking and formatting
-OpenOffice.org Writer : large handles (Writer)
 OpenOffice.org Writer : large icons
 OpenOffice.org Writer : layer arrangement
 OpenOffice.org Writer : layout
@@ -17732,7 +17718,6 @@ OpenOffice.org Math : h-bar symbol
 OpenOffice.org Math : handles
 OpenOffice.org Math : handles;displaying (Writer)
 OpenOffice.org Math : handles;scaling
-OpenOffice.org Math : handles;showing simple/large handles (Calc)
 OpenOffice.org Math : Hangul/Hanja
 OpenOffice.org Math : hatching
 OpenOffice.org Math : headers
@@ -17946,7 +17931,6 @@ OpenOffice.org Math : languages;selecting for text
 OpenOffice.org Math : languages;setting options
 OpenOffice.org Math : languages;spellcheck
 OpenOffice.org Math : languages;spellchecking and formatting
-OpenOffice.org Math : large handles (Writer)
 OpenOffice.org Math : large icons
 OpenOffice.org Math : layer arrangement
 OpenOffice.org Math : layout
@@ -20376,10 +20360,7 @@ OpenOffice.org Impress : half-spheres
 OpenOffice.org Impress : hand icon for moving slides
 OpenOffice.org Impress : handles
 OpenOffice.org Impress : handles;displaying (Writer)
-OpenOffice.org Impress : handles;large
 OpenOffice.org Impress : handles;scaling
-OpenOffice.org Impress : handles;showing simple/large handles (Calc)
-OpenOffice.org Impress : handles;simple
 OpenOffice.org Impress : handout printing
 OpenOffice.org Impress : Hangul/Hanja
 OpenOffice.org Impress : hatching
@@ -20621,7 +20602,6 @@ OpenOffice.org Impress : languages;selecting for text
 OpenOffice.org Impress : languages;setting options
 OpenOffice.org Impress : languages;spellcheck
 OpenOffice.org Impress : languages;spellchecking and formatting
-OpenOffice.org Impress : large handles (Writer)
 OpenOffice.org Impress : large icons
 OpenOffice.org Impress : layer arrangement
 OpenOffice.org Impress : layers
diff --git 
a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt 
b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt
index eeebd89..51f806d 100644
--- a/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt
+++ b/testautomation/framework/optional/input/help_browser/Oracle_Open_Office_help_topics_en-US.txt
@@ -1677,7 +1677,6 @@ Oracle Open Office Calc : gutter
 Oracle Open Office Calc : handles
 Oracle Open Office Calc : handles;displaying (Writer)
 Oracle Open Office Calc : handles;scaling
-Oracle Open Office Calc : handles;showing simple/large handles (Calc)
 Oracle Open Office Calc : Hangul/Hanja
 Oracle Open Office Calc : HARMEAN function
 Oracle Open Office Calc : hatching
@@ -2014,7 +2013,6 @@ Oracle Open Office Calc : languages;setting options
 Oracle Open Office Calc : languages;spellcheck
 Oracle Open Office Calc : languages;spellchecking and formatting
 Oracle Open Office Calc : LARGE function
-Oracle Open Office Calc : large handles (Writer)
 Oracle Open Office Calc : large icons
 Oracle Open Office Calc : layer arrangement
 Oracle Open Office Calc : layout
@@ -4965,10 +4963,7 @@ Oracle Open Office Impress : half-spheres
 Oracle Open Office Impress : hand icon for moving slides
 Oracle Open Office Impress : handles
 Oracle Open Office Impress : handles;displaying (Writer)
-Oracle Open Office Impress : handles;large
 Oracle Open Office Impress : handles;scaling
-Oracle Open Office Impress : handles;showing simple/large handles (Calc)
-Oracle Open Office Impress : handles;simple
 Oracle Open Office Impress : handout printing
 Oracle Open Office Impress : Hangul/Hanja
 Oracle Open Office Impress : hatching
@@ -5219,7 +5214,6 @@ Oracle Open Office Impress : languages;selecting for text
 Oracle Open Office Impress : languages;setting options
 Oracle Open Office Impress : languages;spellcheck
 Oracle Open Office Impress : languages;spellchecking and formatting
-Oracle Open Office Impress : large handles (Writer)
 Oracle Open Office Impress : large icons
 Oracle Open Office Impress : layer arrangement
 Oracle Open Office Impress : layers
@@ -7536,7 +7530,6 @@ Oracle Open Office Chart : gutter
 Oracle Open Office Chart : handles
 Oracle Open Office Chart : handles;displaying (Writer)
 Oracle Open Office Chart : handles;scaling
-Oracle Open Office Chart : handles;showing simple/large handles (Calc)
 Oracle Open Office Chart : Hangul/Hanja
 Oracle Open Office Chart : hatching
 Oracle Open Office Chart : headers
@@ -7737,7 +7730,6 @@ Oracle Open Office Chart : languages;selecting for text
 Oracle Open Office Chart : languages;setting options
 Oracle Open Office Chart : languages;spellcheck
 Oracle Open Office Chart : languages;spellchecking and formatting
-Oracle Open Office Chart : large handles (Writer)
 Oracle Open Office Chart : large icons
 Oracle Open Office Chart : layer arrangement
 Oracle Open Office Chart : layout
@@ -9774,7 +9766,6 @@ Oracle Open Office Base : gutter
 Oracle Open Office Base : handles
 Oracle Open Office Base : handles;displaying (Writer)
 Oracle Open Office Base : handles;scaling
-Oracle Open Office Base : handles;showing simple/large handles (Calc)
 Oracle Open Office Base : Hangul/Hanja
 Oracle Open Office Base : hatching
 Oracle Open Office Base : headers
@@ -9970,7 +9961,6 @@ Oracle Open Office Base : languages;selecting for text
 Oracle Open Office Base : languages;setting options
 Oracle Open Office Base : languages;spellcheck
 Oracle Open Office Base : languages;spellchecking and formatting
-Oracle Open Office Base : large handles (Writer)
 Oracle Open Office Base : large icons
 Oracle Open Office Base : layer arrangement
 Oracle Open Office Base : layout
@@ -12139,7 +12129,6 @@ Oracle Open Office Basic : gutter
 Oracle Open Office Basic : handles
 Oracle Open Office Basic : handles;displaying (Writer)
 Oracle Open Office Basic : handles;scaling
-Oracle Open Office Basic : handles;showing simple/large handles (Calc)
 Oracle Open Office Basic : Hangul/Hanja
 Oracle Open Office Basic : HasUnoInterfaces function
 Oracle Open Office Basic : hatching
@@ -12366,7 +12355,6 @@ Oracle Open Office Basic : languages;selecting for text
 Oracle Open Office Basic : languages;setting options
 Oracle Open Office Basic : languages;spellcheck
 Oracle Open Office Basic : languages;spellchecking and formatting
-Oracle Open Office Basic : large handles (Writer)
 Oracle Open Office Basic : large icons
 Oracle Open Office Basic : layer arrangement
 Oracle Open Office Basic : layout
@@ -14697,7 +14685,6 @@ Oracle Open Office Math : h-bar symbol
 Oracle Open Office Math : handles
 Oracle Open Office Math : handles;displaying (Writer)
 Oracle Open Office Math : handles;scaling
-Oracle Open Office Math : handles;showing simple/large handles (Calc)
 Oracle Open Office Math : Hangul/Hanja
 Oracle Open Office Math : hatching
 Oracle Open Office Math : headers
@@ -14919,7 +14906,6 @@ Oracle Open Office Math : languages;selecting for text
 Oracle Open Office Math : languages;setting options
 Oracle Open Office Math : languages;spellcheck
 Oracle Open Office Math : languages;spellchecking and formatting
-Oracle Open Office Math : large handles (Writer)
 Oracle Open Office Math : large icons
 Oracle Open Office Math : layer arrangement
 Oracle Open Office Math : layout
@@ -17429,7 +17415,6 @@ Oracle Open Office Writer : gutter
 Oracle Open Office Writer : handles
 Oracle Open Office Writer : handles;displaying (Writer)
 Oracle Open Office Writer : handles;scaling
-Oracle Open Office Writer : handles;showing simple/large handles (Calc)
 Oracle Open Office Writer : hanging indents in paragraphs
 Oracle Open Office Writer : Hangul/Hanja
 Oracle Open Office Writer : hard returns in pasted text
@@ -17725,7 +17710,6 @@ Oracle Open Office Writer : languages;selecting for text
 Oracle Open Office Writer : languages;setting options
 Oracle Open Office Writer : languages;spellcheck
 Oracle Open Office Writer : languages;spellchecking and formatting
-Oracle Open Office Writer : large handles (Writer)
 Oracle Open Office Writer : large icons
 Oracle Open Office Writer : layer arrangement
 Oracle Open Office Writer : layout
@@ -20483,10 +20467,7 @@ Oracle Open Office Draw : half-spheres
 Oracle Open Office Draw : hand icon for moving slides
 Oracle Open Office Draw : handles
 Oracle Open Office Draw : handles;displaying (Writer)
-Oracle Open Office Draw : handles;large
 Oracle Open Office Draw : handles;scaling
-Oracle Open Office Draw : handles;showing simple/large handles (Calc)
-Oracle Open Office Draw : handles;simple
 Oracle Open Office Draw : handout printing
 Oracle Open Office Draw : Hangul/Hanja
 Oracle Open Office Draw : hatching
@@ -20737,7 +20718,6 @@ Oracle Open Office Draw : languages;selecting for text
 Oracle Open Office Draw : languages;setting options
 Oracle Open Office Draw : languages;spellcheck
 Oracle Open Office Draw : languages;spellchecking and formatting
-Oracle Open Office Draw : large handles (Writer)
 Oracle Open Office Draw : large icons
 Oracle Open Office Draw : layer arrangement
 Oracle Open Office Draw : layers
diff --git a/testautomation/global/sid/bars.sid b/testautomation/global/sid/bars.sid
index 834e9ac..9bb56eb 100644
--- a/testautomation/global/sid/bars.sid
+++ b/testautomation/global/sid/bars.sid
@@ -738,6 +738,5 @@ Opl_SD_FangenAnObjektpunkten .uno:SnapPoints
 Opl_SD_Schnellbearbeitung .uno:QuickEdit
 Opl_SD_NurTextbreichSelektieren .uno:PickThrough
 Opl_SD_TextBearbeitenBeiDoppelklick .uno:DoubleClickTextEdit
-Opl_SD_GrosseHandles .uno:BigHandles
 Opl_SD_ObjektMitAttributen .uno:SolidCreate
 Opl_SD_AlleGruppierungenVerlassen .uno:ConnectorLinesCircles
diff --git a/testautomation/global/win/bars.win b/testautomation/global/win/bars.win
index 78184ce..42a360a 100644
--- a/testautomation/global/win/bars.win
+++ b/testautomation/global/win/bars.win
@@ -894,7 +894,6 @@ FangenAnSeitenraendern .uno:SnapBorder
 FanglinieBenutzen .uno:HelplinesUse
 FanglinieSichtbar .uno:HelplinesVisible
 FremdgrafikenAndeuten .uno:GraphicDraft
-GrosseHandles .uno:BigHandles
 HilfslinienBeimVerschiebenAnzeigen .uno:HelplinesMove
 KeineFuellungen .uno:FillDraft
 GluePoints .uno:GlueEditMode
diff --git a/testautomation/global/win/tab_h_o.win b/testautomation/global/win/tab_h_o.win
index f9f8489..160e4a5 100644
--- a/testautomation/global/win/tab_h_o.win
+++ b/testautomation/global/win/tab_h_o.win
@@ -130,7 +130,6 @@ Gitterlinien sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_GRID
 Farbe sym:sc:ListBox:RID_SCPAGE_CONTENT:LB_COLOR
 Seitenumbruch sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_PAGEBREAKS
 Hilfslinien sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE
-GrosseGriffe sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES
 ZeilenUndSpaltenkoepfe sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER
 HorizontalerBildaufbau sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL
 VertikalerBildaufbau sym:sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL
@@ -151,8 +150,6 @@ Zeichnungen sym:sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST
 Feldnamen sym:sw:CheckBox:TP_CONTENT_OPT:CB_FIELD
 Notizen sym:sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT
 Hilfslinien sym:sw:CheckBox:TP_CONTENT_OPT:CB_CROSS
-FarbigeHandles sym:sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE
-GrosseHandles sym:sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE
 HorizontaleBildlaufleiste sym:sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL
 VertikaleBildlaufleiste sym:sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL
 HorizontalesLineal sym:sw:CheckBox:TP_CONTENT_OPT:CB_HRULER
@@ -171,8 +168,6 @@ Zeichnungen sym:sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST
 Feldname sym:sw:CheckBox:TP_CONTENT_OPT:CB_FIELD
 Notizen sym:sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT
 Hilfslinien sym:sw:CheckBox:TP_CONTENT_OPT:CB_CROSS
-FarbigeHandles sym:sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE
-GrosseHandles sym:sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE
 HorizontaleBildlaufleiste sym:sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL
 VertikaleBildlaufleiste sym:sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL
 HorizontalesLineal sym:sw:CheckBox:TP_CONTENT_OPT:CB_HRULER
-- 
1.7.5.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.