diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 23:17:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 04:28:36 -0600 |
commit | a22ae26668b260edb7f724ffcff0abc935b6d64a (patch) | |
tree | 8feadaf40e4cdc8a4bb20c9d8f4773170d4cbe55 /xmlscript | |
parent | 263938c4a8789d881f8e736d317b6bcc09c3bce5 (diff) |
Remove visual noise from xmlscript
Change-Id: Id984fe846f28eba50f0fd480dca235482d150dd9
Reviewed-on: https://gerrit.libreoffice.org/8347
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 47ee825a723f..5691a502ec20 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -105,7 +105,7 @@ void Frame::endElement() _events.clear(); } -//=== + Reference< xml::input::XElement > MultiPage::startChildElement( sal_Int32 nUid, OUString const & rLocalName, Reference< xml::input::XAttributes > const & xAttributes ) |