summaryrefslogtreecommitdiffstats
path: root/sc/inc/scabstdlg.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-31 23:11:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-31 23:12:20 +0300
commit3f84d81412f123bda0dde57c4e52abe9f49f58af (patch)
tree548b211c63ba1828a65fc9639190cab53941a097 /sc/inc/scabstdlg.hxx
parentcppcheck: fix redundant assignment (diff)
downloadcore-3f84d81412f123bda0dde57c4e52abe9f49f58af.tar.gz
core-3f84d81412f123bda0dde57c4e52abe9f49f58af.zip
Fix typo in 0d4238770e278abf8701863530f41b353ad51d08
Change-Id: Ie994e9da4f890f7f321241c937f4091a26671a21
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r--sc/inc/scabstdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx
index cafeb43fa33e..00ac2f00eb6b 100644
--- a/sc/inc/scabstdlg.hxx
+++ b/sc/inc/scabstdlg.hxx
@@ -322,7 +322,7 @@ public:
virtual bool IsDateConversionSet() const = 0;
};
-//Scabstract fractoryclass ScAbstractDialogFactory
+class ScAbstractDialogFactory
{
public:
SC_DLLPUBLIC static ScAbstractDialogFactory* Create();