diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:59:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:02 +0200 |
commit | 2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch) | |
tree | 07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /cui/source | |
parent | cc1352243e4c69c60851df901d2491fff91c2cb4 (diff) |
typo: choosen -> chosen
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuitabline.hxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx index c0dde3f7f0e4..c7f626ac4977 100644 --- a/cui/source/inc/cuitabline.hxx +++ b/cui/source/inc/cuitabline.hxx @@ -125,7 +125,7 @@ private: The list position is to be used cyclic. */ SdrObjList* pSymbolList; bool bNewSize; - /// a graphic to be displayed in the preview in case that an automatic symbol is choosen + /// a graphic to be displayed in the preview in case that an automatic symbol is chosen Graphic aAutoSymbolGraphic; long nNumMenuGalleryItems; long nSymbolType; diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index 9afc604d5464..ca5f3e5115fe 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -469,7 +469,7 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton) aSymbolSize=aSize; } else if( nPreviousSymbolType == SVX_SYMBOLTYPE_BRUSHITEM ) - { //#i31097# Data Point Symbol size changes when a different symbol is choosen(maoyg) + { //#i31097# Data Point Symbol size changes when a different symbol is chosen(maoyg) if( aSymbolSize.Width() != aSymbolSize.Height() ) { aSize.setWidth( (long)( aSymbolSize.Width() + aSymbolSize.Height() )/2 ); |