summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 20:32:42 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:29 -0500
commit8b844321101b5983163d07d70814736466aa810d (patch)
treedfea7aefd4f94a108a94f5b6d2a683d41fc8eb8c
parent870cf49db19c40a798afc872f5183b4062552fa1 (diff)
accfixes2: cui no GrabFocus() to some control in CTOR
-rw-r--r--cui/source/dialogs/cuigrfflt.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuigrfflt.cxx b/cui/source/dialogs/cuigrfflt.cxx
index 74af6d46e313..d479e45f8c20 100644
--- a/cui/source/dialogs/cuigrfflt.cxx
+++ b/cui/source/dialogs/cuigrfflt.cxx
@@ -322,7 +322,6 @@ GraphicFilterSepia::GraphicFilterSepia( Window* pParent, const Graphic& rGraphic
maMtrSepia.SetValue( nSepiaPercent );
maMtrSepia.SetModifyHdl( GetModifyHdl() );
- maMtrSepia.GrabFocus();
}
// -----------------------------------------------------------------------------
@@ -373,7 +372,6 @@ GraphicFilterPoster::GraphicFilterPoster( Window* pParent, const Graphic& rGraph
maNumPoster.SetLast( rGraphic.GetBitmapEx().GetBitCount() );
maNumPoster.SetValue( nPosterCount );
maNumPoster.SetModifyHdl( GetModifyHdl() );
- maNumPoster.GrabFocus();
}
// -----------------------------------------------------------------------------