diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-11-23 15:15:07 +0100 |
---|---|---|
committer | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-11-23 15:20:21 +0100 |
commit | 86d3eb29a6ee5237b0f5bfcb9e7d7c8f5aa6ddd4 (patch) | |
tree | 08e5ecec9222d7450f11701f75e3a5827733ffc1 /sfx2 | |
parent | db0f5d6c9bb6e2ff754cf36d84027016def21ed2 (diff) |
fixed typo in comment
Change-Id: I718246ae03a84a2add9209be023f07c17cc40ca5
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 95bdbad10760..51c379ae4d3f 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -1031,8 +1031,8 @@ SfxItemSet* SfxTabDialog::CreateInputItemSet( sal_uInt16 ) /* [Description] - Default implemetation of the virtual Method. - This is called when pages create their sets onDenamd. + Default implementation of the virtual Method. + This is called when pages create their sets onDemand. */ { |