diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-19 08:55:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-19 11:31:09 +0000 |
commit | 6f754f4bd7223155591cfa9df05973db5116be81 (patch) | |
tree | a77aa298378f29e80b5e65f272c7bd3579d43730 /sc/inc/scabstdlg.hxx | |
parent | 03e7a16fe2802160b8344058f225a57bdb9c59f5 (diff) |
convert subtotals dialog to .ui
Change-Id: Icab4e598c5355a1e971fdaa5a0a4d0d72c703021
Diffstat (limited to 'sc/inc/scabstdlg.hxx')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index cdd08eb4cef7..84146181b299 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -492,8 +492,7 @@ public: int nId) = 0; virtual SfxAbstractTabDialog * CreateScSubTotalDlg( Window* pParent, - const SfxItemSet* pArgSet, - int nId) = 0; + const SfxItemSet* pArgSet ) = 0; virtual SfxAbstractTabDialog * CreateScCharDlg( Window* pParent, const SfxItemSet* pAttr, const SfxObjectShell* pDocShell, int nId ) = 0; |