diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-31 23:11:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-31 23:12:20 +0300 |
commit | 3f84d81412f123bda0dde57c4e52abe9f49f58af (patch) | |
tree | 548b211c63ba1828a65fc9639190cab53941a097 /sc | |
parent | 44922e5a8ef47d054734276366d7f977fdc0ef3a (diff) |
Fix typo in 0d4238770e278abf8701863530f41b353ad51d08
Change-Id: Ie994e9da4f890f7f321241c937f4091a26671a21
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
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(); |