From 037d03b9facb414ba6be01fa6ee92fc7ca89f70c Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 10 Sep 2014 22:35:39 +0200 Subject: Typo: (N|n)ormaly->(N|n)ormally Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9 --- sfx2/source/inc/templdgi.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index 2988d0a2d6e7..2cbe1b7ec544 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -291,7 +291,7 @@ public: inline bool CanHide( void ) const { return bCanHide; } inline bool CanShow( void ) const { return bCanShow; } - // normaly for derivates from SvTreeListBoxes, but in this case the dialog handles context menus + // normally for derivates from SvTreeListBoxes, but in this case the dialog handles context menus virtual PopupMenu* CreateContextMenu( void ); }; -- cgit