diff options
author | Christian Lippka <cl@openoffice.org> | 2009-11-05 13:16:50 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2009-11-05 13:16:50 +0000 |
commit | 9a0f53a4bef5489ff2f10a998249d5951ab71b24 (patch) | |
tree | f114dd8db7ac5f54779733d32fa697b915012a36 /sd/source/ui/inc | |
parent | 3c08e58319971a30046a3abe08656f2b424de2e0 (diff) |
#i57928# force quick text edit mode during format paintbrush
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/fuformatpaintbrush.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/fuformatpaintbrush.hxx b/sd/source/ui/inc/fuformatpaintbrush.hxx index c1d0fb9318ca..7c4b9da4ea95 100644 --- a/sd/source/ui/inc/fuformatpaintbrush.hxx +++ b/sd/source/ui/inc/fuformatpaintbrush.hxx @@ -73,6 +73,7 @@ private: ::boost::shared_ptr<SfxItemSet> mpItemSet; bool mbPermanent; + bool mbOldIsQuickTextEditMode; }; } // end of namespace sd |