REM ***** BASIC ***** Global s_CloseListenerCalled As Boolean Sub PressCancel gDlgState = cDlgCancel end Sub Sub PressOk gDlgState = cDlgOk end Sub Sub PressTest gOptionsDialog.EndExecute() gDlgState = cDlgStartTest end Sub Sub closeListener_queryClosing ' not interested in closeListener_queryClosing = TRUE End Sub Sub closeListener_notifyClosing s_CloseListenerCalled = TRUE End Sub Sub closeListener_disposing ' not interested in End Sub Sub ResetCloseListenerFlag s_CloseListenerCalled = FALSE End Sub Function HasCloseListenerBeenCalled As Boolean HasCloseListenerBeenCalled = s_CloseListenerCalled End Function office-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLLineNumberingImportContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 16:41:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 10:36:25 +0000
commita62129aa632c2d574a6560efc19f9de84aed1670 (patch)
treefd600f38eda8ca2b7326c3d4e75c460cba6204bd /xmloff/inc/XMLLineNumberingImportContext.hxx
parent8474e8260ad18cf83c79bd64a63e6344b4ce24d2 (diff)
loplugin:unusedmethods xmloff
Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe Reviewed-on: https://gerrit.libreoffice.org/17061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/inc/XMLLineNumberingImportContext.hxx')
-rw-r--r--xmloff/inc/XMLLineNumberingImportContext.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx
index 3dd9aee2b972..0b93f456f8e4 100644
--- a/xmloff/inc/XMLLineNumberingImportContext.hxx
+++ b/xmloff/inc/XMLLineNumberingImportContext.hxx
@@ -109,10 +109,6 @@ protected:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList> & xAttrList ) SAL_OVERRIDE;
-
- void ProcessAttribute(
- const OUString& sLocalName,
- const OUString& sValue);
};
#endif